Searched defs:FilterFormatAdjuster (Results 1 – 1 of 1) sorted by relevance
463 struct FilterFormatAdjuster { struct464 FilterFormatAdjuster(bool use_quote) : use_quote(use_quote) {} in FilterFormatAdjuster() argument466 bool MatchFilter(const char*& p) { in MatchFilter()481 void RemoveSpace(const char*& p) { in RemoveSpace()491 bool MatchPredicateExpr(const char*& p) { in MatchPredicateExpr()513 bool MatchPredicate(const char*& p) { in MatchPredicate()517 bool MatchFieldName(const char*& p) { in MatchFieldName()531 bool MatchRelationalOperator(const char*& p) { in MatchRelationalOperator()547 bool MatchValue(const char*& p) { in MatchValue()599 void CopyBytes(const char*& p, size_t len) { in CopyBytes()[all …]