Searched refs:owned_annotation (Results 1 – 1 of 1) sorted by relevance
2254 std::unique_ptr<MyDebugAnnotation> owned_annotation(new MyDebugAnnotation()); in TEST_P() local2258 std::move(owned_annotation)); in TEST_P()3333 std::unique_ptr<MyDebugAnnotation> owned_annotation(new MyDebugAnnotation()); in TEST_P() local3334 TRACE_EVENT_BEGIN1("cat", "LegacyEvent", "arg", std::move(owned_annotation)); in TEST_P()3354 std::unique_ptr<MyDebugAnnotation> owned_annotation(new MyDebugAnnotation()); in TEST_P() local3355 TRACE_EVENT_BEGIN1("cat", "LegacyEvent", "arg", std::move(owned_annotation)); in TEST_P()