Searched refs:MatchValue (Results 1 – 1 of 1) sorted by relevance
523 return MatchFieldName(p) && MatchRelationalOperator(p) && MatchValue(p); in MatchPredicate()556 bool MatchValue(const char*& p) { in MatchValue() function