Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/googletest/googlemock/test/
H A Dgmock-matchers_test.cc6729 class SampleAnyType { class
6731 explicit SampleAnyType(int i) : index_(0), i_(i) {} in SampleAnyType() function in testing::gmock_matchers_test::SampleAnyType
6732 explicit SampleAnyType(const std::string& s) : index_(1), s_(s) {} in SampleAnyType() function in testing::gmock_matchers_test::SampleAnyType