Home
last modified time | relevance | path

Searched refs:has_int_ (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/googletest/googlemock/test/
H A Dgmock-matchers-misc_test.cc787 SampleVariantIntString(int i) : i_(i), has_int_(true) {} in SampleVariantIntString()
788 SampleVariantIntString(const std::string& s) : s_(s), has_int_(false) {} in SampleVariantIntString()
792 return value.has_int_ == std::is_same<T, int>::value; in holds_alternative()
806 bool has_int_; member in testing::gmock_matchers_test::__anonebb175b30111::SampleVariantIntString