Home
last modified time | relevance | path

Searched defs:eventMatcherValues (Results 1 – 3 of 3) sorted by relevance

/packages/modules/StatsD/statsd/src/condition/
DCombinationConditionTracker.cpp203 const LogEvent& event, const std::vector<MatchingState>& eventMatcherValues, in evaluateCondition()
DSimpleConditionTracker.cpp269 const vector<MatchingState>& eventMatcherValues, in evaluateCondition()
/packages/modules/StatsD/statsd/tests/metrics/parsing_utils/
Dconfig_update_utils_test.cpp811 vector<MatchingState> eventMatcherValues(6, MatchingState::kNotMatched); in TEST_F() local