Home
last modified time | relevance | path

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

/system/extras/simpleperf/
Dtracing.cpp514 return MatchFieldName(p) && MatchRelationalOperator(p) && MatchValue(p); in MatchPredicate()
531 bool MatchRelationalOperator(const char*& p) { in MatchRelationalOperator() function