Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/googletest/googlemock/test/
H A Dgmock-matchers_test.cc6677 return value.get_impl(static_cast<T*>(NULL)); in get()
6681 const int& get_impl(int*) const { return i_; } in get_impl() function in testing::gmock_matchers_test::SampleVariantIntString
6682 const std::string& get_impl(std::string*) const { return s_; } in get_impl() function in testing::gmock_matchers_test::SampleVariantIntString
6736 return any->get_impl(static_cast<T*>(NULL)); in any_cast()
6744 const int* get_impl(int*) const { return index_ == 0 ? &i_ : NULL; } in get_impl() function in testing::gmock_matchers_test::SampleAnyType
6745 const std::string* get_impl(std::string*) const { in get_impl() function in testing::gmock_matchers_test::SampleAnyType