#include <gmock-actions.h>
Public Member Functions | |
template<typename R , typename... Args> | |
operator Action< R (Args...)>() const | |
template<typename R , typename... Args> | |
operator Action< R (Args...)>() const | |
template<typename R , typename... Args> | |
operator Action< R (Args...)>() const | |
template<typename R , typename... Args> | |
operator Action< R (Args...)>() const | |
Public Attributes | |
std::tuple< Actions... > | actions |
Private Types | |
template<typename T > | |
using | NonFinalType = typename std::conditional< std::is_scalar< T >::value, T, const T & >::type |
Private Member Functions | |
template<typename... Args, size_t... I> | |
std::vector< Action< void(Args...)> > | Convert (IndexSequence< I... >) const |
template<typename... Args, size_t... I> | |
std::vector< Action< void(Args...)> > | Convert (IndexSequence< I... >) const |
template<typename... Args, size_t... I> | |
std::vector< Action< void(Args...)> > | Convert (IndexSequence< I... >) const |
template<typename ActionT , size_t... I> | |
std::vector< ActionT > | Convert (IndexSequence< I... >) const |
Definition at line 899 of file bloaty/third_party/googletest/googlemock/include/gmock/gmock-actions.h.
|
private |
Definition at line 1038 of file googletest/googlemock/include/gmock/gmock-actions.h.
|
inlineprivate |
Definition at line 902 of file bloaty/third_party/googletest/googlemock/include/gmock/gmock-actions.h.
|
inlineprivate |
Definition at line 939 of file bloaty/third_party/protobuf/third_party/googletest/googlemock/include/gmock/gmock-actions.h.
|
inlineprivate |
Definition at line 939 of file protobuf/third_party/googletest/googlemock/include/gmock/gmock-actions.h.
|
inlineprivate |
Definition at line 1041 of file googletest/googlemock/include/gmock/gmock-actions.h.
|
inline |
Definition at line 910 of file bloaty/third_party/googletest/googlemock/include/gmock/gmock-actions.h.
|
inline |
Definition at line 947 of file bloaty/third_party/protobuf/third_party/googletest/googlemock/include/gmock/gmock-actions.h.
|
inline |
Definition at line 947 of file protobuf/third_party/googletest/googlemock/include/gmock/gmock-actions.h.
|
inline |
Definition at line 1049 of file googletest/googlemock/include/gmock/gmock-actions.h.
std::tuple< Actions... > testing::internal::DoAllAction< Actions >::actions |
Definition at line 907 of file bloaty/third_party/googletest/googlemock/include/gmock/gmock-actions.h.