Home
last modified time | relevance | path

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

/aosp_15_r20/external/perfetto/src/trace_processor/util/
H A Ddebug_annotation_parser.cc50 : proto_to_args_parser_(parser) {} in DebugAnnotationParser()
109 auto nested_key = proto_to_args_parser_.EnterDictionary(key); in ParseDebugAnnotationValue()
123 auto nested_key = proto_to_args_parser_.EnterArray(index); in ParseDebugAnnotationValue()
161 return {proto_to_args_parser_.ParseMessage(annotation.proto_value(), in ParseDebugAnnotationValue()
183 auto context = proto_to_args_parser_.EnterDictionary(name); in Parse()
221 auto nested_key = proto_to_args_parser_.EnterDictionary(child_name); in ParseNestedValueArgs()
237 auto nested_key = proto_to_args_parser_.EnterArray(array_index); in ParseNestedValueArgs()
H A Ddebug_annotation_parser.h59 ProtoToArgsParser& proto_to_args_parser_; variable