Searched refs:last_key_ (Results 1 – 4 of 4) sorted by relevance
54 last_key_.clear(); in Reset()74 Slice last_key_piece(last_key_); in Add()103 last_key_.resize(shared); in Add()104 last_key_.append(key.data() + shared, non_shared); in Add()105 assert(Slice(last_key_) == key); in Add()
48 std::string last_key_; variable
82 } else if (key < last_key_) { in Add()87 last_key_ = key; in Add()103 string last_key_; // Last key variable
78 } else if (key < last_key_) { in Add()83 last_key_ = key; in Add()100 string last_key_; // Last key variable