Lines Matching defs:value

502                                       std::string* value) {  in GetStringProperty()
511 std::map<std::string, std::string>* value) { in GetMapProperty()
518 uint64_t* value, DBImpl* db) { in GetIntProperty()
527 const DBPropertyInfo& property_info, Version* version, uint64_t* value) { in GetIntPropertyOutOfMutex()
534 bool InternalStats::HandleNumFilesAtLevel(std::string* value, Slice suffix) { in HandleNumFilesAtLevel()
549 bool InternalStats::HandleCompressionRatioAtLevelPrefix(std::string* value, in HandleCompressionRatioAtLevelPrefix()
562 bool InternalStats::HandleLevelStats(std::string* value, Slice /*suffix*/) { in HandleLevelStats()
579 bool InternalStats::HandleStats(std::string* value, Slice suffix) { in HandleStats()
595 bool InternalStats::HandleCFStats(std::string* value, Slice /*suffix*/) { in HandleCFStats()
600 bool InternalStats::HandleCFStatsNoFileHistogram(std::string* value, in HandleCFStatsNoFileHistogram()
606 bool InternalStats::HandleCFFileHistogram(std::string* value, in HandleCFFileHistogram()
612 bool InternalStats::HandleDBStats(std::string* value, Slice /*suffix*/) { in HandleDBStats()
617 bool InternalStats::HandleSsTables(std::string* value, Slice /*suffix*/) { in HandleSsTables()
623 bool InternalStats::HandleAggregatedTableProperties(std::string* value, in HandleAggregatedTableProperties()
634 bool InternalStats::HandleAggregatedTablePropertiesAtLevel(std::string* value, in HandleAggregatedTablePropertiesAtLevel()
651 bool InternalStats::HandleNumImmutableMemTable(uint64_t* value, DBImpl* /*db*/, in HandleNumImmutableMemTable()
657 bool InternalStats::HandleNumImmutableMemTableFlushed(uint64_t* value, in HandleNumImmutableMemTableFlushed()
664 bool InternalStats::HandleMemTableFlushPending(uint64_t* value, DBImpl* /*db*/, in HandleMemTableFlushPending()
670 bool InternalStats::HandleNumRunningFlushes(uint64_t* value, DBImpl* db, in HandleNumRunningFlushes()
676 bool InternalStats::HandleCompactionPending(uint64_t* value, DBImpl* /*db*/, in HandleCompactionPending()
685 bool InternalStats::HandleNumRunningCompactions(uint64_t* value, DBImpl* db, in HandleNumRunningCompactions()
691 bool InternalStats::HandleBackgroundErrors(uint64_t* value, DBImpl* /*db*/, in HandleBackgroundErrors()
698 bool InternalStats::HandleCurSizeActiveMemTable(uint64_t* value, DBImpl* /*db*/, in HandleCurSizeActiveMemTable()
705 bool InternalStats::HandleCurSizeAllMemTables(uint64_t* value, DBImpl* /*db*/, in HandleCurSizeAllMemTables()
713 bool InternalStats::HandleSizeAllMemTables(uint64_t* value, DBImpl* /*db*/, in HandleSizeAllMemTables()
720 bool InternalStats::HandleNumEntriesActiveMemTable(uint64_t* value, in HandleNumEntriesActiveMemTable()
728 bool InternalStats::HandleNumEntriesImmMemTables(uint64_t* value, in HandleNumEntriesImmMemTables()
736 bool InternalStats::HandleNumDeletesActiveMemTable(uint64_t* value, in HandleNumDeletesActiveMemTable()
744 bool InternalStats::HandleNumDeletesImmMemTables(uint64_t* value, in HandleNumDeletesImmMemTables()
752 bool InternalStats::HandleEstimateNumKeys(uint64_t* value, DBImpl* /*db*/, in HandleEstimateNumKeys()
768 bool InternalStats::HandleNumSnapshots(uint64_t* value, DBImpl* db, in HandleNumSnapshots()
774 bool InternalStats::HandleOldestSnapshotTime(uint64_t* value, DBImpl* db, in HandleOldestSnapshotTime()
780 bool InternalStats::HandleOldestSnapshotSequence(uint64_t* value, DBImpl* db, in HandleOldestSnapshotSequence()
786 bool InternalStats::HandleNumLiveVersions(uint64_t* value, DBImpl* /*db*/, in HandleNumLiveVersions()
792 bool InternalStats::HandleCurrentSuperVersionNumber(uint64_t* value, in HandleCurrentSuperVersionNumber()
799 bool InternalStats::HandleIsFileDeletionsEnabled(uint64_t* value, DBImpl* db, in HandleIsFileDeletionsEnabled()
805 bool InternalStats::HandleBaseLevel(uint64_t* value, DBImpl* /*db*/, in HandleBaseLevel()
812 bool InternalStats::HandleTotalSstFilesSize(uint64_t* value, DBImpl* /*db*/, in HandleTotalSstFilesSize()
818 bool InternalStats::HandleLiveSstFilesSize(uint64_t* value, DBImpl* /*db*/, in HandleLiveSstFilesSize()
824 bool InternalStats::HandleEstimatePendingCompactionBytes(uint64_t* value, in HandleEstimatePendingCompactionBytes()
832 bool InternalStats::HandleEstimateTableReadersMem(uint64_t* value, in HandleEstimateTableReadersMem()
839 bool InternalStats::HandleEstimateLiveDataSize(uint64_t* value, DBImpl* /*db*/, in HandleEstimateLiveDataSize()
846 bool InternalStats::HandleMinLogNumberToKeep(uint64_t* value, DBImpl* db, in HandleMinLogNumberToKeep()
852 bool InternalStats::HandleMinObsoleteSstNumberToKeep(uint64_t* value, in HandleMinObsoleteSstNumberToKeep()
859 bool InternalStats::HandleActualDelayedWriteRate(uint64_t* value, DBImpl* db, in HandleActualDelayedWriteRate()
870 bool InternalStats::HandleIsWriteStopped(uint64_t* value, DBImpl* db, in HandleIsWriteStopped()
876 bool InternalStats::HandleEstimateOldestKeyTime(uint64_t* value, DBImpl* /*db*/, in HandleEstimateOldestKeyTime()
925 bool InternalStats::HandleBlockCacheCapacity(uint64_t* value, DBImpl* /*db*/, in HandleBlockCacheCapacity()
936 bool InternalStats::HandleBlockCacheUsage(uint64_t* value, DBImpl* /*db*/, in HandleBlockCacheUsage()
947 bool InternalStats::HandleBlockCachePinnedUsage(uint64_t* value, DBImpl* /*db*/, in HandleBlockCachePinnedUsage()
958 void InternalStats::DumpDBStats(std::string* value) { in DumpDBStats()
1215 void InternalStats::DumpCFStats(std::string* value) { in DumpCFStats()
1220 void InternalStats::DumpCFStatsNoFileHistogram(std::string* value) { in DumpCFStatsNoFileHistogram()
1398 void InternalStats::DumpCFFileHistogram(std::string* value) { in DumpCFFileHistogram()