Home
last modified time | relevance | path

Searched refs:BoundsToStringView (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/perfetto/src/trace_processor/perfetto_sql/preprocessor/
H A Dperfetto_sql_preprocessor.cc162 std::string_view BoundsToStringView(const PreprocessorGrammarTokenBounds& b) { in BoundsToStringView() function
299 arg.append("!(").append(BoundsToStringView(a->args[i])); in OnPreprocessorApply()
301 arg.append(",").append(BoundsToStringView(b->args[i])); in OnPreprocessorApply()