Searched refs:DebugAnnotationParser (Results 1 – 4 of 4) sorted by relevance
56 DebugAnnotationParser::DebugAnnotationParser(ProtoToArgsParser& parser) in DebugAnnotationParser() function in perfetto::trace_processor::util::DebugAnnotationParser59 base::Status DebugAnnotationParser::ParseDebugAnnotationName( in ParseDebugAnnotationName()79 DebugAnnotationParser::ParseResult80 DebugAnnotationParser::ParseDebugAnnotationValue( in ParseDebugAnnotationValue()178 base::Status DebugAnnotationParser::Parse( in Parse()194 DebugAnnotationParser::ParseResult DebugAnnotationParser::ParseNestedValueArgs( in ParseNestedValueArgs()
53 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()
35 class DebugAnnotationParser {37 explicit DebugAnnotationParser(ProtoToArgsParser& proto_to_args_parser);
1190 util::DebugAnnotationParser parser(parser_->args_parser_); in ParseTrackEventArgs()1516 util::DebugAnnotationParser annotation_parser(args_parser_); in TrackEventParser()