Searched defs:stat_type (Results 1 – 8 of 8) sorted by relevance
267 absl::string_view GetStatTypeStr(StatType stat_type) { in GetStatTypeStr()272 if (auto stat_type = gtl::FindOrNull(GetStatTypeMap(), stat_name)) { in FindStatType() local301 bool IsInternalStat(absl::optional<int64> stat_type) { in IsInternalStat()
105 int64 stat_type, const XStatMetadata& stat_metadata) const { in GetStat()297 absl::optional<XStatVisitor> XStatsOwner<T>::GetStat(int64 stat_type) const { in GetStat()
66 StatType stat_type = stat_type_and_value.first; in CreateXEvent() local
128 absl::optional<int64> stat_type = stat_type_getter(metadata.name()); in BuildStatTypeMap() local
428 XStat* EventNode::FindOrAddStatByType(int64 stat_type) { in FindOrAddStatByType()556 for (auto stat_type : parent_stat_types) { in ConnectInterThread() local
240 inline bool IsStatType(StatType stat_type, absl::string_view stat_name) { in IsStatType()
211 Mutex::Mutex(MutexType type, StatType stat_type) { in Mutex()
210 Mutex::Mutex(MutexType type, StatType stat_type) { in Mutex()