Home
last modified time | relevance | path

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

/rocksdb-6.9/table/plain/
Dplain_table_reader.cc591 ParsedInternalKey found_key; in Get() local
598 s = Next(&decoder, &offset, &found_key, nullptr, &found_value); in Get()
605 if (GetPrefix(found_key) != prefix_slice) { in Get()
612 if (internal_comparator_.Compare(found_key, parsed_target) >= 0) { in Get()
614 if (!get_context->SaveValue(found_key, found_value, &dont_care, in Get()
/rocksdb-6.9/tools/
Dtrace_analyzer_tool.cc1257 auto found_key = found_stats->second.a_key_stats.find(key); in KeyStatsInsertion() local
1258 if (found_key == found_stats->second.a_key_stats.end()) { in KeyStatsInsertion()
1261 found_key->second.access_count++; in KeyStatsInsertion()
1263 found_key->second.succ_count++; in KeyStatsInsertion()
1266 s = StatsUnitCorrelationUpdate(found_key->second, type, ts, key); in KeyStatsInsertion()