Searched refs:MyDebugAnnotation (Results 1 – 1 of 1) sorted by relevance
442 class MyDebugAnnotation : public perfetto::DebugAnnotation { class444 ~MyDebugAnnotation() override = default;3549 std::unique_ptr<MyDebugAnnotation> owned_annotation(new MyDebugAnnotation()); in TEST_P()3551 TRACE_EVENT_BEGIN("test", "E", "custom_arg", MyDebugAnnotation()); in TEST_P()5196 MyDebugAnnotation annotation; in TEST_P()5199 std::unique_ptr<MyDebugAnnotation> owned_annotation(new MyDebugAnnotation()); in TEST_P()5218 std::unique_ptr<MyDebugAnnotation> owned_annotation(new MyDebugAnnotation()); in TEST_P()