Searched refs:cmp_smallest (Results 1 – 4 of 4) sorted by relevance
| /rocksdb-6.9/db/ |
| D | file_indexer.cc | 31 const int cmp_smallest, in GetNextLevelIndex() argument 49 if (cmp_smallest < 0) { in GetNextLevelIndex() 54 } else if (cmp_smallest == 0) { in GetNextLevelIndex() 57 } else if (cmp_smallest > 0 && cmp_largest < 0) { in GetNextLevelIndex()
|
| D | file_indexer_test.cc | 76 const int cmp_smallest, const int cmp_largest, int32_t* left_index, in GetNextLevelIndex() argument 80 indexer->GetNextLevelIndex(level, file_index, cmp_smallest, cmp_largest, in GetNextLevelIndex()
|
| D | file_indexer.h | 55 const int cmp_smallest, const int cmp_largest,
|
| D | version_set.cc | 180 int cmp_smallest = user_comparator_->CompareWithoutTimestamp( in GetNextFile() local 182 if (cmp_smallest >= 0) { in GetNextFile() 192 cmp_smallest, cmp_largest, in GetNextFile() 197 if (cmp_smallest < 0 || cmp_largest > 0) { in GetNextFile() 456 int cmp_smallest = user_comparator_->Compare( in GetNextFileInLevelWithKeys() local 458 if (cmp_smallest >= 0) { in GetNextFileInLevelWithKeys() 469 curr_level_, fp_ctx.curr_index_in_curr_level, cmp_smallest, in GetNextFileInLevelWithKeys() 474 if (cmp_smallest < 0 || cmp_largest > 0) { in GetNextFileInLevelWithKeys()
|