| /rocksdb-6.9/third-party/folly/folly/synchronization/ |
| D | AtomicNotification-inl.h | 43 std::uint32_t expected) { in atomic_wait_impl() 49 void atomic_wait_impl(const Atom<Integer, Args...>* atomic, Integer expected) { in atomic_wait_impl() argument 62 std::uint32_t expected, in atomic_wait_until_impl() 75 Integer expected, in atomic_wait_until_impl() 115 void atomic_wait(const std::atomic<Integer>* atomic, Integer expected) { in atomic_wait() 122 Integer expected, in atomic_wait_until()
|
| D | Baton.h | 273 uint32_t expected = INIT; in tryWaitSlow() local
|
| /rocksdb-6.9/third-party/folly/folly/detail/ |
| D | Futex-inl.h | 71 uint32_t expected, in futexWaitImpl() 81 uint32_t expected, in futexWaitImpl() 89 futexWait(const Futex* futex, uint32_t expected, uint32_t waitMask) { in futexWait() 103 uint32_t expected, in futexWaitUntil()
|
| D | Futex.cpp | 93 uint32_t expected, in nativeFutexWaitImpl() 175 uint32_t expected, in emulatedFutexWaitImpl() 239 uint32_t expected, in futexWaitImpl() 254 uint32_t expected, in futexWaitImpl()
|
| /rocksdb-6.9/db/ |
| D | c_test.c | 80 static void CheckEqual(const char* expected, const char* v, size_t n) { in CheckEqual() 105 const char* expected, in CheckValue() 117 const char* expected) { in CheckGet() 132 const char* expected) { in CheckGetCF() 143 const char* key, const char* expected) { in CheckPinGet() 157 const char* key, const char* expected) { in CheckPinGetCF() 375 const char* expected) { in CheckTxnGet() 388 const char* key, const char* expected) { in CheckTxnGetCF() 403 const char* expected) { in CheckTxnDBGet() 416 const char* key, const char* expected) { in CheckTxnDBGetCF()
|
| D | memtable_list.h | 315 auto expected = false; in MarkTrimHistoryNeeded() local 321 auto expected = true; in ResetTrimHistoryNeeded() local
|
| D | db_range_del_test.cc | 486 std::string expected, actual; in TEST_F() local 520 std::string expected, actual; in TEST_F() local 612 int expected = kRangeEnd; in TEST_F() local 702 std::string expected, actual; in TEST_F() local 763 int expected = 0; in TEST_F() local 798 int expected = 0; in TEST_F() local 832 std::string expected[] = {"imm_key", "mem_key", "sst_key"}; in TEST_F() local
|
| D | write_thread.cc | 648 Writer* expected = last_writer; in ExitAsBatchGroupLeader() local
|
| D | db_compaction_filter_test.cc | 784 auto expected = std::to_string(table * 1000 + i); in TEST_F() local
|
| D | column_family.cc | 1205 void* expected = SuperVersion::kSVInUse; in ReturnThreadLocalSuperVersion() local
|
| D | db_universal_compaction_test.cc | 1403 auto check_sstfilecount = [&](int path_id, int expected) { in TEST_P()
|
| /rocksdb-6.9/util/ |
| D | crc32c_test.cc | 106 for (auto expected : expectedResults) { in TEST() local 112 for (auto expected : expectedResults) { in TEST() local
|
| D | compression_context_cache.cc | 43 void* expected = &uncomp_cached_data_; in GetUncompressData() local
|
| D | slice_test.cc | 23 void AssertSameData(const std::string& expected, in AssertSameData()
|
| D | thread_local.cc | 428 void*& expected) { in CompareAndSwap() 542 bool ThreadLocalPtr::CompareAndSwap(void* ptr, void*& expected) { in CompareAndSwap()
|
| D | coding_test.cc | 105 uint32_t expected = (i / 32) << (i % 32); in TEST() local
|
| D | thread_local_test.cc | 521 void* expected = reinterpret_cast<void*>(1); in TEST_F() local
|
| /rocksdb-6.9/utilities/transactions/ |
| D | pessimistic_transaction.cc | 147 TransactionState expected = STARTED; in CommitBatch() local 189 TransactionState expected = STARTED; in Prepare() local 278 TransactionState expected = STARTED; in Commit() local 691 TransactionState expected = STARTED; in TryStealingLocks() local
|
| /rocksdb-6.9/table/block_based/ |
| D | reader_common.cc | 22 uint32_t expected) { in VerifyChecksum()
|
| /rocksdb-6.9/java/src/test/java/org/rocksdb/ |
| D | WriteBatchWithIndexTest.java | 199 final WBWIRocksIterator.WriteEntry[] expected = { in iterator() local 259 final WBWIRocksIterator.WriteEntry expected = in zeroByteTests() local
|
| /rocksdb-6.9/memory/ |
| D | jemalloc_nodump_allocator.cc | 179 extent_alloc_t* expected = nullptr; in NewJemallocNodumpAllocator() local
|
| D | arena_test.cc | 24 bool CheckMemoryAllocated(size_t allocated, size_t expected) { in CheckMemoryAllocated()
|
| /rocksdb-6.9/tools/ |
| D | ldb_cmd_test.cc | 54 auto expected = inPair.second; in TEST_F() local
|
| /rocksdb-6.9/utilities/write_batch_with_index/ |
| D | write_batch_with_index_test.cc | 999 std::string expected = "X"; in TEST_F() local
|
| /rocksdb-6.9/third-party/folly/folly/synchronization/test/ |
| D | DistributedMutexTest.cpp | 1095 auto expected = value.load() - 1; in concurrentBigValueReturnStress() local
|