Searched refs:MyRawDebugAnnotation (Results 1 – 1 of 1) sorted by relevance
2272 class MyRawDebugAnnotation : public perfetto::DebugAnnotation { in TEST_P() class2274 MyRawDebugAnnotation() { msg_->set_string_value("nested_value"); } in TEST_P() function in __anone89577de0111::TEST_P::MyRawDebugAnnotation2275 ~MyRawDebugAnnotation() = default; in TEST_P()2279 MyRawDebugAnnotation(const MyRawDebugAnnotation&) = delete; in TEST_P()2280 MyRawDebugAnnotation(MyRawDebugAnnotation&&) = delete; in TEST_P()2299 TRACE_EVENT_BEGIN("test", "E", "raw_arg", MyRawDebugAnnotation()); in TEST_P()2301 MyRawDebugAnnotation()); in TEST_P()