Home
last modified time | relevance | path

Searched defs:Bucket (Results 1 – 4 of 4) sorted by relevance

/rocksdb-6.9/third-party/folly/folly/synchronization/
DParkingLot.h66 struct Bucket { struct
72 static Bucket& bucketFor(uint64_t key); argument
74 void push_back(WaitNodeBase* node) { in push_back()
86 void erase(WaitNodeBase* node) { in erase()
/rocksdb-6.9/utilities/persistent_cache/
Dhash_table.h170 struct Bucket { struct
184 bool Insert(Bucket* bucket, const T& t) { in Insert() argument
/rocksdb-6.9/memtable/
Dvectorrep.cc101 typedef std::vector<const char*> Bucket; typedef in ROCKSDB_NAMESPACE::__anonfd4f76000111::VectorRep
Dhash_skiplist_rep.cc49 typedef SkipList<const char*, const MemTableRep::KeyComparator&> Bucket; typedef in ROCKSDB_NAMESPACE::__anon252bdc020111::HashSkipListRep