Searched refs:TestProperties (Results 1 – 3 of 3) sorted by relevance
80 class TestProperties : public OptionValueProperties { class82 static std::shared_ptr<TestProperties> CreateGlobal() { in CreateGlobal()83 auto props_sp = std::make_shared<TestProperties>(); in CreateGlobal()115 return std::make_shared<TestProperties>(*this); in Clone()123 TEST(TestProperties, DeepCopy) { in TEST() argument124 auto props_sp = TestProperties::CreateGlobal(); in TEST()140 auto *props_copy_ptr = static_cast<TestProperties *>(copy_sp.get()); in TEST()
11 TestProperties *xx = [TestProperties alloc];
2 @interface TestProperties