Home
last modified time | relevance | path

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

/external/perfetto/src/trace_processor/metrics/
Dmetrics.h66 util::Status AppendSqlValue(const std::string& field_name,
Dmetrics.cc77 util::Status ProtoBuilder::AppendSqlValue(const std::string& field_name, in AppendSqlValue() function in perfetto::trace_processor::metrics::ProtoBuilder
536 auto status = builder.AppendSqlValue(key, value); in BuildProto()
669 RETURN_IF_ERROR(metric_builder.AppendSqlValue(field_name, col)); in ComputeMetrics()