Searched refs:MyDefaultConstructible (Results 1 – 1 of 1) sorted by relevance
356 class MyDefaultConstructible { class358 MyDefaultConstructible() : value_(42) {} in MyDefaultConstructible() function in testing::__anon10e2b6f40111::MyDefaultConstructible379 EXPECT_TRUE(BuiltInDefaultValue<MyDefaultConstructible>::Exists()); in TEST()383 EXPECT_EQ(42, BuiltInDefaultValue<MyDefaultConstructible>::Get().value()); in TEST()404 EXPECT_FALSE(DefaultValue<MyDefaultConstructible>::IsSet()); in TEST()466 EXPECT_FALSE(DefaultValue<MyDefaultConstructible&>::IsSet()); in TEST()473 EXPECT_FALSE(DefaultValue<MyDefaultConstructible&>::Exists()); in TEST()