| /rocksdb-6.9/third-party/folly/folly/synchronization/detail/ |
| D | ProxyLockable.h | 53 ProxyLockableUniqueLock& operator=(ProxyLockableUniqueLock&&) noexcept; variable 157 ProxyLockableLockGuard& operator=(ProxyLockableLockGuard&&) = delete; variable 158 ProxyLockableLockGuard& operator=(const ProxyLockableLockGuard&) = delete; variable
|
| D | InlineFunctionRef.h | 101 InlineFunctionRef& operator=(const InlineFunctionRef&) = default; variable 102 InlineFunctionRef& operator=(InlineFunctionRef&&) = default; variable 145 ReturnType operator()(Args... args) const { in operator() function
|
| /rocksdb-6.9/util/ |
| D | mutexlock.h | 36 void operator=(const MutexLock &) = delete; variable 56 void operator=(const ReadLock &) = delete; variable 72 ReadUnlock &operator=(const ReadUnlock &) = delete; variable 92 void operator=(const WriteLock &) = delete; variable
|
| D | concurrent_task_limiter_impl.h | 27 ConcurrentTaskLimiterImpl& operator=(const ConcurrentTaskLimiterImpl&) = variable 64 void operator=(const TaskLimiterToken&) = delete; variable
|
| D | kv_map.h | 21 bool operator()(const std::string& a, const std::string& b) const { in operator() function 24 bool operator()(const Slice& a, const Slice& b) const { in operator() function
|
| D | vector_iterator.h | 78 bool operator()(size_t a, size_t b) const { in operator() function 82 bool operator()(size_t a, const Slice& b) const { in operator() function 86 bool operator()(const Slice& a, size_t b) const { in operator() function
|
| D | threadpool_imp.h | 25 ThreadPoolImpl& operator=(ThreadPoolImpl&&) = delete; variable
|
| /rocksdb-6.9/utilities/persistent_cache/ |
| D | block_cache_tier_metadata.h | 87 uint64_t operator()(const BlockCacheFile* rec) { in operator() function 93 uint64_t operator()(const BlockCacheFile* lhs, const BlockCacheFile* rhs) { in operator() function 106 size_t operator()(BlockInfo* node) const { in operator() function 112 size_t operator()(BlockInfo* lhs, BlockInfo* rhs) const { in operator() function
|
| /rocksdb-6.9/utilities/simulator_cache/ |
| D | cache_simulator.h | 89 GhostCache& operator=(const GhostCache&) = delete; variable 91 GhostCache& operator=(GhostCache&&) = delete; variable 109 CacheSimulator& operator=(const CacheSimulator&) = delete; variable 111 CacheSimulator& operator=(CacheSimulator&&) = delete; variable 206 BlockCacheTraceSimulator& operator=(const BlockCacheTraceSimulator&) = delete; variable 208 BlockCacheTraceSimulator& operator=(BlockCacheTraceSimulator&&) = delete; variable
|
| /rocksdb-6.9/port/win/ |
| D | io_win.h | 95 WinFileData& operator=(const WinFileData&) = delete; variable 111 WinSequentialFile& operator=(const WinSequentialFile&) = delete; variable 139 WinMmapReadableFile& operator=(const WinMmapReadableFile&) = delete; variable 197 WinMmapFile& operator=(const WinMmapFile&) = delete; variable 253 WinRandomAccessImpl& operator=(const WinRandomAccessImpl&) = delete; variable 333 WinWritableImpl& operator=(const WinWritableImpl&) = delete; variable
|
| D | win_thread.h | 93 WindowsThread& operator=(const WindowsThread&) = delete; variable 97 WindowsThread& operator=(WindowsThread&&) noexcept; variable
|
| D | port_win.h | 159 void operator=(const Mutex&) = delete; variable 180 void operator=(const RWMutex&) = delete; variable 210 CondVar& operator=(const CondVar&) = delete; variable 213 CondVar& operator=(CondVar&&) = delete; variable 234 OnceType& operator=(const OnceType&) = delete; member
|
| /rocksdb-6.9/third-party/folly/folly/synchronization/ |
| D | DistributedMutex.h | 140 DistributedMutex& operator=(DistributedMutex&&) = delete; variable 141 DistributedMutex& operator=(const DistributedMutex&) = delete; variable
|
| D | DistributedMutex-inl.h | 218 Waiter& operator=(Waiter&&) = delete; variable 219 Waiter& operator=(const Waiter&) = delete; variable 474 void operator()() const { in operator() function 495 void operator()() const { in operator() function 528 void operator()() const { in operator() function
|
| /rocksdb-6.9/table/ |
| D | iter_heap.h | 21 bool operator()(IteratorWrapper* a, IteratorWrapper* b) const { in operator() function 35 bool operator()(IteratorWrapper* a, IteratorWrapper* b) const { in operator() function
|
| D | meta_blocks.h | 36 MetaIndexBuilder& operator=(const MetaIndexBuilder&) = delete; variable 54 PropertyBlockBuilder& operator=(const PropertyBlockBuilder&) = delete; variable
|
| /rocksdb-6.9/db/ |
| D | range_tombstone_fragmenter.h | 189 bool operator()(const RangeTombstoneStack& a, in operator() function 194 bool operator()(const RangeTombstoneStack& a, const Slice& b) const { in operator() function 198 bool operator()(const Slice& a, const RangeTombstoneStack& b) const { in operator() function 208 bool operator()(const RangeTombstoneStack& a, in operator() function 213 bool operator()(const RangeTombstoneStack& a, const Slice& b) const { in operator() function 217 bool operator()(const Slice& a, const RangeTombstoneStack& b) const { in operator() function
|
| /rocksdb-6.9/cache/ |
| D | simple_deleter.h | 21 void operator()(const Slice& /* key */, void* value) override { in operator() function 38 void operator()(const Slice& /* key */, void* value) override { in operator() function
|
| /rocksdb-6.9/trace_replay/ |
| D | block_cache_tracer.h | 180 BlockCacheTraceWriter& operator=(const BlockCacheTraceWriter&) = delete; variable 182 BlockCacheTraceWriter& operator=(BlockCacheTraceWriter&&) = delete; variable 226 BlockCacheTraceReader& operator=(const BlockCacheTraceReader&) = delete; variable 228 BlockCacheTraceReader& operator=(BlockCacheTraceReader&&) = delete; variable 264 BlockCacheTracer& operator=(const BlockCacheTracer&) = delete; variable 266 BlockCacheTracer& operator=(BlockCacheTracer&&) = delete; variable
|
| /rocksdb-6.9/utilities/cassandra/ |
| D | format.h | 157 RowValue& operator=(const RowValue& /*that*/) = delete; variable 158 RowValue& operator=(RowValue&& /*that*/) = default; variable
|
| /rocksdb-6.9/monitoring/ |
| D | in_memory_stats_history.h | 39 void operator=(const InMemoryStatsHistoryIterator&) = delete; variable 41 InMemoryStatsHistoryIterator& operator=(InMemoryStatsHistoryIterator&&) = variable
|
| D | persistent_stats_history.h | 69 void operator=(const PersistentStatsHistoryIterator&) = delete; variable 71 PersistentStatsHistoryIterator& operator=(PersistentStatsHistoryIterator&&) = variable
|
| /rocksdb-6.9/table/block_based/ |
| D | block_based_filter_block.h | 43 void operator=(const BlockBasedFilterBlockBuilder&) = delete; variable 85 void operator=(const BlockBasedFilterBlockReader&) = delete; variable
|
| /rocksdb-6.9/include/rocksdb/ |
| D | cleanable.h | 20 Cleanable& operator=(Cleanable&) = delete; variable 26 Cleanable& operator=(Cleanable&&); variable
|
| /rocksdb-6.9/db/blob/ |
| D | blob_file_meta.h | 40 SharedBlobFileMetaData& operator=(const SharedBlobFileMetaData&) = delete; variable 84 BlobFileMetaData& operator=(const BlobFileMetaData&) = delete; variable
|