Searched refs:Find (Results 1 – 14 of 14) sorted by relevance
| /rocksdb-6.9/utilities/persistent_cache/ |
| D | hash_table.h | 114 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()
|
| D | block_cache_tier_metadata.cc | 20 bool ok = cache_file_index_.Find(&lookup_key, &ret); in Lookup() 51 if (!block_index_.Find(&lookup_key, &block, &rlock)) { in Lookup()
|
| D | hash_table_test.cc | 95 assert(map_.Find(Node(k), &val, &rlock)); in TEST_F() 124 bool status = map_.Find(Node(k), &val, &rlock); in TEST_F()
|
| D | hash_table_evictable.h | 62 bool Find(T* t, T** ret) { in Find() function 69 if (hash_table::Find(&bucket, t, ret)) { in Find()
|
| D | volatile_tier_impl.cc | 87 bool ok = index_.Find(&key, &kv); in Lookup()
|
| D | hash_table_bench.cc | 241 bool status = impl_.Find(n, &n, &rlock); in Lookup()
|
| /rocksdb-6.9/db/ |
| D | version_set_test.cc | 476 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/ |
| D | Findgflags.cmake | 1 # - Find gflags library 2 # Find the gflags includes and library
|
| D | Findlz4.cmake | 1 # - Find Lz4 2 # Find the lz4 compression library and includes
|
| D | Findzstd.cmake | 1 # - Find zstd 2 # Find the zstd compression library and includes
|
| D | Findsnappy.cmake | 1 # - Find Snappy 2 # Find the snappy compression library and includes
|
| D | FindNUMA.cmake | 1 # - Find NUMA 2 # Find the NUMA library and includes
|
| D | FindJeMalloc.cmake | 1 # - Find JeMalloc library 2 # Find the native JeMalloc includes and library
|
| D | FindTBB.cmake | 1 # - Find TBB 2 # Find the Thread Building Blocks library and includes
|