Searched defs:SampleOptionalInt (Results 1 – 1 of 1) sorted by relevance
6622 class SampleOptionalInt { class6625 explicit SampleOptionalInt(int value) : value_(value), has_value_(true) {} in SampleOptionalInt() function in testing::gmock_matchers_test::SampleOptionalInt6626 SampleOptionalInt() : value_(0), has_value_(false) {} in SampleOptionalInt() function in testing::gmock_matchers_test::SampleOptionalInt