Home
last modified time | relevance | path

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

/external/perfetto/src/trace_processor/importers/json/
Djson_utils.cc148 bool AddJsonValueToArgs(const Json::Value& value, in AddJsonValueToArgs() function
164 AddJsonValueToArgs(*it, base::StringView(child_flat_key), in AddJsonValueToArgs()
179 bool inserted = AddJsonValueToArgs( in AddJsonValueToArgs()
Djson_utils.h58 bool AddJsonValueToArgs(const Json::Value& value,
Djson_trace_parser.cc123 json::AddJsonValueToArgs(value["args"], /* flat_key = */ "args", in ParseTracePacket()
/external/perfetto/src/trace_processor/importers/proto/
Dtrack_event_parser.cc1212 json::AddJsonValueToArgs(*value, name, name, storage_, inserter); in ParseDebugAnnotationValue()