Home
last modified time | relevance | path

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

/external/chromium/testing/gmock/include/gmock/
Dgmock-actions.h398 inline PolymorphicAction<Impl> MakePolymorphicAction(const Impl& impl) { in MakePolymorphicAction() function
947 return MakePolymorphicAction(internal::ReturnNullAction()); in ReturnNull()
952 return MakePolymorphicAction(internal::ReturnVoidAction()); in Return()
981 return MakePolymorphicAction(internal::SetArgumentPointeeAction< in SetArgPointee()
993 return MakePolymorphicAction(internal::SetArgumentPointeeAction< in SetArgPointee()
1001 return MakePolymorphicAction(internal::SetArgumentPointeeAction< in SetArgPointee()
1012 return MakePolymorphicAction(internal::SetArgumentPointeeAction< in SetArgumentPointee()
1019 return MakePolymorphicAction(internal::AssignAction<T1, T2>(ptr, val)); in Assign()
1028 return MakePolymorphicAction( in SetErrnoAndReturn()
1040 return MakePolymorphicAction( in InvokeWithoutArgs()
[all …]
Dgmock-more-actions.h99 return MakePolymorphicAction( in Invoke()
108 return MakePolymorphicAction( in Invoke()
Dgmock-generated-actions.h.pump403 // or using MakePolymorphicAction() instead, especially if you need to
/external/chromium/testing/gmock/test/
Dgmock-actions_test.cc65 using testing::MakePolymorphicAction;
445 return MakePolymorphicAction(ReturnSecondArgumentAction()); in ReturnSecondArgument()
450 return MakePolymorphicAction(ReturnZeroFromNullaryFunctionAction()); in ReturnZeroFromNullaryFunction()