Searched defs:SampleVariantIntString (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/googletest/googlemock/test/
H A Dgmock-matchers_test.cc6665 class SampleVariantIntString { class in namespace:testing::gmock_matchers_test
6667 SampleVariantIntString(int i) : i_(i), has_int_(true) {} function in class:testing::gmock_matchers_test::SampleVariantIntString
6668 SampleVariantIntString(const std::string& s) : s_(s), has_int_(false) {} function in class:testing::gmock_matchers_test::SampleVariantIntString
[all...]

Completed in 179 milliseconds