Home
last modified time | relevance | path

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

/system/extras/simpleperf/
Dtracing.cpp450 struct FilterFormatAdjuster { struct
451 FilterFormatAdjuster(bool use_quote) : use_quote(use_quote) {} in FilterFormatAdjuster() argument
453 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 …]