Home
last modified time | relevance | path

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

/external/perfetto/src/trace_processor/util/
Ddebug_annotation_parser.cc56 DebugAnnotationParser::DebugAnnotationParser(ProtoToArgsParser& parser) in DebugAnnotationParser() function in perfetto::trace_processor::util::DebugAnnotationParser
59 base::Status DebugAnnotationParser::ParseDebugAnnotationName( in ParseDebugAnnotationName()
79 DebugAnnotationParser::ParseResult
80 DebugAnnotationParser::ParseDebugAnnotationValue( in ParseDebugAnnotationValue()
178 base::Status DebugAnnotationParser::Parse( in Parse()
194 DebugAnnotationParser::ParseResult DebugAnnotationParser::ParseNestedValueArgs( in ParseNestedValueArgs()
Ddebug_annotation_parser_unittest.cc53 DebugAnnotationParser& parser, in ParseDebugAnnotation()
179 DebugAnnotationParser parser(args_parser); in TEST_F()
202 DebugAnnotationParser parser(args_parser); in TEST_F()
239 DebugAnnotationParser parser(args_parser); in TEST_F()
262 DebugAnnotationParser parser(args_parser); in TEST_F()
290 DebugAnnotationParser parser(args_parser); in TEST_F()
318 DebugAnnotationParser parser(args_parser); in TEST_F()
Ddebug_annotation_parser.h35 class DebugAnnotationParser {
37 explicit DebugAnnotationParser(ProtoToArgsParser& proto_to_args_parser);
/external/perfetto/src/trace_processor/importers/proto/
Dtrack_event_parser.cc1190 util::DebugAnnotationParser parser(parser_->args_parser_); in ParseTrackEventArgs()
1516 util::DebugAnnotationParser annotation_parser(args_parser_); in TrackEventParser()