Searched refs:MyDebugAnnotation (Results 1 – 1 of 1) sorted by relevance
324 class MyDebugAnnotation : public perfetto::DebugAnnotation { class326 ~MyDebugAnnotation() override = default;2254 std::unique_ptr<MyDebugAnnotation> owned_annotation(new MyDebugAnnotation()); in TEST_P()2256 TRACE_EVENT_BEGIN("test", "E", "custom_arg", MyDebugAnnotation()); in TEST_P()3330 MyDebugAnnotation annotation; in TEST_P()3333 std::unique_ptr<MyDebugAnnotation> owned_annotation(new MyDebugAnnotation()); in TEST_P()3354 std::unique_ptr<MyDebugAnnotation> owned_annotation(new MyDebugAnnotation()); in TEST_P()