| /rocksdb-6.9/utilities/ |
| D | object_registry.cc | 17 const std::string &type, const std::string &name) const { in FindEntry() argument 29 void ObjectLibrary::AddEntry(const std::string &type, in AddEntry() 70 const std::string &type, const std::string &name) const { in FindEntry() argument
|
| /rocksdb-6.9/tools/ |
| D | trace_analyzer_tool.cc | 524 for (int type = 0; type < kTaTypeNum; type++) { in MakeStatistics() local 800 for (int type = 0; type < kTaTypeNum; type++) { in MakeStatisticQPS() local 938 for (int type = 0; type <= kTaTypeNum; type++) { in MakeStatisticQPS() local 988 for (int type = 0; type <= kTaTypeNum; type++) { in MakeStatisticQPS() local 1011 for (int type = 0; type < kTaTypeNum; type++) { in ReProcessing() local 1139 for (int type = 0; type < kTaTypeNum; type++) { in ReProcessing() local 1437 const std::string& type, const std::string& cf_name, in CreateOutputFile() 1454 for (int type = 0; type < kTaTypeNum; type++) { in CloseOutputFiles() local 1717 int type = -1; in HandleIter() local 1762 for (int type = 0; type < kTaTypeNum; type++) { in PrintStatistics() local [all …]
|
| D | write_stress.cc | 252 FileType type; in Run() local 265 FileType type; in Run() local
|
| /rocksdb-6.9/third-party/folly/folly/ |
| D | Traits.h | 110 using type = T; member 125 using type = member
|
| D | Unit.h | 38 using type = T; member
|
| /rocksdb-6.9/java/src/main/java/org/rocksdb/ |
| D | LogFile.java | 11 private final WalFileType type; field in LogFile 54 public WalFileType type() { in type() method in LogFile
|
| D | WBWIRocksIterator.java | 101 WriteType type = null; field in WBWIRocksIterator.WriteEntry 117 public WriteEntry(final WriteType type, final DirectSlice key, in WriteEntry()
|
| /rocksdb-6.9/db/ |
| D | filename_test.cc | 23 FileType type; in TEST_F() local 35 FileType type; in TEST_F() member 126 FileType type; in TEST_F() local
|
| D | options_file_test.cc | 30 FileType type; in UpdateOptionsFiles() local 47 FileType type; in VerifyOptionsFileName() local 86 FileType type; in TEST_F() local
|
| D | wal_manager.cc | 177 FileType type; in PurgeObsoleteWALFiles() local 294 FileType type; in GetSortedWalsOfType() local 370 Status WalManager::ReadFirstRecord(const WalFileType type, in ReadFirstRecord()
|
| D | db_info_dumper.cc | 27 FileType type = kInfoLogFile; in DumpDBFileSummary() local
|
| D | obsolete_files_test.cc | 73 FileType type; in CheckFileTypeCounts() local 185 FileType type; in TEST_F() local
|
| D | wal_manager.h | 65 Status TEST_ReadFirstRecord(const WalFileType type, const uint64_t number, in TEST_ReadFirstRecord()
|
| D | log_reader.cc | 331 const unsigned int type = header[6]; in ReadPhysicalRecord() local 563 const unsigned int type = header[6]; in TryReadFragment() local
|
| /rocksdb-6.9/util/ |
| D | thread_operation.h | 26 const ThreadStatus::OperationType type; member 78 const ThreadStatus::StateType type; member
|
| D | status.cc | 78 const char* type; in ToString() local
|
| D | thread_list_test.cc | 99 for (int type = 0; type != ThreadStatus::NUM_OP_TYPES; ++type) { in TEST_F() local 106 for (int type = 0; type != ThreadStatus::NUM_STATE_TYPES; ++type) { in TEST_F() local
|
| /rocksdb-6.9/db/db_impl/ |
| D | db_impl_files.cc | 140 FileType type; in FindObsoleteFiles() local 259 FileType type, uint64_t number) { in DeleteObsoleteFileImpl() 370 FileType type; in PurgeObsoleteFiles() local 394 FileType type; in PurgeObsoleteFiles() local 692 FileType type; in CleanupFilesAfterRecovery() local
|
| /rocksdb-6.9/table/ |
| D | get_context.cc | 21 void appendToReplayLog(std::string* replay_log, ValueType type, Slice value) { in appendToReplayLog() 215 auto type = parsed_key.type; in SaveValue() local 364 auto type = static_cast<ValueType>(*s.data()); in replayGetContextLog() local
|
| /rocksdb-6.9/table/block_based/ |
| D | reader_common.cc | 21 Status VerifyChecksum(const ChecksumType type, const char* buf, size_t len, in VerifyChecksum()
|
| /rocksdb-6.9/include/rocksdb/utilities/ |
| D | debug.h | 30 int type; member
|
| /rocksdb-6.9/utilities/table_properties_collectors/ |
| D | compact_on_deletion_collector.cc | 33 EntryType type, in AddUserKey()
|
| /rocksdb-6.9/include/rocksdb/ |
| D | types.h | 35 EntryType type; member
|
| /rocksdb-6.9/monitoring/ |
| D | thread_status_updater.cc | 67 const ThreadStatus::OperationType type) { in SetThreadOperation() 141 void ThreadStatusUpdater::SetThreadState(const ThreadStatus::StateType type) { in SetThreadState()
|
| /rocksdb-6.9/tools/block_cache_analyzer/ |
| D | block_cache_trace_analyzer.cc | 195 std::string block_type_to_string(TraceType type) { in block_type_to_string() 562 const BlockAccessInfo& block) { in WriteSkewness() 771 const TraceType type = block_type_aggregates.first; in TraverseBlocks() local 866 const BlockAccessInfo& block) { in WriteAccessTimeline() 958 const BlockAccessInfo& block) { in WriteReuseDistance() 1084 const BlockAccessInfo& block) { in WriteReuseInterval() 1148 const BlockAccessInfo& block) { in WriteReuseLifetime() 1328 uint64_t /*block_id*/, const BlockAccessInfo& block) { in WriteDetailedPercentAccessSummaryStats() 1399 uint64_t /*block_id*/, const BlockAccessInfo& block) { in WriteAccessCountSummaryStats() 1647 const BlockAccessInfo& block) { in PrintAccessCountStats() [all …]
|