Searched refs:get_impl (Results 1 – 1 of 1) sorted by relevance
6677 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::SampleVariantIntString6682 const std::string& get_impl(std::string*) const { return s_; } in get_impl() function in testing::gmock_matchers_test::SampleVariantIntString6736 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::SampleAnyType6745 const std::string* get_impl(std::string*) const { in get_impl() function in testing::gmock_matchers_test::SampleAnyType