Searched refs:stateKey (Results 1 – 3 of 3) sorted by relevance
335 HashableDimensionKey stateKey; in getUnknownStateKey() local340 stateKey.addValue(fieldValue); in getUnknownStateKey()342 return stateKey; in getUnknownStateKey()
677 const auto stateKey = eventKey.getStateValuesKey(); in onMatchedLogEventInternalLocked() local678 const bool stateChange = oldStateKey != stateKey || !dimensionsInWhatInfo.hasCurrentState; in onMatchedLogEventInternalLocked()689 dimensionsInWhatInfo.currentState = stateKey; in onMatchedLogEventInternalLocked()700 mCurrentSlicedBucket[MetricDimensionKey(whatKey, stateKey)] in onMatchedLogEventInternalLocked()
293 DimensionsInWhatInfo(const HashableDimensionKey& stateKey) in DimensionsInWhatInfo()294 : dimExtras(), currentState(stateKey), hasCurrentState(false) { in DimensionsInWhatInfo()