Home
last modified time | relevance | path

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

/rocksdb-6.9/utilities/persistent_cache/
Dhash_table.h114 bool Find(const T& t, T* ret, port::RWMutex** ret_lock) { in Find() function
123 if (Find(&bucket, t, ret)) { in Find()
175 typename std::list<T>::iterator Find(std::list<T>* list, const T& t) { in Find() function
186 auto it = Find(&bucket->list_, t); in Insert()
196 bool Find(Bucket* bucket, const T& t, T* ret) { in Find() function
197 auto it = Find(&bucket->list_, t); in Find()
208 auto it = Find(&bucket->list_, t); in Erase()
Dblock_cache_tier_metadata.cc20 bool ok = cache_file_index_.Find(&lookup_key, &ret); in Lookup()
51 if (!block_index_.Find(&lookup_key, &block, &rlock)) { in Lookup()
Dhash_table_test.cc95 assert(map_.Find(Node(k), &val, &rlock)); in TEST_F()
124 bool status = map_.Find(Node(k), &val, &rlock); in TEST_F()
Dhash_table_evictable.h62 bool Find(T* t, T** ret) { in Find() function
69 if (hash_table::Find(&bucket, t, ret)) { in Find()
Dvolatile_tier_impl.cc87 bool ok = index_.Find(&key, &kv); in Lookup()
Dhash_table_bench.cc241 bool status = impl_.Find(n, &n, &rlock); in Lookup()
/rocksdb-6.9/db/
Dversion_set_test.cc476 ASSERT_EQ(0, Find("foo")); in TEST_F()
487 ASSERT_EQ(0, Find("a")); in TEST_F()
488 ASSERT_EQ(0, Find("p")); in TEST_F()
489 ASSERT_EQ(0, Find("p1")); in TEST_F()
490 ASSERT_EQ(0, Find("q")); in TEST_F()
491 ASSERT_EQ(1, Find("q1")); in TEST_F()
492 ASSERT_EQ(1, Find("z")); in TEST_F()
522 ASSERT_EQ(0, Find("100")); in TEST_F()
523 ASSERT_EQ(0, Find("150")); in TEST_F()
524 ASSERT_EQ(0, Find("151")); in TEST_F()
[all …]
/rocksdb-6.9/cmake/modules/
DFindgflags.cmake1 # - Find gflags library
2 # Find the gflags includes and library
DFindlz4.cmake1 # - Find Lz4
2 # Find the lz4 compression library and includes
DFindzstd.cmake1 # - Find zstd
2 # Find the zstd compression library and includes
DFindsnappy.cmake1 # - Find Snappy
2 # Find the snappy compression library and includes
DFindNUMA.cmake1 # - Find NUMA
2 # Find the NUMA library and includes
DFindJeMalloc.cmake1 # - Find JeMalloc library
2 # Find the native JeMalloc includes and library
DFindTBB.cmake1 # - Find TBB
2 # Find the Thread Building Blocks library and includes