Searched refs:MyDebugAnnotation (Results 1 – 1 of 1) sorted by relevance
403 class MyDebugAnnotation : public perfetto::DebugAnnotation { class405 ~MyDebugAnnotation() override = default;3287 std::unique_ptr<MyDebugAnnotation> owned_annotation(new MyDebugAnnotation()); in TEST_P()3289 TRACE_EVENT_BEGIN("test", "E", "custom_arg", MyDebugAnnotation()); in TEST_P()4786 MyDebugAnnotation annotation; in TEST_P()4789 std::unique_ptr<MyDebugAnnotation> owned_annotation(new MyDebugAnnotation()); in TEST_P()4808 std::unique_ptr<MyDebugAnnotation> owned_annotation(new MyDebugAnnotation()); in TEST_P()