Home
last modified time | relevance | path

Searched defs:operator (Results 1 – 25 of 111) sorted by relevance

12345

/rocksdb-6.9/third-party/folly/folly/synchronization/detail/
DProxyLockable.h53 ProxyLockableUniqueLock& operator=(ProxyLockableUniqueLock&&) noexcept; variable
157 ProxyLockableLockGuard& operator=(ProxyLockableLockGuard&&) = delete; variable
158 ProxyLockableLockGuard& operator=(const ProxyLockableLockGuard&) = delete; variable
DInlineFunctionRef.h101 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/
Dmutexlock.h36 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
Dconcurrent_task_limiter_impl.h27 ConcurrentTaskLimiterImpl& operator=(const ConcurrentTaskLimiterImpl&) = variable
64 void operator=(const TaskLimiterToken&) = delete; variable
Dkv_map.h21 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
Dvector_iterator.h78 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
Dthreadpool_imp.h25 ThreadPoolImpl& operator=(ThreadPoolImpl&&) = delete; variable
/rocksdb-6.9/utilities/persistent_cache/
Dblock_cache_tier_metadata.h87 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/
Dcache_simulator.h89 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/
Dio_win.h95 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
Dwin_thread.h93 WindowsThread& operator=(const WindowsThread&) = delete; variable
97 WindowsThread& operator=(WindowsThread&&) noexcept; variable
Dport_win.h159 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/
DDistributedMutex.h140 DistributedMutex& operator=(DistributedMutex&&) = delete; variable
141 DistributedMutex& operator=(const DistributedMutex&) = delete; variable
DDistributedMutex-inl.h218 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/
Diter_heap.h21 bool operator()(IteratorWrapper* a, IteratorWrapper* b) const { in operator() function
35 bool operator()(IteratorWrapper* a, IteratorWrapper* b) const { in operator() function
Dmeta_blocks.h36 MetaIndexBuilder& operator=(const MetaIndexBuilder&) = delete; variable
54 PropertyBlockBuilder& operator=(const PropertyBlockBuilder&) = delete; variable
/rocksdb-6.9/db/
Drange_tombstone_fragmenter.h189 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/
Dsimple_deleter.h21 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/
Dblock_cache_tracer.h180 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/
Dformat.h157 RowValue& operator=(const RowValue& /*that*/) = delete; variable
158 RowValue& operator=(RowValue&& /*that*/) = default; variable
/rocksdb-6.9/monitoring/
Din_memory_stats_history.h39 void operator=(const InMemoryStatsHistoryIterator&) = delete; variable
41 InMemoryStatsHistoryIterator& operator=(InMemoryStatsHistoryIterator&&) = variable
Dpersistent_stats_history.h69 void operator=(const PersistentStatsHistoryIterator&) = delete; variable
71 PersistentStatsHistoryIterator& operator=(PersistentStatsHistoryIterator&&) = variable
/rocksdb-6.9/table/block_based/
Dblock_based_filter_block.h43 void operator=(const BlockBasedFilterBlockBuilder&) = delete; variable
85 void operator=(const BlockBasedFilterBlockReader&) = delete; variable
/rocksdb-6.9/include/rocksdb/
Dcleanable.h20 Cleanable& operator=(Cleanable&) = delete; variable
26 Cleanable& operator=(Cleanable&&); variable
/rocksdb-6.9/db/blob/
Dblob_file_meta.h40 SharedBlobFileMetaData& operator=(const SharedBlobFileMetaData&) = delete; variable
84 BlobFileMetaData& operator=(const BlobFileMetaData&) = delete; variable

12345