Searched refs:AddJsonValueToArgs (Results 1 – 4 of 4) sorted by relevance
/external/perfetto/src/trace_processor/importers/json/ |
D | json_utils.cc | 148 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()
|
D | json_utils.h | 58 bool AddJsonValueToArgs(const Json::Value& value,
|
D | json_trace_parser.cc | 123 json::AddJsonValueToArgs(value["args"], /* flat_key = */ "args", in ParseTracePacket()
|
/external/perfetto/src/trace_processor/importers/proto/ |
D | track_event_parser.cc | 1212 json::AddJsonValueToArgs(*value, name, name, storage_, inserter); in ParseDebugAnnotationValue()
|