Searched defs:FilterFormatAdjuster (Results 1 – 1 of 1) sorted by relevance
450 struct FilterFormatAdjuster { struct451 FilterFormatAdjuster(bool use_quote) : use_quote(use_quote) {} in FilterFormatAdjuster() argument453 bool MatchFilter(const char*& p) { in MatchFilter()468 void RemoveSpace(const char*& p) { in RemoveSpace()478 bool MatchPredicateExpr(const char*& p) { in MatchPredicateExpr()500 bool MatchPredicate(const char*& p) { in MatchPredicate()504 bool MatchFieldName(const char*& p) { in MatchFieldName()518 bool MatchRelationalOperator(const char*& p) { in MatchRelationalOperator()534 bool MatchValue(const char*& p) { in MatchValue()586 void CopyBytes(const char*& p, size_t len) { in CopyBytes()[all …]