Searched defs:GlobalStats (Results 1 – 6 of 6) sorted by relevance
171 struct GlobalStats { struct172 enum class Counter {207 enum class Histogram {239 static const absl::string_view counter_name[static_cast<int>(Counter::COUNT)];241 histogram_name[static_cast<int>(Histogram::COUNT)];242 static const absl::string_view counter_doc[static_cast<int>(Counter::COUNT)];244 histogram_doc[static_cast<int>(Histogram::COUNT)];245 union {282 Histogram_65536_26 call_initial_size;283 Histogram_16777216_20 tcp_write_size;[all …]
408 GlobalStats::GlobalStats() in GlobalStats() function in grpc_core::GlobalStats
102 struct GlobalStats { struct103 enum class Counter {135 GlobalStats(); argument136 static const absl::string_view counter_name[static_cast<int>(Counter::COUNT)];138 histogram_name[static_cast<int>(Histogram::COUNT)];139 static const absl::string_view counter_doc[static_cast<int>(Counter::COUNT)];141 histogram_doc[static_cast<int>(Histogram::COUNT)];142 union {174 std::unique_ptr<GlobalStats> Diff(const GlobalStats& other) const; argument
205 GlobalStats::GlobalStats() in GlobalStats() function in grpc_core::GlobalStats
21 pub struct GlobalStats { struct25 pub static mut STATS: GlobalStats = GlobalStats { argument33 impl GlobalStats { impl
26 TEST(ScudoStatsTest, GlobalStats) { in TEST() argument