Searched defs:SampleAnyType (Results 1 – 1 of 1) sorted by relevance
6914 class SampleAnyType { in TEST() class6916 explicit SampleAnyType(int i) : index_(0), i_(i) {} in TEST() function in testing::gmock_matchers_test::__anon01910f110111::SampleAnyType6917 explicit SampleAnyType(const std::string& s) : index_(1), s_(s) {} in TEST() function in testing::gmock_matchers_test::__anon01910f110111::SampleAnyType