Home
last modified time | relevance | path

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

/third_party/googletest/googlemock/test/
Dgmock-matchers-misc_test.cc720 class SampleVariantIntString { class
722 SampleVariantIntString(int i) : i_(i), has_int_(true) {} in SampleVariantIntString() function in testing::gmock_matchers_test::__anon1be60f140111::SampleVariantIntString
723 SampleVariantIntString(const std::string& s) : s_(s), has_int_(false) {} in SampleVariantIntString() function in testing::gmock_matchers_test::__anon1be60f140111::SampleVariantIntString
/third_party/protobuf/third_party/googletest/googlemock/test/
Dgmock-matchers_test.cc6677 class SampleVariantIntString { class
6679 SampleVariantIntString(int i) : i_(i), has_int_(true) {} in SampleVariantIntString() function in testing::gmock_matchers_test::__anone67799940111::SampleVariantIntString
6680 SampleVariantIntString(const std::string& s) : s_(s), has_int_(false) {} in SampleVariantIntString() function in testing::gmock_matchers_test::__anone67799940111::SampleVariantIntString