| /rocksdb-6.9/db/ |
| D | wal_manager_test.cc | 43 void Init() { in Init() function in ROCKSDB_NAMESPACE::WalManagerTest 123 Init(); in TEST_F() 217 Init(); in TEST_F() 254 Init(); in TEST_F() 279 Init(); in TEST_F() 293 Init(); in TEST_F() 301 Init(); in TEST_F()
|
| D | arena_wrapped_db_iter.cc | 33 void ArenaWrappedDBIter::Init(Env* env, const ReadOptions& read_options, in Init() function in ROCKSDB_NAMESPACE::ArenaWrappedDBIter 71 Init(env, read_options_, *(cfd_->ioptions()), sv->mutable_cf_options, in Refresh() 95 iter->Init(env, read_options, cf_options, mutable_cf_options, sequence, in NewArenaWrappedDbIterator()
|
| D | compacted_db_impl.cc | 86 Status CompactedDBImpl::Init(const Options& options) { in Init() function in ROCKSDB_NAMESPACE::CompactedDBImpl 148 Status s = db->Init(options); in Open()
|
| D | arena_wrapped_db_iter.h | 72 void Init(Env* env, const ReadOptions& read_options,
|
| D | compacted_db_impl.h | 105 Status Init(const Options& options);
|
| D | column_family.h | 225 void Init(ColumnFamilyData* new_cfd, MemTable* new_mem,
|
| D | column_family.cc | 444 void SuperVersion::Init(ColumnFamilyData* new_cfd, MemTable* new_mem, in Init() function in ROCKSDB_NAMESPACE::SuperVersion 1232 new_superversion->Init(this, mem_, imm_.current(), current_); in InstallSuperVersion()
|
| /rocksdb-6.9/include/rocksdb/utilities/lua/ |
| D | rocks_lua_util.h | 26 Init(lua_script, {}); in LuaStateWrapper() 32 Init(lua_script, libraries); in LuaStateWrapper() 38 void Init( in Init() function
|
| /rocksdb-6.9/port/win/ |
| D | win_thread.h | 36 void Init(std::function<void()>&&); 85 Init(std::move(target)); in WindowsThread()
|
| D | port_win.h | 229 struct Init {}; struct 232 OnceType(const Init&) {} in OnceType() 239 #define LEVELDB_ONCE_INIT port::OnceType::Init()
|
| D | win_thread.cc | 40 void WindowsThread::Init(std::function<void()>&& func) { in Init() function in ROCKSDB_NAMESPACE::port::WindowsThread
|
| /rocksdb-6.9/tools/rdb/ |
| D | rdb.cc | 13 DBWrapper::Init(exports); in InitAll()
|
| D | db_wrapper.h | 21 static void Init(Handle<Object> exports);
|
| D | db_wrapper.cc | 51 void DBWrapper::Init(Handle<Object> exports) { in Init() function in DBWrapper
|
| /rocksdb-6.9/utilities/transactions/ |
| D | write_prepared_txn_db.h | 48 Init(txn_db_options); in WritePreparedTxnDB() 59 Init(txn_db_options); in WritePreparedTxnDB() 507 void Init(const TransactionDBOptions& /* unused */);
|
| D | write_prepared_txn_db.cc | 394 void WritePreparedTxnDB::Init(const TransactionDBOptions& /* unused */) { in Init() function in ROCKSDB_NAMESPACE::WritePreparedTxnDB
|
| /rocksdb-6.9/table/ |
| D | table_test.cc | 725 void Init(const TestArgs& args) { in Init() function in ROCKSDB_NAMESPACE::HarnessTest 1018 Init(args[i]); in RandomizedHarnessTest() 3643 Init(args); in TEST_F() 3723 Init(arg); in TEST_F() 3733 Init(arg); in TEST_F() 3743 Init(arg); in TEST_F() 3755 Init(arg); in TEST_F()
|
| /rocksdb-6.9/third-party/gtest-1.8.1/fused-src/gtest/ |
| D | gtest-all.cc | 155 void Init(); 2070 Init(); in ScopedFakeTestPartResultReporter() 2080 Init(); in ScopedFakeTestPartResultReporter() 2083 void ScopedFakeTestPartResultReporter::Init() { in Init() function in testing::ScopedFakeTestPartResultReporter 10058 void RE::Init(const char* regex) { in Init() function in testing::internal::RE 10305 void RE::Init(const char* regex) { in Init() function in testing::internal::RE
|
| D | gtest.h | 2497 RE(const RE& other) { Init(other.pattern()); } 2500 RE(const ::std::string& regex) { Init(regex.c_str()); } // NOLINT 2504 RE(const ::string& regex) { Init(regex.c_str()); } // NOLINT 2508 RE(const char* regex) { Init(regex); } // NOLINT 2543 void Init(const char* regex);
|