Home
last modified time | relevance | path

Searched defs:Type (Results 1 – 11 of 11) sorted by relevance

/rocksdb-6.9/include/rocksdb/
Dcomparator.h40 static const char* Type() { return "Comparator"; } in Type() function
Dmerge_operator.h49 static const char* Type() { return "MergeOperator"; } in Type() function
Dstatistics.h487 static const char* Type() { return "Statistics"; } in Type() function
Denv.h153 static const char* Type() { return "Environment"; } in Type() function
Dfile_system.h164 static const char* Type() { return "FileSystem"; } in Type() function
/rocksdb-6.9/db/
Dtransaction_log_impl.h41 WalFileType Type() const override { return type_; } in Type() function
/rocksdb-6.9/db/blob/
Dblob_index.h46 enum class Type : unsigned char { enum
/rocksdb-6.9/tools/advisor/advisor/
Ddb_log_parser.py18 class Type(Enum): class in DataSource
/rocksdb-6.9/db/compaction/
Dcompaction_iterator_test.cc92 enum class Type { enum
/rocksdb-6.9/utilities/backupable/
Dbackupable_db_test.cc97 WalFileType Type() const override { in Type() function in ROCKSDB_NAMESPACE::__anon6f9a36820111::DummyDB::DummyLogFile
/rocksdb-6.9/third-party/gtest-1.8.1/fused-src/gtest/
Dgtest-all.cc4819 #define GTEST_REPEATER_METHOD_(Name, Type) \ argument
4829 #define GTEST_REVERSE_REPEATER_METHOD_(Name, Type) \ argument