Searched refs:bytes_until_read_sampling_ (Results 1 – 1 of 1) sorted by relevance
57 bytes_until_read_sampling_(RandomCompactionPeriod()) {} in DBIter()119 size_t bytes_until_read_sampling_; member in leveldb::__anon8a7af5d60111::DBIter126 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()