Home
last modified time | relevance | path

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

/aosp_15_r20/external/perfetto/src/trace_processor/perfetto_sql/preprocessor/
H A Dperfetto_sql_preprocessor.cc152 std::vector<std::string> SqlSourceVectorToString( in SqlSourceVectorToString() function
174 base::Join(SqlSourceVectorToString(macro.args), ", ") + ")"), in RewriteIntrinsicMacro()
259 base::Join(SqlSourceVectorToString(macro.args), " "))); in ExecuteApply()