Searched refs:defImpl (Results 1 – 1 of 1) sorted by relevance
42 std::unique_ptr<ITestService> defImpl = std::make_unique<Def>(); in TEST_F() local43 auto ret = ITestService::setDefaultImpl(std::move(defImpl)); in TEST_F()