Searched refs:has_int_ (Results 1 – 1 of 1) sorted by relevance
728 SampleVariantIntString(int i) : i_(i), has_int_(true) {} in SampleVariantIntString()729 SampleVariantIntString(const std::string& s) : s_(s), has_int_(false) {} in SampleVariantIntString()733 return value.has_int_ == std::is_same<T, int>::value; in holds_alternative()747 bool has_int_; member in testing::gmock_matchers_test::__anonebb175b30111::SampleVariantIntString