Home
last modified time | relevance | path

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

/external/perfetto/src/trace_processor/util/
Ddebug_annotation_parser.cc129 auto nested_key = proto_to_args_parser_.EnterArray(index); in ParseDebugAnnotationValue()
243 auto nested_key = proto_to_args_parser_.EnterArray(array_index); in ParseNestedValueArgs()
Dproto_to_args_parser.h195 ScopedNestedKeyContext EnterArray(size_t index);
Dproto_to_args_parser.cc388 ProtoToArgsParser::ScopedNestedKeyContext ProtoToArgsParser::EnterArray( in EnterArray() function in perfetto::trace_processor::util::ProtoToArgsParser