Searched defs:SampleAnyType (Results 1 – 3 of 3) sorted by relevance
790 class SampleAnyType { class792 explicit SampleAnyType(int i) : index_(0), i_(i) {} in SampleAnyType() function in testing::gmock_matchers_test::__anon6353f09c0111::SampleAnyType793 explicit SampleAnyType(const std::string& s) : index_(1), s_(s) {} in SampleAnyType() function in testing::gmock_matchers_test::__anon6353f09c0111::SampleAnyType
781 class SampleAnyType { class783 explicit SampleAnyType(int i) : index_(0), i_(i) {} in SampleAnyType() function in testing::gmock_matchers_test::__anon0c8054410111::SampleAnyType784 explicit SampleAnyType(const std::string& s) : index_(1), s_(s) {} in SampleAnyType() function in testing::gmock_matchers_test::__anon0c8054410111::SampleAnyType
790 class SampleAnyType { class792 explicit SampleAnyType(int i) : index_(0), i_(i) {} in SampleAnyType() function in testing::gmock_matchers_test::__anonfa0d0ab70111::SampleAnyType793 explicit SampleAnyType(const std::string& s) : index_(1), s_(s) {} in SampleAnyType() function in testing::gmock_matchers_test::__anonfa0d0ab70111::SampleAnyType