Home
last modified time | relevance | path

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

/third_party/googletest/googlemock/test/
Dgmock-matchers_test.cc6613 class SampleOptionalInt { class
6616 explicit SampleOptionalInt(int value) : value_(value), has_value_(true) {} in SampleOptionalInt() function in testing::gmock_matchers_test::SampleOptionalInt
6617 SampleOptionalInt() : value_(0), has_value_(false) {} in SampleOptionalInt() function in testing::gmock_matchers_test::SampleOptionalInt