Searched refs:factory_ (Results 1 – 4 of 4) sorted by relevance
| /rocksdb-6.9/include/rocksdb/utilities/ |
| D | object_registry.h | 49 : Entry(name), pattern_(std::move(name)), factory_(std::move(f)) {} in FactoryEntry() 57 return factory_(target, guard, msg); in NewFactoryObject() 62 FactoryFunc<T> factory_; variable
|
| /rocksdb-6.9/db/ |
| D | db_test_util.h | 193 allocator, factory_.CreateMemTableRep(compare, allocator, transform, 0), in CreateMemTableRep() 199 return factory_.IsInsertConcurrentlySupported(); in IsInsertConcurrentlySupported() 203 SkipListFactory factory_;
|
| /rocksdb-6.9/third-party/gtest-1.8.1/fused-src/gtest/ |
| D | gtest-all.cc | 4016 factory_(factory), in TestInfo() 4020 TestInfo::~TestInfo() { delete factory_; } in ~TestInfo() 4141 factory_, &internal::TestFactoryBase::CreateTest, in Run()
|
| D | gtest.h | 20569 internal::TestFactoryBase* const factory_; // The factory that creates
|