Home
last modified time | relevance | path

Searched defs:FilterFormatAdjuster (Results 1 – 1 of 1) sorted by relevance

/aosp12/system/extras/simpleperf/
H A Dtracing.cpp463 struct FilterFormatAdjuster { struct
464 FilterFormatAdjuster(bool use_quote) : use_quote(use_quote) {} in FilterFormatAdjuster() function
466 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()
547 bool MatchValue(const char*& p) { in MatchValue()
604 const bool use_quote;
605 std::string adjusted_filter;
[all …]