Home
last modified time | relevance | path

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

/aosp_15_r20/external/perfetto/src/trace_processor/util/
H A Ddebug_annotation_parser.cc49 DebugAnnotationParser::DebugAnnotationParser(ProtoToArgsParser& parser) in DebugAnnotationParser() function in perfetto::trace_processor::util::DebugAnnotationParser
52 base::Status DebugAnnotationParser::ParseDebugAnnotationName( in ParseDebugAnnotationName()
72 DebugAnnotationParser::ParseResult
73 DebugAnnotationParser::ParseDebugAnnotationValue( in ParseDebugAnnotationValue()
172 base::Status DebugAnnotationParser::Parse( in Parse()
188 DebugAnnotationParser::ParseResult DebugAnnotationParser::ParseNestedValueArgs( in ParseNestedValueArgs()
H A Ddebug_annotation_parser_unittest.cc48 DebugAnnotationParser& parser, in ParseDebugAnnotation()
174 DebugAnnotationParser parser(args_parser); in TEST_F()
197 DebugAnnotationParser parser(args_parser); in TEST_F()
234 DebugAnnotationParser parser(args_parser); in TEST_F()
257 DebugAnnotationParser parser(args_parser); in TEST_F()
285 DebugAnnotationParser parser(args_parser); in TEST_F()
313 DebugAnnotationParser parser(args_parser); in TEST_F()
H A Ddebug_annotation_parser.h32 class DebugAnnotationParser {
34 explicit DebugAnnotationParser(ProtoToArgsParser& proto_to_args_parser);
/aosp_15_r20/external/perfetto/src/trace_processor/importers/proto/
H A Dtrack_event_parser.cc1178 util::DebugAnnotationParser parser(parser_->args_parser_); in ParseTrackEventArgs()
1517 util::DebugAnnotationParser annotation_parser(args_parser_); in TrackEventParser()