Home
last modified time | relevance | path

Searched refs:cit_ (Results 1 – 1 of 1) sorted by relevance

/rocksdb-6.9/memtable/
Dvectorrep.cc151 cit_(bucket_->end()), in Iterator()
161 cit_ = bucket_->begin(); in DoSort()
168 cit_ = bucket_->begin(); in DoSort()
185 return *cit_; in key()
192 if (cit_ == bucket_->end()) { in Next()
195 ++cit_; in Next()
206 cit_ = bucket_->end(); in Prev()
208 --cit_; in Prev()
237 cit_ = bucket_->begin(); in SeekToFirst()
244 cit_ = bucket_->end(); in SeekToLast()
[all …]