Searched refs:matched (Results 1 – 6 of 6) sorted by relevance
| /rocksdb-6.9/table/ |
| D | get_context.cc | 194 const Slice& value, bool* matched, in SaveValue() argument 196 assert(matched); in SaveValue() 200 *matched = true; in SaveValue()
|
| D | get_context.h | 123 bool* matched, Cleanable* value_pinner = nullptr);
|
| /rocksdb-6.9/db/ |
| D | db_test_util.cc | 894 unsigned int matched = 0; in Contents() local 896 EXPECT_LT(matched, forward.size()); in Contents() 897 EXPECT_EQ(IterStatus(iter), forward[forward.size() - matched - 1]); in Contents() 898 matched++; in Contents() 900 EXPECT_EQ(matched, forward.size()); in Contents()
|
| /rocksdb-6.9/table/block_based/ |
| D | block_based_table_reader.cc | 2165 bool matched = false; // if such user key mathced a key in SST in Get() local 2237 parsed_key, biter.value(), &matched, in Get() 2282 if (matched && filter != nullptr && !filter->IsBlockBased()) { in Get() 2457 bool matched = false; // if such user key matched a key in SST in MultiGet() local 2542 if (!get_context->SaveValue(parsed_key, biter->value(), &matched, in MultiGet() 2593 if (matched && filter != nullptr && !filter->IsBlockBased()) { in MultiGet()
|
| /rocksdb-6.9/third-party/gtest-1.8.1/fused-src/gtest/ |
| D | gtest-all.cc | 8041 const bool matched = RE::PartialMatch(error_message, *regex()); in Passed() local 8043 const bool matched = RE::PartialMatch(error_message.c_str(), *regex()); in Passed() 8045 if (matched) { in Passed()
|
| /rocksdb-6.9/CMakeFiles/ |
| D | CMakeConfigureLog.yaml | 86 Checking whether the ASM compiler is Clang using "--version" matched "(clang version)":
|