Home
last modified time | relevance | path

Searched defs:SampleOptionalInt (Results 1 – 1 of 1) sorted by relevance

/freebsd-13.1/contrib/googletest/googlemock/test/
H A Dgmock-matchers_test.cc6622 class SampleOptionalInt { class
6625 explicit SampleOptionalInt(int value) : value_(value), has_value_(true) {} in SampleOptionalInt() function in testing::gmock_matchers_test::SampleOptionalInt
6626 SampleOptionalInt() : value_(0), has_value_(false) {} in SampleOptionalInt() function in testing::gmock_matchers_test::SampleOptionalInt