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