Home
last modified time | relevance | path

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

/external/cronet/third_party/googletest/src/googlemock/test/
Dgmock-matchers-misc_test.cc781 class SampleAnyType { class
783 explicit SampleAnyType(int i) : index_(0), i_(i) {} in SampleAnyType() function in testing::gmock_matchers_test::__anonbebd5cf20111::SampleAnyType
784 explicit SampleAnyType(const std::string& s) : index_(1), s_(s) {} in SampleAnyType() function in testing::gmock_matchers_test::__anonbebd5cf20111::SampleAnyType
/external/googletest/googlemock/test/
Dgmock-matchers_test.cc6914 class SampleAnyType { in TEST() class
6916 explicit SampleAnyType(int i) : index_(0), i_(i) {} in TEST() function in testing::gmock_matchers_test::__anon9be9be2f0111::SampleAnyType
6917 explicit SampleAnyType(const std::string& s) : index_(1), s_(s) {} in TEST() function in testing::gmock_matchers_test::__anon9be9be2f0111::SampleAnyType