Home
last modified time | relevance | path

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

/aosp_15_r20/external/leveldb/db/
H A Ddb_iter.cc57 bytes_until_read_sampling_(RandomCompactionPeriod()) {} in DBIter()
119 size_t bytes_until_read_sampling_; member in leveldb::__anon8a7af5d60111::DBIter
126 while (bytes_until_read_sampling_ < bytes_read) { in ParseKey()
127 bytes_until_read_sampling_ += RandomCompactionPeriod(); in ParseKey()
130 assert(bytes_until_read_sampling_ >= bytes_read); in ParseKey()
131 bytes_until_read_sampling_ -= bytes_read; in ParseKey()