#include <gmock.h>
Static Public Member Functions | |
static Result | Perform (Impl *impl, const ::std::tr1::tuple<> &args) |
template<typename A0 > | |
static Result | Perform (Impl *impl, const ::std::tr1::tuple< A0 > &args) |
template<typename A0 , typename A1 > | |
static Result | Perform (Impl *impl, const ::std::tr1::tuple< A0, A1 > &args) |
template<typename A0 , typename A1 , typename A2 > | |
static Result | Perform (Impl *impl, const ::std::tr1::tuple< A0, A1, A2 > &args) |
template<typename A0 , typename A1 , typename A2 , typename A3 > | |
static Result | Perform (Impl *impl, const ::std::tr1::tuple< A0, A1, A2, A3 > &args) |
template<typename A0 , typename A1 , typename A2 , typename A3 , typename A4 > | |
static Result | Perform (Impl *impl, const ::std::tr1::tuple< A0, A1, A2, A3, A4 > &args) |
template<typename A0 , typename A1 , typename A2 , typename A3 , typename A4 , typename A5 > | |
static Result | Perform (Impl *impl, const ::std::tr1::tuple< A0, A1, A2, A3, A4, A5 > &args) |
template<typename A0 , typename A1 , typename A2 , typename A3 , typename A4 , typename A5 , typename A6 > | |
static Result | Perform (Impl *impl, const ::std::tr1::tuple< A0, A1, A2, A3, A4, A5, A6 > &args) |
template<typename A0 , typename A1 , typename A2 , typename A3 , typename A4 , typename A5 , typename A6 , typename A7 > | |
static Result | Perform (Impl *impl, const ::std::tr1::tuple< A0, A1, A2, A3, A4, A5, A6, A7 > &args) |
template<typename A0 , typename A1 , typename A2 , typename A3 , typename A4 , typename A5 , typename A6 , typename A7 , typename A8 > | |
static Result | Perform (Impl *impl, const ::std::tr1::tuple< A0, A1, A2, A3, A4, A5, A6, A7, A8 > &args) |
template<typename A0 , typename A1 , typename A2 , typename A3 , typename A4 , typename A5 , typename A6 , typename A7 , typename A8 , typename A9 > | |
static Result | Perform (Impl *impl, const ::std::tr1::tuple< A0, A1, A2, A3, A4, A5, A6, A7, A8, A9 > &args) |
static Result | Perform (Impl *impl, const ::std::tr1::tuple<> &args) |
template<typename A0 > | |
static Result | Perform (Impl *impl, const ::std::tr1::tuple< A0 > &args) |
template<typename A0 , typename A1 > | |
static Result | Perform (Impl *impl, const ::std::tr1::tuple< A0, A1 > &args) |
template<typename A0 , typename A1 , typename A2 > | |
static Result | Perform (Impl *impl, const ::std::tr1::tuple< A0, A1, A2 > &args) |
template<typename A0 , typename A1 , typename A2 , typename A3 > | |
static Result | Perform (Impl *impl, const ::std::tr1::tuple< A0, A1, A2, A3 > &args) |
template<typename A0 , typename A1 , typename A2 , typename A3 , typename A4 > | |
static Result | Perform (Impl *impl, const ::std::tr1::tuple< A0, A1, A2, A3, A4 > &args) |
template<typename A0 , typename A1 , typename A2 , typename A3 , typename A4 , typename A5 > | |
static Result | Perform (Impl *impl, const ::std::tr1::tuple< A0, A1, A2, A3, A4, A5 > &args) |
template<typename A0 , typename A1 , typename A2 , typename A3 , typename A4 , typename A5 , typename A6 > | |
static Result | Perform (Impl *impl, const ::std::tr1::tuple< A0, A1, A2, A3, A4, A5, A6 > &args) |
template<typename A0 , typename A1 , typename A2 , typename A3 , typename A4 , typename A5 , typename A6 , typename A7 > | |
static Result | Perform (Impl *impl, const ::std::tr1::tuple< A0, A1, A2, A3, A4, A5, A6, A7 > &args) |
template<typename A0 , typename A1 , typename A2 , typename A3 , typename A4 , typename A5 , typename A6 , typename A7 , typename A8 > | |
static Result | Perform (Impl *impl, const ::std::tr1::tuple< A0, A1, A2, A3, A4, A5, A6, A7, A8 > &args) |
template<typename A0 , typename A1 , typename A2 , typename A3 , typename A4 , typename A5 , typename A6 , typename A7 , typename A8 , typename A9 > | |
static Result | Perform (Impl *impl, const ::std::tr1::tuple< A0, A1, A2, A3, A4, A5, A6, A7, A8, A9 > &args) |
Definition at line 2765 of file fused-src/gmock/gmock.h.
static Result testing::internal::ActionHelper< Result, Impl >::Perform | ( | Impl * | impl, |
const ::std::tr1::tuple<> & | args | ||
) | [inline, static] |
Definition at line 641 of file gmock-generated-actions.h.
static Result testing::internal::ActionHelper< Result, Impl >::Perform | ( | Impl * | impl, |
const ::std::tr1::tuple< A0 > & | args | ||
) | [inline, static] |
Definition at line 650 of file gmock-generated-actions.h.
static Result testing::internal::ActionHelper< Result, Impl >::Perform | ( | Impl * | impl, |
const ::std::tr1::tuple< A0, A1 > & | args | ||
) | [inline, static] |
Definition at line 659 of file gmock-generated-actions.h.
static Result testing::internal::ActionHelper< Result, Impl >::Perform | ( | Impl * | impl, |
const ::std::tr1::tuple< A0, A1, A2 > & | args | ||
) | [inline, static] |
Definition at line 668 of file gmock-generated-actions.h.
static Result testing::internal::ActionHelper< Result, Impl >::Perform | ( | Impl * | impl, |
const ::std::tr1::tuple< A0, A1, A2, A3 > & | args | ||
) | [inline, static] |
Definition at line 677 of file gmock-generated-actions.h.
static Result testing::internal::ActionHelper< Result, Impl >::Perform | ( | Impl * | impl, |
const ::std::tr1::tuple< A0, A1, A2, A3, A4 > & | args | ||
) | [inline, static] |
Definition at line 687 of file gmock-generated-actions.h.
static Result testing::internal::ActionHelper< Result, Impl >::Perform | ( | Impl * | impl, |
const ::std::tr1::tuple< A0, A1, A2, A3, A4, A5 > & | args | ||
) | [inline, static] |
Definition at line 698 of file gmock-generated-actions.h.
static Result testing::internal::ActionHelper< Result, Impl >::Perform | ( | Impl * | impl, |
const ::std::tr1::tuple< A0, A1, A2, A3, A4, A5, A6 > & | args | ||
) | [inline, static] |
Definition at line 709 of file gmock-generated-actions.h.
static Result testing::internal::ActionHelper< Result, Impl >::Perform | ( | Impl * | impl, |
const ::std::tr1::tuple< A0, A1, A2, A3, A4, A5, A6, A7 > & | args | ||
) | [inline, static] |
Definition at line 720 of file gmock-generated-actions.h.
static Result testing::internal::ActionHelper< Result, Impl >::Perform | ( | Impl * | impl, |
const ::std::tr1::tuple< A0, A1, A2, A3, A4, A5, A6, A7, A8 > & | args | ||
) | [inline, static] |
Definition at line 731 of file gmock-generated-actions.h.
static Result testing::internal::ActionHelper< Result, Impl >::Perform | ( | Impl * | impl, |
const ::std::tr1::tuple< A0, A1, A2, A3, A4, A5, A6, A7, A8, A9 > & | args | ||
) | [inline, static] |
Definition at line 742 of file gmock-generated-actions.h.
static Result testing::internal::ActionHelper< Result, Impl >::Perform | ( | Impl * | impl, |
const ::std::tr1::tuple<> & | args | ||
) | [inline, static] |
Definition at line 2767 of file fused-src/gmock/gmock.h.
static Result testing::internal::ActionHelper< Result, Impl >::Perform | ( | Impl * | impl, |
const ::std::tr1::tuple< A0 > & | args | ||
) | [inline, static] |
Definition at line 2776 of file fused-src/gmock/gmock.h.
static Result testing::internal::ActionHelper< Result, Impl >::Perform | ( | Impl * | impl, |
const ::std::tr1::tuple< A0, A1 > & | args | ||
) | [inline, static] |
Definition at line 2785 of file fused-src/gmock/gmock.h.
static Result testing::internal::ActionHelper< Result, Impl >::Perform | ( | Impl * | impl, |
const ::std::tr1::tuple< A0, A1, A2 > & | args | ||
) | [inline, static] |
Definition at line 2794 of file fused-src/gmock/gmock.h.
static Result testing::internal::ActionHelper< Result, Impl >::Perform | ( | Impl * | impl, |
const ::std::tr1::tuple< A0, A1, A2, A3 > & | args | ||
) | [inline, static] |
Definition at line 2803 of file fused-src/gmock/gmock.h.
static Result testing::internal::ActionHelper< Result, Impl >::Perform | ( | Impl * | impl, |
const ::std::tr1::tuple< A0, A1, A2, A3, A4 > & | args | ||
) | [inline, static] |
Definition at line 2813 of file fused-src/gmock/gmock.h.
static Result testing::internal::ActionHelper< Result, Impl >::Perform | ( | Impl * | impl, |
const ::std::tr1::tuple< A0, A1, A2, A3, A4, A5 > & | args | ||
) | [inline, static] |
Definition at line 2824 of file fused-src/gmock/gmock.h.
static Result testing::internal::ActionHelper< Result, Impl >::Perform | ( | Impl * | impl, |
const ::std::tr1::tuple< A0, A1, A2, A3, A4, A5, A6 > & | args | ||
) | [inline, static] |
Definition at line 2835 of file fused-src/gmock/gmock.h.
static Result testing::internal::ActionHelper< Result, Impl >::Perform | ( | Impl * | impl, |
const ::std::tr1::tuple< A0, A1, A2, A3, A4, A5, A6, A7 > & | args | ||
) | [inline, static] |
Definition at line 2846 of file fused-src/gmock/gmock.h.
static Result testing::internal::ActionHelper< Result, Impl >::Perform | ( | Impl * | impl, |
const ::std::tr1::tuple< A0, A1, A2, A3, A4, A5, A6, A7, A8 > & | args | ||
) | [inline, static] |
Definition at line 2857 of file fused-src/gmock/gmock.h.
static Result testing::internal::ActionHelper< Result, Impl >::Perform | ( | Impl * | impl, |
const ::std::tr1::tuple< A0, A1, A2, A3, A4, A5, A6, A7, A8, A9 > & | args | ||
) | [inline, static] |
Definition at line 2868 of file fused-src/gmock/gmock.h.