Home
last modified time | relevance | path

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

/packages/modules/StatsD/statsd/src/matchers/
DEventMatcherWizard.cpp28 vector<MatchingState> matcherCache(mAllEventMatchers.size(), MatchingState::kNotComputed); in matchLogEvent() local
29 mAllEventMatchers[matcher_index]->onLogEvent(event, mAllEventMatchers, matcherCache); in matchLogEvent()
30 return matcherCache[matcher_index]; in matchLogEvent()
/packages/modules/StatsD/statsd/src/metrics/
DMetricsManager.cpp564 vector<MatchingState> matcherCache(mAllAtomMatchingTrackers.size(), in onLogEvent() local
569 matcher->onLogEvent(event, mAllAtomMatchingTrackers, matcherCache); in onLogEvent()
577 if (matcherCache[it.first] == MatchingState::kMatched) { in onLogEvent()
599 if (matcherCache[it.first] == MatchingState::kMatched) { in onLogEvent()
613 if (matcherCache[pair.first] == MatchingState::kMatched) { in onLogEvent()
630 condition->evaluateCondition(event, matcherCache, mAllConditionTrackers, conditionCache, in onLogEvent()
660 if (matcherCache[i] == MatchingState::kMatched) { in onLogEvent()