Home
last modified time | relevance | path

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

/frameworks/base/cmds/statsd/src/matchers/
Dmatcher_util.cpp84 bool tryMatchString(const UidMap& uidMap, const FieldValue& fieldValue, const string& str_match) { in tryMatchString() function
230 if (tryMatchString(uidMap, values[i], matcher.eq_string())) { in matchesSimple()
241 if (tryMatchString(uidMap, values[i], str)) { in matchesSimple()
256 if (tryMatchString(uidMap, values[i], str)) { in matchesSimple()