Home
last modified time | relevance | path

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

/freebsd/contrib/googletest/googlemock/test/
H A Dgmock-matchers-misc_test.cc742 const int& get_impl(int*) const { return i_; } in get_impl() function in testing::gmock_matchers_test::__anonebb175b30111::SampleVariantIntString
743 const std::string& get_impl(std::string*) const { return s_; } in get_impl() function in testing::gmock_matchers_test::__anonebb175b30111::SampleVariantIntString
805 const int* get_impl(int*) const { return index_ == 0 ? &i_ : nullptr; } in get_impl() function in testing::gmock_matchers_test::__anonebb175b30111::SampleAnyType
806 const std::string* get_impl(std::string*) const { in get_impl() function in testing::gmock_matchers_test::__anonebb175b30111::SampleAnyType