Searched refs:DimensionsInWhatInfo (Results 1 – 3 of 3) sorted by relevance
304 struct DimensionsInWhatInfo { struct305 DimensionsInWhatInfo(const HashableDimensionKey& stateKey) in DimensionsInWhatInfo() argument322 std::unordered_map<HashableDimensionKey, DimensionsInWhatInfo> mDimInfos; argument
715 const auto& returnVal = mDimInfos.emplace(whatKey, DimensionsInWhatInfo(getUnknownStateKey())); in onMatchedLogEventInternalLocked()716 DimensionsInWhatInfo& dimensionsInWhatInfo = returnVal.first->second; in onMatchedLogEventInternalLocked()
5872 NumericValueMetricProducer::DimensionsInWhatInfo>::iterator itBase = in TEST()