Searched refs:DebugAnnotationParser (Results 1 – 4 of 4) sorted by relevance
49 DebugAnnotationParser::DebugAnnotationParser(ProtoToArgsParser& parser) in DebugAnnotationParser() function in perfetto::trace_processor::util::DebugAnnotationParser52 base::Status DebugAnnotationParser::ParseDebugAnnotationName( in ParseDebugAnnotationName()72 DebugAnnotationParser::ParseResult73 DebugAnnotationParser::ParseDebugAnnotationValue( in ParseDebugAnnotationValue()172 base::Status DebugAnnotationParser::Parse( in Parse()188 DebugAnnotationParser::ParseResult DebugAnnotationParser::ParseNestedValueArgs( in ParseNestedValueArgs()
48 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()
32 class DebugAnnotationParser {34 explicit DebugAnnotationParser(ProtoToArgsParser& proto_to_args_parser);
1178 util::DebugAnnotationParser parser(parser_->args_parser_); in ParseTrackEventArgs()1517 util::DebugAnnotationParser annotation_parser(args_parser_); in TrackEventParser()