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