|
template<typename F > |
Action< F > | testing::MakeAction (ActionInterface< F > *impl) |
|
template<typename Impl > |
PolymorphicAction< Impl > | testing::MakePolymorphicAction (const Impl &impl) |
|
template<typename T > |
void | testing::internal::PrintTo (const ReferenceWrapper< T > &ref,::std::ostream *os) |
|
template<typename R > |
internal::ReturnAction< R > | testing::Return (R value) |
|
PolymorphicAction< internal::ReturnNullAction > | testing::ReturnNull () |
|
PolymorphicAction< internal::ReturnVoidAction > | testing::Return () |
|
template<typename R > |
internal::ReturnRefAction< R > | testing::ReturnRef (R &x) |
|
template<typename R > |
internal::ReturnRefOfCopyAction< R > | testing::ReturnRefOfCopy (const R &x) |
|
template<typename R > |
internal::ByMoveWrapper< R > | testing::ByMove (R x) |
|
internal::DoDefaultAction | testing::DoDefault () |
|
template<size_t N, typename T > |
PolymorphicAction< internal::SetArgumentPointeeAction< N, T, internal::IsAProtocolMessage< T >::value > > | testing::SetArgPointee (const T &x) |
|
template<size_t N> |
PolymorphicAction< internal::SetArgumentPointeeAction< N, const char *, false > > | testing::SetArgPointee (const char *p) |
|
template<size_t N> |
PolymorphicAction< internal::SetArgumentPointeeAction< N, const wchar_t *, false > > | testing::SetArgPointee (const wchar_t *p) |
|
template<size_t N, typename T > |
PolymorphicAction< internal::SetArgumentPointeeAction< N, T, internal::IsAProtocolMessage< T >::value > > | testing::SetArgumentPointee (const T &x) |
|
template<typename T1 , typename T2 > |
PolymorphicAction< internal::AssignAction< T1, T2 > > | testing::Assign (T1 *ptr, T2 val) |
|
template<typename T > |
PolymorphicAction< internal::SetErrnoAndReturnAction< T > > | testing::SetErrnoAndReturn (int errval, T result) |
|
template<typename FunctionImpl > |
PolymorphicAction< internal::InvokeWithoutArgsAction< FunctionImpl > > | testing::InvokeWithoutArgs (FunctionImpl function_impl) |
|
template<class Class , typename MethodPtr > |
PolymorphicAction< internal::InvokeMethodWithoutArgsAction< Class, MethodPtr > > | testing::InvokeWithoutArgs (Class *obj_ptr, MethodPtr method_ptr) |
|
template<typename A > |
internal::IgnoreResultAction< A > | testing::IgnoreResult (const A &an_action) |
|
template<typename T > |
internal::ReferenceWrapper< T > | testing::ByRef (T &l_value) |
|