Home
last modified time | relevance | path

Searched refs:factory_ (Results 1 – 4 of 4) sorted by relevance

/rocksdb-6.9/include/rocksdb/utilities/
Dobject_registry.h49 : 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/
Ddb_test_util.h193 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/
Dgtest-all.cc4016 factory_(factory), in TestInfo()
4020 TestInfo::~TestInfo() { delete factory_; } in ~TestInfo()
4141 factory_, &internal::TestFactoryBase::CreateTest, in Run()
Dgtest.h20569 internal::TestFactoryBase* const factory_; // The factory that creates