Lines Matching defs:testing
154 namespace testing {
2083 // error messages tractable, we define it in the testing namespace
2084 // instead of testing::internal. However, this is an INTERNAL TYPE
2145 ::testing::Action<F> MakeAction() {
2146 return ::testing::Action<F>(ActionImpl<F, Impl>());
2151 ::testing::Action<F> MakeAction(std::shared_ptr<Impl> impl) {
2152 return ::testing::Action<F>(ActionImpl<F, Impl>(std::move(impl)));
2206 operator ::testing::Action<F>() const { \
2207 return ::testing::internal::MakeAction<F>(impl_); \
2247 operator ::testing::Action<F>() const { \
2248 return ::testing::internal::MakeAction<F, gmock_Impl>(); \
2296 } // namespace testing