Searched refs:is_first_record_ (Results 1 – 2 of 2) sorted by relevance
70 if (is_first_record_ || prev_key_prefix_ != key_prefix_slice.ToString()) { in AddKeyPrefix()72 if (!is_first_record_) { in AddKeyPrefix()91 is_first_record_ = false; in AddKeyPrefix()
141 is_first_record_(true), in PlainTableIndexBuilder()228 bool is_first_record_; variable