Home
last modified time | relevance | path

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

/external/perfetto/src/trace_processor/importers/json/
Djson_utils.cc161 std::string child_flat_key = flat_key.ToStdString() + "." + child_name; in AddJsonValueToArgs() local
164 AddJsonValueToArgs(*it, base::StringView(child_flat_key), in AddJsonValueToArgs()
/external/perfetto/src/trace_processor/importers/proto/
Dtrack_event_parser.cc1187 std::string child_flat_key = context_name + "." + key; in ParseDebugAnnotationValue() local
1189 ParseDebugAnnotationValue(key_value, inserter, child_flat_key); in ParseDebugAnnotationValue()
1198 std::string child_flat_key = in ParseDebugAnnotationValue() local
1201 ParseDebugAnnotationValue(value, inserter, child_flat_key); in ParseDebugAnnotationValue()
1261 std::string child_flat_key = in ParseNestedValueArgs() local
1265 ParseNestedValueArgs(*value_it, base::StringView(child_flat_key), in ParseNestedValueArgs()