Home
last modified time | relevance | path

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

/aosp_15_r20/external/perfetto/src/trace_processor/util/
H A Ddebug_annotation_parser_unittest.cc47 base::Status ParseDebugAnnotation( in ParseDebugAnnotation() function
176 status = ParseDebugAnnotation(parser, msg, *this); in TEST_F()
199 base::Status status = ParseDebugAnnotation(parser, msg1, *this); in TEST_F()
203 status = ParseDebugAnnotation(parser, msg2, *this); in TEST_F()
236 base::Status status = ParseDebugAnnotation(parser, msg, *this); in TEST_F()
259 base::Status status = ParseDebugAnnotation(parser, msg, *this); in TEST_F()
287 status = ParseDebugAnnotation(parser, msg, *this); in TEST_F()
315 auto status = ParseDebugAnnotation(parser, msg, *this); in TEST_F()