Home
last modified time | relevance | path

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

/packages/modules/StatsD/statsd/src/matchers/
DEventMatcherWizard.cpp26 return MatchingState::kNotComputed; in matchLogEvent()
28 vector<MatchingState> matcherCache(mAllEventMatchers.size(), MatchingState::kNotComputed); in matchLogEvent()
DCombinationAtomMatchingTracker.cpp117 if (matcherResults[mIndex] != MatchingState::kNotComputed) { in onLogEvent()
128 if (matcherResults[childIndex] == MatchingState::kNotComputed) { in onLogEvent()
Dmatcher_util.h31 kNotComputed = -1, enumerator
DSimpleAtomMatchingTracker.cpp64 if (matcherResults[mIndex] != MatchingState::kNotComputed) { in onLogEvent()
/packages/modules/StatsD/statsd/src/metrics/
DMetricsManager.cpp565 MatchingState::kNotComputed); in onLogEvent()