Searched defs:stat_type (Results 1 – 6 of 6) sorted by relevance
173 absl::string_view GetStatTypeStr(StatType stat_type) { in GetStatTypeStr()178 if (auto stat_type = gtl::FindOrNull(GetStatTypeMap(), stat_name)) { in FindStatType() local
74 int64 stat_type) { in GetStat()164 for (auto stat_type : stat_types) { in ConnectInterThread() local180 for (auto stat_type : stat_types) { in ConnectInterThread() local
82 absl::optional<int64> stat_type = stat_type_getter(metadata.name()); in BuildStatTypeMap() local
237 const XStat* XStatsOwner<T>::GetStats(int64 stat_type) const { in GetStats()
151 inline bool IsStatType(StatType stat_type, absl::string_view stat_name) { in IsStatType()
211 Mutex::Mutex(MutexType type, StatType stat_type) { in Mutex()