Home
last modified time | relevance | path

Searched refs:matcherCache (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/cmds/statsd/src/metrics/
DMetricsManager.cpp307 vector<MatchingState> matcherCache(mAllAtomMatchers.size(), MatchingState::kNotComputed); in onLogEvent() local
310 matcher->onLogEvent(event, mAllAtomMatchers, matcherCache); in onLogEvent()
317 if (matcherCache[pair.first] == MatchingState::kMatched) { in onLogEvent()
334 condition->evaluateCondition(event, matcherCache, mAllConditionTrackers, conditionCache, in onLogEvent()
364 if (matcherCache[i] == MatchingState::kMatched) { in onLogEvent()