Home
last modified time | relevance | path

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

/aosp_15_r20/system/extras/simpleperf/
H A Dtracing.cpp472 struct FilterFormatAdjuster { struct
473 FilterFormatAdjuster(bool use_quote) : use_quote(use_quote) {} in FilterFormatAdjuster() argument
475 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 …]