Searched defs:FilterFormatAdjuster (Results 1 – 1 of 1) sorted by relevance
472 struct FilterFormatAdjuster { struct473 FilterFormatAdjuster(bool use_quote) : use_quote(use_quote) {} in FilterFormatAdjuster() argument475 bool MatchFilter(const char*& p) { in MatchFilter()490 void RemoveSpace(const char*& p) { in RemoveSpace()500 bool MatchPredicateExpr(const char*& p) { in MatchPredicateExpr()522 bool MatchPredicate(const char*& p) { in MatchPredicate()526 bool MatchFieldName(const char*& p) { in MatchFieldName()540 bool MatchRelationalOperator(const char*& p) { in MatchRelationalOperator()556 bool MatchValue(const char*& p) { in MatchValue()608 void CopyBytes(const char*& p, size_t len) { in CopyBytes()[all …]