#include <memory>
#include <utility>
#include "gmock/gmock-actions.h"
#include "gmock/internal/gmock-port.h"
#include "gmock/internal/custom/gmock-generated-actions.h"
Go to the source code of this file.
Classes | |
class | testing::internal::ActionHelper< Result, Impl > |
struct | testing::internal::invoke_argument::AdlTag |
struct | testing::internal::ExcessiveArg |
Namespaces | |
testing | |
testing::internal | |
testing::internal::invoke_argument | |
Macros | |
#define | ACTION(name) |
#define | ACTION_P(name, p0) |
#define | ACTION_P10(name, p0, p1, p2, p3, p4, p5, p6, p7, p8, p9) |
#define | ACTION_P2(name, p0, p1) |
#define | ACTION_P3(name, p0, p1, p2) |
#define | ACTION_P4(name, p0, p1, p2, p3) |
#define | ACTION_P5(name, p0, p1, p2, p3, p4) |
#define | ACTION_P6(name, p0, p1, p2, p3, p4, p5) |
#define | ACTION_P7(name, p0, p1, p2, p3, p4, p5, p6) |
#define | ACTION_P8(name, p0, p1, p2, p3, p4, p5, p6, p7) |
#define | ACTION_P9(name, p0, p1, p2, p3, p4, p5, p6, p7, p8) |
#define | ACTION_TEMPLATE(name, template_params, value_params) |
#define | GMOCK_ACTION_ARG_TYPES_AND_NAMES_UNUSED_ |
#define | GMOCK_ACTION_CLASS_(name, value_params) GTEST_CONCAT_TOKEN_(name##Action, GMOCK_INTERNAL_COUNT_##value_params) |
#define | GMOCK_INTERNAL_COUNT_AND_0_VALUE_PARAMS() |
#define | GMOCK_INTERNAL_COUNT_AND_10_VALUE_PARAMS(p0, p1, p2, p3, p4, p5, p6, p7, p8, p9) P10 |
#define | GMOCK_INTERNAL_COUNT_AND_1_VALUE_PARAMS(p0) P |
#define | GMOCK_INTERNAL_COUNT_AND_2_VALUE_PARAMS(p0, p1) P2 |
#define | GMOCK_INTERNAL_COUNT_AND_3_VALUE_PARAMS(p0, p1, p2) P3 |
#define | GMOCK_INTERNAL_COUNT_AND_4_VALUE_PARAMS(p0, p1, p2, p3) P4 |
#define | GMOCK_INTERNAL_COUNT_AND_5_VALUE_PARAMS(p0, p1, p2, p3, p4) P5 |
#define | GMOCK_INTERNAL_COUNT_AND_6_VALUE_PARAMS(p0, p1, p2, p3, p4, p5) P6 |
#define | GMOCK_INTERNAL_COUNT_AND_7_VALUE_PARAMS(p0, p1, p2, p3, p4, p5, p6) P7 |
#define | GMOCK_INTERNAL_COUNT_AND_8_VALUE_PARAMS(p0, p1, p2, p3, p4, p5, p6, p7) P8 |
#define | GMOCK_INTERNAL_COUNT_AND_9_VALUE_PARAMS(p0, p1, p2, p3, p4, p5, p6, p7, p8) P9 |
#define | GMOCK_INTERNAL_DECL_AND_0_VALUE_PARAMS() |
#define | GMOCK_INTERNAL_DECL_AND_10_VALUE_PARAMS(p0, p1, p2, p3, p4, p5, p6, p7, p8, p9) |
#define | GMOCK_INTERNAL_DECL_AND_1_VALUE_PARAMS(p0) p0##_type p0 |
#define | GMOCK_INTERNAL_DECL_AND_2_VALUE_PARAMS(p0, p1) |
#define | GMOCK_INTERNAL_DECL_AND_3_VALUE_PARAMS(p0, p1, p2) |
#define | GMOCK_INTERNAL_DECL_AND_4_VALUE_PARAMS(p0, p1, p2, p3) |
#define | GMOCK_INTERNAL_DECL_AND_5_VALUE_PARAMS(p0, p1, p2, p3, p4) p0##_type p0, p1##_type p1, p2##_type p2, p3##_type p3, p4##_type p4 |
#define | GMOCK_INTERNAL_DECL_AND_6_VALUE_PARAMS(p0, p1, p2, p3, p4, p5) |
#define | GMOCK_INTERNAL_DECL_AND_7_VALUE_PARAMS(p0, p1, p2, p3, p4, p5, p6) |
#define | GMOCK_INTERNAL_DECL_AND_8_VALUE_PARAMS(p0, p1, p2, p3, p4, p5, p6, p7) |
#define | GMOCK_INTERNAL_DECL_AND_9_VALUE_PARAMS(p0, p1, p2, p3, p4, p5, p6, p7, p8) |
#define | GMOCK_INTERNAL_DECL_HAS_10_TEMPLATE_PARAMS(kind0, name0, kind1, name1, kind2, name2, kind3, name3, kind4, name4, kind5, name5, kind6, name6, kind7, name7, kind8, name8, kind9, name9) |
#define | GMOCK_INTERNAL_DECL_HAS_1_TEMPLATE_PARAMS(kind0, name0) kind0 name0 |
#define | GMOCK_INTERNAL_DECL_HAS_2_TEMPLATE_PARAMS(kind0, name0, kind1, name1) kind0 name0, kind1 name1 |
#define | GMOCK_INTERNAL_DECL_HAS_3_TEMPLATE_PARAMS(kind0, name0, kind1, name1, kind2, name2) kind0 name0, kind1 name1, kind2 name2 |
#define | GMOCK_INTERNAL_DECL_HAS_4_TEMPLATE_PARAMS(kind0, name0, kind1, name1, kind2, name2, kind3, name3) |
#define | GMOCK_INTERNAL_DECL_HAS_5_TEMPLATE_PARAMS(kind0, name0, kind1, name1, kind2, name2, kind3, name3, kind4, name4) |
#define | GMOCK_INTERNAL_DECL_HAS_6_TEMPLATE_PARAMS(kind0, name0, kind1, name1, kind2, name2, kind3, name3, kind4, name4, kind5, name5) |
#define | GMOCK_INTERNAL_DECL_HAS_7_TEMPLATE_PARAMS(kind0, name0, kind1, name1, kind2, name2, kind3, name3, kind4, name4, kind5, name5, kind6, name6) |
#define | GMOCK_INTERNAL_DECL_HAS_8_TEMPLATE_PARAMS(kind0, name0, kind1, name1, kind2, name2, kind3, name3, kind4, name4, kind5, name5, kind6, name6, kind7, name7) |
#define | GMOCK_INTERNAL_DECL_HAS_9_TEMPLATE_PARAMS(kind0, name0, kind1, name1, kind2, name2, kind3, name3, kind4, name4, kind5, name5, kind6, name6, kind7, name7, kind8, name8) |
#define | GMOCK_INTERNAL_DECL_TYPE_AND_0_VALUE_PARAMS() |
#define | GMOCK_INTERNAL_DECL_TYPE_AND_10_VALUE_PARAMS(p0, p1, p2, p3, p4, p5, p6, p7, p8, p9) |
#define | GMOCK_INTERNAL_DECL_TYPE_AND_1_VALUE_PARAMS(p0) , typename p0##_type |
#define | GMOCK_INTERNAL_DECL_TYPE_AND_2_VALUE_PARAMS(p0, p1) |
#define | GMOCK_INTERNAL_DECL_TYPE_AND_3_VALUE_PARAMS(p0, p1, p2) |
#define | GMOCK_INTERNAL_DECL_TYPE_AND_4_VALUE_PARAMS(p0, p1, p2, p3) |
#define | GMOCK_INTERNAL_DECL_TYPE_AND_5_VALUE_PARAMS(p0, p1, p2, p3, p4) |
#define | GMOCK_INTERNAL_DECL_TYPE_AND_6_VALUE_PARAMS(p0, p1, p2, p3, p4, p5) |
#define | GMOCK_INTERNAL_DECL_TYPE_AND_7_VALUE_PARAMS(p0, p1, p2, p3, p4, p5, p6) |
#define | GMOCK_INTERNAL_DECL_TYPE_AND_8_VALUE_PARAMS(p0, p1, p2, p3, p4, p5, p6, p7) |
#define | GMOCK_INTERNAL_DECL_TYPE_AND_9_VALUE_PARAMS(p0, p1, p2, p3, p4, p5, p6, p7, p8) |
#define | GMOCK_INTERNAL_DEFN_AND_0_VALUE_PARAMS() |
#define | GMOCK_INTERNAL_DEFN_AND_10_VALUE_PARAMS(p0, p1, p2, p3, p4, p5, p6, p7, p8, p9) |
#define | GMOCK_INTERNAL_DEFN_AND_1_VALUE_PARAMS(p0) p0##_type p0; |
#define | GMOCK_INTERNAL_DEFN_AND_2_VALUE_PARAMS(p0, p1) |
#define | GMOCK_INTERNAL_DEFN_AND_3_VALUE_PARAMS(p0, p1, p2) |
#define | GMOCK_INTERNAL_DEFN_AND_4_VALUE_PARAMS(p0, p1, p2, p3) |
#define | GMOCK_INTERNAL_DEFN_AND_5_VALUE_PARAMS(p0, p1, p2, p3, p4) p0##_type p0; p1##_type p1; p2##_type p2; p3##_type p3; p4##_type p4; |
#define | GMOCK_INTERNAL_DEFN_AND_6_VALUE_PARAMS(p0, p1, p2, p3, p4, p5) |
#define | GMOCK_INTERNAL_DEFN_AND_7_VALUE_PARAMS(p0, p1, p2, p3, p4, p5, p6) |
#define | GMOCK_INTERNAL_DEFN_AND_8_VALUE_PARAMS(p0, p1, p2, p3, p4, p5, p6, p7) |
#define | GMOCK_INTERNAL_DEFN_AND_9_VALUE_PARAMS(p0, p1, p2, p3, p4, p5, p6, p7, p8) |
#define | GMOCK_INTERNAL_INIT_AND_0_VALUE_PARAMS() () |
#define | GMOCK_INTERNAL_INIT_AND_10_VALUE_PARAMS(p0, p1, p2, p3, p4, p5, p6, p7, p8, p9) |
#define | GMOCK_INTERNAL_INIT_AND_1_VALUE_PARAMS(p0) (p0##_type gmock_p0) : p0(::std::move(gmock_p0)) |
#define | GMOCK_INTERNAL_INIT_AND_2_VALUE_PARAMS(p0, p1) |
#define | GMOCK_INTERNAL_INIT_AND_3_VALUE_PARAMS(p0, p1, p2) |
#define | GMOCK_INTERNAL_INIT_AND_4_VALUE_PARAMS(p0, p1, p2, p3) |
#define | GMOCK_INTERNAL_INIT_AND_5_VALUE_PARAMS(p0, p1, p2, p3, p4) |
#define | GMOCK_INTERNAL_INIT_AND_6_VALUE_PARAMS(p0, p1, p2, p3, p4, p5) |
#define | GMOCK_INTERNAL_INIT_AND_7_VALUE_PARAMS(p0, p1, p2, p3, p4, p5, p6) |
#define | GMOCK_INTERNAL_INIT_AND_8_VALUE_PARAMS(p0, p1, p2, p3, p4, p5, p6, p7) |
#define | GMOCK_INTERNAL_INIT_AND_9_VALUE_PARAMS(p0, p1, p2, p3, p4, p5, p6, p7, p8) |
#define | GMOCK_INTERNAL_LIST_AND_0_VALUE_PARAMS() |
#define | GMOCK_INTERNAL_LIST_AND_10_VALUE_PARAMS(p0, p1, p2, p3, p4, p5, p6, p7, p8, p9) p0, p1, p2, p3, p4, p5, p6, p7, p8, p9 |
#define | GMOCK_INTERNAL_LIST_AND_1_VALUE_PARAMS(p0) p0 |
#define | GMOCK_INTERNAL_LIST_AND_2_VALUE_PARAMS(p0, p1) p0, p1 |
#define | GMOCK_INTERNAL_LIST_AND_3_VALUE_PARAMS(p0, p1, p2) p0, p1, p2 |
#define | GMOCK_INTERNAL_LIST_AND_4_VALUE_PARAMS(p0, p1, p2, p3) p0, p1, p2, p3 |
#define | GMOCK_INTERNAL_LIST_AND_5_VALUE_PARAMS(p0, p1, p2, p3, p4) |
#define | GMOCK_INTERNAL_LIST_AND_6_VALUE_PARAMS(p0, p1, p2, p3, p4, p5) |
#define | GMOCK_INTERNAL_LIST_AND_7_VALUE_PARAMS(p0, p1, p2, p3, p4, p5, p6) p0, p1, p2, p3, p4, p5, p6 |
#define | GMOCK_INTERNAL_LIST_AND_8_VALUE_PARAMS(p0, p1, p2, p3, p4, p5, p6, p7) p0, p1, p2, p3, p4, p5, p6, p7 |
#define | GMOCK_INTERNAL_LIST_AND_9_VALUE_PARAMS(p0, p1, p2, p3, p4, p5, p6, p7, p8) p0, p1, p2, p3, p4, p5, p6, p7, p8 |
#define | GMOCK_INTERNAL_LIST_HAS_10_TEMPLATE_PARAMS(kind0, name0, kind1, name1, kind2, name2, kind3, name3, kind4, name4, kind5, name5, kind6, name6, kind7, name7, kind8, name8, kind9, name9) |
#define | GMOCK_INTERNAL_LIST_HAS_1_TEMPLATE_PARAMS(kind0, name0) name0 |
#define | GMOCK_INTERNAL_LIST_HAS_2_TEMPLATE_PARAMS(kind0, name0, kind1, name1) name0, name1 |
#define | GMOCK_INTERNAL_LIST_HAS_3_TEMPLATE_PARAMS(kind0, name0, kind1, name1, kind2, name2) name0, name1, name2 |
#define | GMOCK_INTERNAL_LIST_HAS_4_TEMPLATE_PARAMS(kind0, name0, kind1, name1, kind2, name2, kind3, name3) name0, name1, name2, name3 |
#define | GMOCK_INTERNAL_LIST_HAS_5_TEMPLATE_PARAMS(kind0, name0, kind1, name1, kind2, name2, kind3, name3, kind4, name4) |
#define | GMOCK_INTERNAL_LIST_HAS_6_TEMPLATE_PARAMS(kind0, name0, kind1, name1, kind2, name2, kind3, name3, kind4, name4, kind5, name5) |
#define | GMOCK_INTERNAL_LIST_HAS_7_TEMPLATE_PARAMS(kind0, name0, kind1, name1, kind2, name2, kind3, name3, kind4, name4, kind5, name5, kind6, name6) name0, name1, name2, name3, name4, name5, name6 |
#define | GMOCK_INTERNAL_LIST_HAS_8_TEMPLATE_PARAMS(kind0, name0, kind1, name1, kind2, name2, kind3, name3, kind4, name4, kind5, name5, kind6, name6, kind7, name7) name0, name1, name2, name3, name4, name5, name6, name7 |
#define | GMOCK_INTERNAL_LIST_HAS_9_TEMPLATE_PARAMS(kind0, name0, kind1, name1, kind2, name2, kind3, name3, kind4, name4, kind5, name5, kind6, name6, kind7, name7, kind8, name8) |
#define | GMOCK_INTERNAL_LIST_TYPE_AND_0_VALUE_PARAMS() |
#define | GMOCK_INTERNAL_LIST_TYPE_AND_10_VALUE_PARAMS(p0, p1, p2, p3, p4, p5, p6, p7, p8, p9) |
#define | GMOCK_INTERNAL_LIST_TYPE_AND_1_VALUE_PARAMS(p0) , p0##_type |
#define | GMOCK_INTERNAL_LIST_TYPE_AND_2_VALUE_PARAMS(p0, p1) |
#define | GMOCK_INTERNAL_LIST_TYPE_AND_3_VALUE_PARAMS(p0, p1, p2) |
#define | GMOCK_INTERNAL_LIST_TYPE_AND_4_VALUE_PARAMS(p0, p1, p2, p3) |
#define | GMOCK_INTERNAL_LIST_TYPE_AND_5_VALUE_PARAMS(p0, p1, p2, p3, p4) |
#define | GMOCK_INTERNAL_LIST_TYPE_AND_6_VALUE_PARAMS(p0, p1, p2, p3, p4, p5) |
#define | GMOCK_INTERNAL_LIST_TYPE_AND_7_VALUE_PARAMS(p0, p1, p2, p3, p4, p5, p6) |
#define | GMOCK_INTERNAL_LIST_TYPE_AND_8_VALUE_PARAMS(p0, p1, p2, p3, p4, p5, p6, p7) |
#define | GMOCK_INTERNAL_LIST_TYPE_AND_9_VALUE_PARAMS(p0, p1, p2, p3, p4, p5, p6, p7, p8) |
Functions | |
testing::ACTION_TEMPLATE (InvokeArgument, HAS_1_TEMPLATE_PARAMS(int, k), AND_0_VALUE_PARAMS()) | |
testing::ACTION_TEMPLATE (InvokeArgument, HAS_1_TEMPLATE_PARAMS(int, k), AND_10_VALUE_PARAMS(p0, p1, p2, p3, p4, p5, p6, p7, p8, p9)) | |
testing::ACTION_TEMPLATE (InvokeArgument, HAS_1_TEMPLATE_PARAMS(int, k), AND_1_VALUE_PARAMS(p0)) | |
testing::ACTION_TEMPLATE (InvokeArgument, HAS_1_TEMPLATE_PARAMS(int, k), AND_2_VALUE_PARAMS(p0, p1)) | |
testing::ACTION_TEMPLATE (InvokeArgument, HAS_1_TEMPLATE_PARAMS(int, k), AND_3_VALUE_PARAMS(p0, p1, p2)) | |
testing::ACTION_TEMPLATE (InvokeArgument, HAS_1_TEMPLATE_PARAMS(int, k), AND_4_VALUE_PARAMS(p0, p1, p2, p3)) | |
testing::ACTION_TEMPLATE (InvokeArgument, HAS_1_TEMPLATE_PARAMS(int, k), AND_5_VALUE_PARAMS(p0, p1, p2, p3, p4)) | |
testing::ACTION_TEMPLATE (InvokeArgument, HAS_1_TEMPLATE_PARAMS(int, k), AND_6_VALUE_PARAMS(p0, p1, p2, p3, p4, p5)) | |
testing::ACTION_TEMPLATE (InvokeArgument, HAS_1_TEMPLATE_PARAMS(int, k), AND_7_VALUE_PARAMS(p0, p1, p2, p3, p4, p5, p6)) | |
testing::ACTION_TEMPLATE (InvokeArgument, HAS_1_TEMPLATE_PARAMS(int, k), AND_8_VALUE_PARAMS(p0, p1, p2, p3, p4, p5, p6, p7)) | |
testing::ACTION_TEMPLATE (InvokeArgument, HAS_1_TEMPLATE_PARAMS(int, k), AND_9_VALUE_PARAMS(p0, p1, p2, p3, p4, p5, p6, p7, p8)) | |
testing::ACTION_TEMPLATE (ReturnNew, HAS_1_TEMPLATE_PARAMS(typename, T), AND_0_VALUE_PARAMS()) | |
testing::ACTION_TEMPLATE (ReturnNew, HAS_1_TEMPLATE_PARAMS(typename, T), AND_10_VALUE_PARAMS(p0, p1, p2, p3, p4, p5, p6, p7, p8, p9)) | |
testing::ACTION_TEMPLATE (ReturnNew, HAS_1_TEMPLATE_PARAMS(typename, T), AND_1_VALUE_PARAMS(p0)) | |
testing::ACTION_TEMPLATE (ReturnNew, HAS_1_TEMPLATE_PARAMS(typename, T), AND_2_VALUE_PARAMS(p0, p1)) | |
testing::ACTION_TEMPLATE (ReturnNew, HAS_1_TEMPLATE_PARAMS(typename, T), AND_3_VALUE_PARAMS(p0, p1, p2)) | |
testing::ACTION_TEMPLATE (ReturnNew, HAS_1_TEMPLATE_PARAMS(typename, T), AND_4_VALUE_PARAMS(p0, p1, p2, p3)) | |
testing::ACTION_TEMPLATE (ReturnNew, HAS_1_TEMPLATE_PARAMS(typename, T), AND_5_VALUE_PARAMS(p0, p1, p2, p3, p4)) | |
testing::ACTION_TEMPLATE (ReturnNew, HAS_1_TEMPLATE_PARAMS(typename, T), AND_6_VALUE_PARAMS(p0, p1, p2, p3, p4, p5)) | |
testing::ACTION_TEMPLATE (ReturnNew, HAS_1_TEMPLATE_PARAMS(typename, T), AND_7_VALUE_PARAMS(p0, p1, p2, p3, p4, p5, p6)) | |
testing::ACTION_TEMPLATE (ReturnNew, HAS_1_TEMPLATE_PARAMS(typename, T), AND_8_VALUE_PARAMS(p0, p1, p2, p3, p4, p5, p6, p7)) | |
testing::ACTION_TEMPLATE (ReturnNew, HAS_1_TEMPLATE_PARAMS(typename, T), AND_9_VALUE_PARAMS(p0, p1, p2, p3, p4, p5, p6, p7, p8)) | |
template<typename R , typename F > | |
R | testing::internal::invoke_argument::InvokeArgumentAdl (AdlTag, F f) |
template<typename R , typename F , typename A1 > | |
R | testing::internal::invoke_argument::InvokeArgumentAdl (AdlTag, F f, A1 a1) |
template<typename R , typename F , typename A1 , typename A2 > | |
R | testing::internal::invoke_argument::InvokeArgumentAdl (AdlTag, F f, A1 a1, A2 a2) |
template<typename R , typename F , typename A1 , typename A2 , typename A3 > | |
R | testing::internal::invoke_argument::InvokeArgumentAdl (AdlTag, F f, A1 a1, A2 a2, A3 a3) |
template<typename R , typename F , typename A1 , typename A2 , typename A3 , typename A4 > | |
R | testing::internal::invoke_argument::InvokeArgumentAdl (AdlTag, F f, A1 a1, A2 a2, A3 a3, A4 a4) |
template<typename R , typename F , typename A1 , typename A2 , typename A3 , typename A4 , typename A5 > | |
R | testing::internal::invoke_argument::InvokeArgumentAdl (AdlTag, F f, A1 a1, A2 a2, A3 a3, A4 a4, A5 a5) |
template<typename R , typename F , typename A1 , typename A2 , typename A3 , typename A4 , typename A5 , typename A6 > | |
R | testing::internal::invoke_argument::InvokeArgumentAdl (AdlTag, F f, A1 a1, A2 a2, A3 a3, A4 a4, A5 a5, A6 a6) |
template<typename R , typename F , typename A1 , typename A2 , typename A3 , typename A4 , typename A5 , typename A6 , typename A7 > | |
R | testing::internal::invoke_argument::InvokeArgumentAdl (AdlTag, F f, A1 a1, A2 a2, A3 a3, A4 a4, A5 a5, A6 a6, A7 a7) |
template<typename R , typename F , typename A1 , typename A2 , typename A3 , typename A4 , typename A5 , typename A6 , typename A7 , typename A8 > | |
R | testing::internal::invoke_argument::InvokeArgumentAdl (AdlTag, F f, A1 a1, A2 a2, A3 a3, A4 a4, A5 a5, A6 a6, A7 a7, A8 a8) |
template<typename R , typename F , typename A1 , typename A2 , typename A3 , typename A4 , typename A5 , typename A6 , typename A7 , typename A8 , typename A9 > | |
R | testing::internal::invoke_argument::InvokeArgumentAdl (AdlTag, F f, A1 a1, A2 a2, A3 a3, A4 a4, A5 a5, A6 a6, A7 a7, A8 a8, A9 a9) |
template<typename R , typename F , typename A1 , typename A2 , typename A3 , typename A4 , typename A5 , typename A6 , typename A7 , typename A8 , typename A9 , typename A10 > | |
R | testing::internal::invoke_argument::InvokeArgumentAdl (AdlTag, F f, A1 a1, A2 a2, A3 a3, A4 a4, A5 a5, A6 a6, A7 a7, A8 a8, A9 a9, A10 a10) |
#define ACTION | ( | name | ) |
Definition at line 717 of file bloaty/third_party/googletest/googlemock/include/gmock/gmock-generated-actions.h.
#define ACTION_P | ( | name, | |
p0 | |||
) |
Definition at line 764 of file bloaty/third_party/googletest/googlemock/include/gmock/gmock-generated-actions.h.
#define ACTION_P10 | ( | name, | |
p0, | |||
p1, | |||
p2, | |||
p3, | |||
p4, | |||
p5, | |||
p6, | |||
p7, | |||
p8, | |||
p9 | |||
) |
Definition at line 1475 of file bloaty/third_party/googletest/googlemock/include/gmock/gmock-generated-actions.h.
#define ACTION_P2 | ( | name, | |
p0, | |||
p1 | |||
) |
Definition at line 818 of file bloaty/third_party/googletest/googlemock/include/gmock/gmock-generated-actions.h.
#define ACTION_P3 | ( | name, | |
p0, | |||
p1, | |||
p2 | |||
) |
Definition at line 877 of file bloaty/third_party/googletest/googlemock/include/gmock/gmock-generated-actions.h.
#define ACTION_P4 | ( | name, | |
p0, | |||
p1, | |||
p2, | |||
p3 | |||
) |
Definition at line 941 of file bloaty/third_party/googletest/googlemock/include/gmock/gmock-generated-actions.h.
#define ACTION_P5 | ( | name, | |
p0, | |||
p1, | |||
p2, | |||
p3, | |||
p4 | |||
) |
Definition at line 1015 of file bloaty/third_party/googletest/googlemock/include/gmock/gmock-generated-actions.h.
#define ACTION_P6 | ( | name, | |
p0, | |||
p1, | |||
p2, | |||
p3, | |||
p4, | |||
p5 | |||
) |
Definition at line 1094 of file bloaty/third_party/googletest/googlemock/include/gmock/gmock-generated-actions.h.
#define ACTION_P7 | ( | name, | |
p0, | |||
p1, | |||
p2, | |||
p3, | |||
p4, | |||
p5, | |||
p6 | |||
) |
Definition at line 1177 of file bloaty/third_party/googletest/googlemock/include/gmock/gmock-generated-actions.h.
#define ACTION_P8 | ( | name, | |
p0, | |||
p1, | |||
p2, | |||
p3, | |||
p4, | |||
p5, | |||
p6, | |||
p7 | |||
) |
Definition at line 1270 of file bloaty/third_party/googletest/googlemock/include/gmock/gmock-generated-actions.h.
#define ACTION_P9 | ( | name, | |
p0, | |||
p1, | |||
p2, | |||
p3, | |||
p4, | |||
p5, | |||
p6, | |||
p7, | |||
p8 | |||
) |
Definition at line 1370 of file bloaty/third_party/googletest/googlemock/include/gmock/gmock-generated-actions.h.
#define ACTION_TEMPLATE | ( | name, | |
template_params, | |||
value_params | |||
) |
Definition at line 651 of file bloaty/third_party/googletest/googlemock/include/gmock/gmock-generated-actions.h.
#define GMOCK_ACTION_ARG_TYPES_AND_NAMES_UNUSED_ |
Definition at line 273 of file bloaty/third_party/googletest/googlemock/include/gmock/gmock-generated-actions.h.
#define GMOCK_ACTION_CLASS_ | ( | name, | |
value_params | |||
) | GTEST_CONCAT_TOKEN_(name##Action, GMOCK_INTERNAL_COUNT_##value_params) |
Definition at line 648 of file bloaty/third_party/googletest/googlemock/include/gmock/gmock-generated-actions.h.
#define GMOCK_INTERNAL_COUNT_AND_0_VALUE_PARAMS | ( | ) |
Definition at line 632 of file bloaty/third_party/googletest/googlemock/include/gmock/gmock-generated-actions.h.
#define GMOCK_INTERNAL_COUNT_AND_10_VALUE_PARAMS | ( | p0, | |
p1, | |||
p2, | |||
p3, | |||
p4, | |||
p5, | |||
p6, | |||
p7, | |||
p8, | |||
p9 | |||
) | P10 |
Definition at line 644 of file bloaty/third_party/googletest/googlemock/include/gmock/gmock-generated-actions.h.
#define GMOCK_INTERNAL_COUNT_AND_1_VALUE_PARAMS | ( | p0 | ) | P |
Definition at line 633 of file bloaty/third_party/googletest/googlemock/include/gmock/gmock-generated-actions.h.
#define GMOCK_INTERNAL_COUNT_AND_2_VALUE_PARAMS | ( | p0, | |
p1 | |||
) | P2 |
Definition at line 634 of file bloaty/third_party/googletest/googlemock/include/gmock/gmock-generated-actions.h.
#define GMOCK_INTERNAL_COUNT_AND_3_VALUE_PARAMS | ( | p0, | |
p1, | |||
p2 | |||
) | P3 |
Definition at line 635 of file bloaty/third_party/googletest/googlemock/include/gmock/gmock-generated-actions.h.
#define GMOCK_INTERNAL_COUNT_AND_4_VALUE_PARAMS | ( | p0, | |
p1, | |||
p2, | |||
p3 | |||
) | P4 |
Definition at line 636 of file bloaty/third_party/googletest/googlemock/include/gmock/gmock-generated-actions.h.
#define GMOCK_INTERNAL_COUNT_AND_5_VALUE_PARAMS | ( | p0, | |
p1, | |||
p2, | |||
p3, | |||
p4 | |||
) | P5 |
Definition at line 637 of file bloaty/third_party/googletest/googlemock/include/gmock/gmock-generated-actions.h.
#define GMOCK_INTERNAL_COUNT_AND_6_VALUE_PARAMS | ( | p0, | |
p1, | |||
p2, | |||
p3, | |||
p4, | |||
p5 | |||
) | P6 |
Definition at line 638 of file bloaty/third_party/googletest/googlemock/include/gmock/gmock-generated-actions.h.
#define GMOCK_INTERNAL_COUNT_AND_7_VALUE_PARAMS | ( | p0, | |
p1, | |||
p2, | |||
p3, | |||
p4, | |||
p5, | |||
p6 | |||
) | P7 |
Definition at line 639 of file bloaty/third_party/googletest/googlemock/include/gmock/gmock-generated-actions.h.
#define GMOCK_INTERNAL_COUNT_AND_8_VALUE_PARAMS | ( | p0, | |
p1, | |||
p2, | |||
p3, | |||
p4, | |||
p5, | |||
p6, | |||
p7 | |||
) | P8 |
Definition at line 640 of file bloaty/third_party/googletest/googlemock/include/gmock/gmock-generated-actions.h.
#define GMOCK_INTERNAL_COUNT_AND_9_VALUE_PARAMS | ( | p0, | |
p1, | |||
p2, | |||
p3, | |||
p4, | |||
p5, | |||
p6, | |||
p7, | |||
p8 | |||
) | P9 |
Definition at line 642 of file bloaty/third_party/googletest/googlemock/include/gmock/gmock-generated-actions.h.
#define GMOCK_INTERNAL_DECL_AND_0_VALUE_PARAMS | ( | ) |
Definition at line 604 of file bloaty/third_party/googletest/googlemock/include/gmock/gmock-generated-actions.h.
#define GMOCK_INTERNAL_DECL_AND_10_VALUE_PARAMS | ( | p0, | |
p1, | |||
p2, | |||
p3, | |||
p4, | |||
p5, | |||
p6, | |||
p7, | |||
p8, | |||
p9 | |||
) |
Definition at line 626 of file bloaty/third_party/googletest/googlemock/include/gmock/gmock-generated-actions.h.
#define GMOCK_INTERNAL_DECL_AND_1_VALUE_PARAMS | ( | p0 | ) | p0##_type p0 |
Definition at line 605 of file bloaty/third_party/googletest/googlemock/include/gmock/gmock-generated-actions.h.
#define GMOCK_INTERNAL_DECL_AND_2_VALUE_PARAMS | ( | p0, | |
p1 | |||
) |
Definition at line 606 of file bloaty/third_party/googletest/googlemock/include/gmock/gmock-generated-actions.h.
#define GMOCK_INTERNAL_DECL_AND_3_VALUE_PARAMS | ( | p0, | |
p1, | |||
p2 | |||
) |
Definition at line 608 of file bloaty/third_party/googletest/googlemock/include/gmock/gmock-generated-actions.h.
#define GMOCK_INTERNAL_DECL_AND_4_VALUE_PARAMS | ( | p0, | |
p1, | |||
p2, | |||
p3 | |||
) |
Definition at line 610 of file bloaty/third_party/googletest/googlemock/include/gmock/gmock-generated-actions.h.
#define GMOCK_INTERNAL_DECL_AND_5_VALUE_PARAMS | ( | p0, | |
p1, | |||
p2, | |||
p3, | |||
p4 | |||
) | p0##_type p0, p1##_type p1, p2##_type p2, p3##_type p3, p4##_type p4 |
Definition at line 612 of file bloaty/third_party/googletest/googlemock/include/gmock/gmock-generated-actions.h.
#define GMOCK_INTERNAL_DECL_AND_6_VALUE_PARAMS | ( | p0, | |
p1, | |||
p2, | |||
p3, | |||
p4, | |||
p5 | |||
) |
Definition at line 614 of file bloaty/third_party/googletest/googlemock/include/gmock/gmock-generated-actions.h.
#define GMOCK_INTERNAL_DECL_AND_7_VALUE_PARAMS | ( | p0, | |
p1, | |||
p2, | |||
p3, | |||
p4, | |||
p5, | |||
p6 | |||
) |
Definition at line 617 of file bloaty/third_party/googletest/googlemock/include/gmock/gmock-generated-actions.h.
#define GMOCK_INTERNAL_DECL_AND_8_VALUE_PARAMS | ( | p0, | |
p1, | |||
p2, | |||
p3, | |||
p4, | |||
p5, | |||
p6, | |||
p7 | |||
) |
Definition at line 620 of file bloaty/third_party/googletest/googlemock/include/gmock/gmock-generated-actions.h.
#define GMOCK_INTERNAL_DECL_AND_9_VALUE_PARAMS | ( | p0, | |
p1, | |||
p2, | |||
p3, | |||
p4, | |||
p5, | |||
p6, | |||
p7, | |||
p8 | |||
) |
Definition at line 623 of file bloaty/third_party/googletest/googlemock/include/gmock/gmock-generated-actions.h.
#define GMOCK_INTERNAL_DECL_HAS_10_TEMPLATE_PARAMS | ( | kind0, | |
name0, | |||
kind1, | |||
name1, | |||
kind2, | |||
name2, | |||
kind3, | |||
name3, | |||
kind4, | |||
name4, | |||
kind5, | |||
name5, | |||
kind6, | |||
name6, | |||
kind7, | |||
name7, | |||
kind8, | |||
name8, | |||
kind9, | |||
name9 | |||
) |
Definition at line 395 of file bloaty/third_party/googletest/googlemock/include/gmock/gmock-generated-actions.h.
#define GMOCK_INTERNAL_DECL_HAS_1_TEMPLATE_PARAMS | ( | kind0, | |
name0 | |||
) | kind0 name0 |
Definition at line 368 of file bloaty/third_party/googletest/googlemock/include/gmock/gmock-generated-actions.h.
#define GMOCK_INTERNAL_DECL_HAS_2_TEMPLATE_PARAMS | ( | kind0, | |
name0, | |||
kind1, | |||
name1 | |||
) | kind0 name0, kind1 name1 |
Definition at line 369 of file bloaty/third_party/googletest/googlemock/include/gmock/gmock-generated-actions.h.
#define GMOCK_INTERNAL_DECL_HAS_3_TEMPLATE_PARAMS | ( | kind0, | |
name0, | |||
kind1, | |||
name1, | |||
kind2, | |||
name2 | |||
) | kind0 name0, kind1 name1, kind2 name2 |
Definition at line 371 of file bloaty/third_party/googletest/googlemock/include/gmock/gmock-generated-actions.h.
#define GMOCK_INTERNAL_DECL_HAS_4_TEMPLATE_PARAMS | ( | kind0, | |
name0, | |||
kind1, | |||
name1, | |||
kind2, | |||
name2, | |||
kind3, | |||
name3 | |||
) |
Definition at line 373 of file bloaty/third_party/googletest/googlemock/include/gmock/gmock-generated-actions.h.
#define GMOCK_INTERNAL_DECL_HAS_5_TEMPLATE_PARAMS | ( | kind0, | |
name0, | |||
kind1, | |||
name1, | |||
kind2, | |||
name2, | |||
kind3, | |||
name3, | |||
kind4, | |||
name4 | |||
) |
Definition at line 376 of file bloaty/third_party/googletest/googlemock/include/gmock/gmock-generated-actions.h.
#define GMOCK_INTERNAL_DECL_HAS_6_TEMPLATE_PARAMS | ( | kind0, | |
name0, | |||
kind1, | |||
name1, | |||
kind2, | |||
name2, | |||
kind3, | |||
name3, | |||
kind4, | |||
name4, | |||
kind5, | |||
name5 | |||
) |
Definition at line 379 of file bloaty/third_party/googletest/googlemock/include/gmock/gmock-generated-actions.h.
#define GMOCK_INTERNAL_DECL_HAS_7_TEMPLATE_PARAMS | ( | kind0, | |
name0, | |||
kind1, | |||
name1, | |||
kind2, | |||
name2, | |||
kind3, | |||
name3, | |||
kind4, | |||
name4, | |||
kind5, | |||
name5, | |||
kind6, | |||
name6 | |||
) |
Definition at line 382 of file bloaty/third_party/googletest/googlemock/include/gmock/gmock-generated-actions.h.
#define GMOCK_INTERNAL_DECL_HAS_8_TEMPLATE_PARAMS | ( | kind0, | |
name0, | |||
kind1, | |||
name1, | |||
kind2, | |||
name2, | |||
kind3, | |||
name3, | |||
kind4, | |||
name4, | |||
kind5, | |||
name5, | |||
kind6, | |||
name6, | |||
kind7, | |||
name7 | |||
) |
Definition at line 386 of file bloaty/third_party/googletest/googlemock/include/gmock/gmock-generated-actions.h.
#define GMOCK_INTERNAL_DECL_HAS_9_TEMPLATE_PARAMS | ( | kind0, | |
name0, | |||
kind1, | |||
name1, | |||
kind2, | |||
name2, | |||
kind3, | |||
name3, | |||
kind4, | |||
name4, | |||
kind5, | |||
name5, | |||
kind6, | |||
name6, | |||
kind7, | |||
name7, | |||
kind8, | |||
name8 | |||
) |
Definition at line 390 of file bloaty/third_party/googletest/googlemock/include/gmock/gmock-generated-actions.h.
#define GMOCK_INTERNAL_DECL_TYPE_AND_0_VALUE_PARAMS | ( | ) |
Definition at line 431 of file bloaty/third_party/googletest/googlemock/include/gmock/gmock-generated-actions.h.
#define GMOCK_INTERNAL_DECL_TYPE_AND_10_VALUE_PARAMS | ( | p0, | |
p1, | |||
p2, | |||
p3, | |||
p4, | |||
p5, | |||
p6, | |||
p7, | |||
p8, | |||
p9 | |||
) |
Definition at line 458 of file bloaty/third_party/googletest/googlemock/include/gmock/gmock-generated-actions.h.
#define GMOCK_INTERNAL_DECL_TYPE_AND_1_VALUE_PARAMS | ( | p0 | ) | , typename p0##_type |
Definition at line 432 of file bloaty/third_party/googletest/googlemock/include/gmock/gmock-generated-actions.h.
#define GMOCK_INTERNAL_DECL_TYPE_AND_2_VALUE_PARAMS | ( | p0, | |
p1 | |||
) |
Definition at line 433 of file bloaty/third_party/googletest/googlemock/include/gmock/gmock-generated-actions.h.
#define GMOCK_INTERNAL_DECL_TYPE_AND_3_VALUE_PARAMS | ( | p0, | |
p1, | |||
p2 | |||
) |
Definition at line 435 of file bloaty/third_party/googletest/googlemock/include/gmock/gmock-generated-actions.h.
#define GMOCK_INTERNAL_DECL_TYPE_AND_4_VALUE_PARAMS | ( | p0, | |
p1, | |||
p2, | |||
p3 | |||
) |
Definition at line 437 of file bloaty/third_party/googletest/googlemock/include/gmock/gmock-generated-actions.h.
#define GMOCK_INTERNAL_DECL_TYPE_AND_5_VALUE_PARAMS | ( | p0, | |
p1, | |||
p2, | |||
p3, | |||
p4 | |||
) |
Definition at line 440 of file bloaty/third_party/googletest/googlemock/include/gmock/gmock-generated-actions.h.
#define GMOCK_INTERNAL_DECL_TYPE_AND_6_VALUE_PARAMS | ( | p0, | |
p1, | |||
p2, | |||
p3, | |||
p4, | |||
p5 | |||
) |
Definition at line 443 of file bloaty/third_party/googletest/googlemock/include/gmock/gmock-generated-actions.h.
#define GMOCK_INTERNAL_DECL_TYPE_AND_7_VALUE_PARAMS | ( | p0, | |
p1, | |||
p2, | |||
p3, | |||
p4, | |||
p5, | |||
p6 | |||
) |
Definition at line 446 of file bloaty/third_party/googletest/googlemock/include/gmock/gmock-generated-actions.h.
#define GMOCK_INTERNAL_DECL_TYPE_AND_8_VALUE_PARAMS | ( | p0, | |
p1, | |||
p2, | |||
p3, | |||
p4, | |||
p5, | |||
p6, | |||
p7 | |||
) |
Definition at line 450 of file bloaty/third_party/googletest/googlemock/include/gmock/gmock-generated-actions.h.
#define GMOCK_INTERNAL_DECL_TYPE_AND_9_VALUE_PARAMS | ( | p0, | |
p1, | |||
p2, | |||
p3, | |||
p4, | |||
p5, | |||
p6, | |||
p7, | |||
p8 | |||
) |
Definition at line 454 of file bloaty/third_party/googletest/googlemock/include/gmock/gmock-generated-actions.h.
#define GMOCK_INTERNAL_DEFN_AND_0_VALUE_PARAMS | ( | ) |
Definition at line 531 of file bloaty/third_party/googletest/googlemock/include/gmock/gmock-generated-actions.h.
#define GMOCK_INTERNAL_DEFN_AND_10_VALUE_PARAMS | ( | p0, | |
p1, | |||
p2, | |||
p3, | |||
p4, | |||
p5, | |||
p6, | |||
p7, | |||
p8, | |||
p9 | |||
) |
Definition at line 553 of file bloaty/third_party/googletest/googlemock/include/gmock/gmock-generated-actions.h.
#define GMOCK_INTERNAL_DEFN_AND_1_VALUE_PARAMS | ( | p0 | ) | p0##_type p0; |
Definition at line 532 of file bloaty/third_party/googletest/googlemock/include/gmock/gmock-generated-actions.h.
#define GMOCK_INTERNAL_DEFN_AND_2_VALUE_PARAMS | ( | p0, | |
p1 | |||
) |
Definition at line 533 of file bloaty/third_party/googletest/googlemock/include/gmock/gmock-generated-actions.h.
#define GMOCK_INTERNAL_DEFN_AND_3_VALUE_PARAMS | ( | p0, | |
p1, | |||
p2 | |||
) |
Definition at line 535 of file bloaty/third_party/googletest/googlemock/include/gmock/gmock-generated-actions.h.
#define GMOCK_INTERNAL_DEFN_AND_4_VALUE_PARAMS | ( | p0, | |
p1, | |||
p2, | |||
p3 | |||
) |
Definition at line 537 of file bloaty/third_party/googletest/googlemock/include/gmock/gmock-generated-actions.h.
#define GMOCK_INTERNAL_DEFN_AND_5_VALUE_PARAMS | ( | p0, | |
p1, | |||
p2, | |||
p3, | |||
p4 | |||
) | p0##_type p0; p1##_type p1; p2##_type p2; p3##_type p3; p4##_type p4; |
Definition at line 539 of file bloaty/third_party/googletest/googlemock/include/gmock/gmock-generated-actions.h.
#define GMOCK_INTERNAL_DEFN_AND_6_VALUE_PARAMS | ( | p0, | |
p1, | |||
p2, | |||
p3, | |||
p4, | |||
p5 | |||
) |
Definition at line 541 of file bloaty/third_party/googletest/googlemock/include/gmock/gmock-generated-actions.h.
#define GMOCK_INTERNAL_DEFN_AND_7_VALUE_PARAMS | ( | p0, | |
p1, | |||
p2, | |||
p3, | |||
p4, | |||
p5, | |||
p6 | |||
) |
Definition at line 544 of file bloaty/third_party/googletest/googlemock/include/gmock/gmock-generated-actions.h.
#define GMOCK_INTERNAL_DEFN_AND_8_VALUE_PARAMS | ( | p0, | |
p1, | |||
p2, | |||
p3, | |||
p4, | |||
p5, | |||
p6, | |||
p7 | |||
) |
Definition at line 547 of file bloaty/third_party/googletest/googlemock/include/gmock/gmock-generated-actions.h.
#define GMOCK_INTERNAL_DEFN_AND_9_VALUE_PARAMS | ( | p0, | |
p1, | |||
p2, | |||
p3, | |||
p4, | |||
p5, | |||
p6, | |||
p7, | |||
p8 | |||
) |
Definition at line 550 of file bloaty/third_party/googletest/googlemock/include/gmock/gmock-generated-actions.h.
#define GMOCK_INTERNAL_INIT_AND_0_VALUE_PARAMS | ( | ) | () |
Definition at line 465 of file bloaty/third_party/googletest/googlemock/include/gmock/gmock-generated-actions.h.
#define GMOCK_INTERNAL_INIT_AND_10_VALUE_PARAMS | ( | p0, | |
p1, | |||
p2, | |||
p3, | |||
p4, | |||
p5, | |||
p6, | |||
p7, | |||
p8, | |||
p9 | |||
) |
Definition at line 518 of file bloaty/third_party/googletest/googlemock/include/gmock/gmock-generated-actions.h.
#define GMOCK_INTERNAL_INIT_AND_1_VALUE_PARAMS | ( | p0 | ) | (p0##_type gmock_p0) : p0(::std::move(gmock_p0)) |
Definition at line 467 of file bloaty/third_party/googletest/googlemock/include/gmock/gmock-generated-actions.h.
#define GMOCK_INTERNAL_INIT_AND_2_VALUE_PARAMS | ( | p0, | |
p1 | |||
) |
Definition at line 469 of file bloaty/third_party/googletest/googlemock/include/gmock/gmock-generated-actions.h.
#define GMOCK_INTERNAL_INIT_AND_3_VALUE_PARAMS | ( | p0, | |
p1, | |||
p2 | |||
) |
Definition at line 472 of file bloaty/third_party/googletest/googlemock/include/gmock/gmock-generated-actions.h.
#define GMOCK_INTERNAL_INIT_AND_4_VALUE_PARAMS | ( | p0, | |
p1, | |||
p2, | |||
p3 | |||
) |
Definition at line 476 of file bloaty/third_party/googletest/googlemock/include/gmock/gmock-generated-actions.h.
#define GMOCK_INTERNAL_INIT_AND_5_VALUE_PARAMS | ( | p0, | |
p1, | |||
p2, | |||
p3, | |||
p4 | |||
) |
Definition at line 481 of file bloaty/third_party/googletest/googlemock/include/gmock/gmock-generated-actions.h.
#define GMOCK_INTERNAL_INIT_AND_6_VALUE_PARAMS | ( | p0, | |
p1, | |||
p2, | |||
p3, | |||
p4, | |||
p5 | |||
) |
Definition at line 486 of file bloaty/third_party/googletest/googlemock/include/gmock/gmock-generated-actions.h.
#define GMOCK_INTERNAL_INIT_AND_7_VALUE_PARAMS | ( | p0, | |
p1, | |||
p2, | |||
p3, | |||
p4, | |||
p5, | |||
p6 | |||
) |
Definition at line 493 of file bloaty/third_party/googletest/googlemock/include/gmock/gmock-generated-actions.h.
#define GMOCK_INTERNAL_INIT_AND_8_VALUE_PARAMS | ( | p0, | |
p1, | |||
p2, | |||
p3, | |||
p4, | |||
p5, | |||
p6, | |||
p7 | |||
) |
Definition at line 500 of file bloaty/third_party/googletest/googlemock/include/gmock/gmock-generated-actions.h.
#define GMOCK_INTERNAL_INIT_AND_9_VALUE_PARAMS | ( | p0, | |
p1, | |||
p2, | |||
p3, | |||
p4, | |||
p5, | |||
p6, | |||
p7, | |||
p8 | |||
) |
Definition at line 508 of file bloaty/third_party/googletest/googlemock/include/gmock/gmock-generated-actions.h.
#define GMOCK_INTERNAL_LIST_AND_0_VALUE_PARAMS | ( | ) |
Definition at line 559 of file bloaty/third_party/googletest/googlemock/include/gmock/gmock-generated-actions.h.
#define GMOCK_INTERNAL_LIST_AND_10_VALUE_PARAMS | ( | p0, | |
p1, | |||
p2, | |||
p3, | |||
p4, | |||
p5, | |||
p6, | |||
p7, | |||
p8, | |||
p9 | |||
) | p0, p1, p2, p3, p4, p5, p6, p7, p8, p9 |
Definition at line 574 of file bloaty/third_party/googletest/googlemock/include/gmock/gmock-generated-actions.h.
#define GMOCK_INTERNAL_LIST_AND_1_VALUE_PARAMS | ( | p0 | ) | p0 |
Definition at line 560 of file bloaty/third_party/googletest/googlemock/include/gmock/gmock-generated-actions.h.
#define GMOCK_INTERNAL_LIST_AND_2_VALUE_PARAMS | ( | p0, | |
p1 | |||
) | p0, p1 |
Definition at line 561 of file bloaty/third_party/googletest/googlemock/include/gmock/gmock-generated-actions.h.
#define GMOCK_INTERNAL_LIST_AND_3_VALUE_PARAMS | ( | p0, | |
p1, | |||
p2 | |||
) | p0, p1, p2 |
Definition at line 562 of file bloaty/third_party/googletest/googlemock/include/gmock/gmock-generated-actions.h.
#define GMOCK_INTERNAL_LIST_AND_4_VALUE_PARAMS | ( | p0, | |
p1, | |||
p2, | |||
p3 | |||
) | p0, p1, p2, p3 |
Definition at line 563 of file bloaty/third_party/googletest/googlemock/include/gmock/gmock-generated-actions.h.
#define GMOCK_INTERNAL_LIST_AND_5_VALUE_PARAMS | ( | p0, | |
p1, | |||
p2, | |||
p3, | |||
p4 | |||
) |
Definition at line 564 of file bloaty/third_party/googletest/googlemock/include/gmock/gmock-generated-actions.h.
#define GMOCK_INTERNAL_LIST_AND_6_VALUE_PARAMS | ( | p0, | |
p1, | |||
p2, | |||
p3, | |||
p4, | |||
p5 | |||
) |
Definition at line 566 of file bloaty/third_party/googletest/googlemock/include/gmock/gmock-generated-actions.h.
#define GMOCK_INTERNAL_LIST_AND_7_VALUE_PARAMS | ( | p0, | |
p1, | |||
p2, | |||
p3, | |||
p4, | |||
p5, | |||
p6 | |||
) | p0, p1, p2, p3, p4, p5, p6 |
Definition at line 568 of file bloaty/third_party/googletest/googlemock/include/gmock/gmock-generated-actions.h.
#define GMOCK_INTERNAL_LIST_AND_8_VALUE_PARAMS | ( | p0, | |
p1, | |||
p2, | |||
p3, | |||
p4, | |||
p5, | |||
p6, | |||
p7 | |||
) | p0, p1, p2, p3, p4, p5, p6, p7 |
Definition at line 570 of file bloaty/third_party/googletest/googlemock/include/gmock/gmock-generated-actions.h.
#define GMOCK_INTERNAL_LIST_AND_9_VALUE_PARAMS | ( | p0, | |
p1, | |||
p2, | |||
p3, | |||
p4, | |||
p5, | |||
p6, | |||
p7, | |||
p8 | |||
) | p0, p1, p2, p3, p4, p5, p6, p7, p8 |
Definition at line 572 of file bloaty/third_party/googletest/googlemock/include/gmock/gmock-generated-actions.h.
#define GMOCK_INTERNAL_LIST_HAS_10_TEMPLATE_PARAMS | ( | kind0, | |
name0, | |||
kind1, | |||
name1, | |||
kind2, | |||
name2, | |||
kind3, | |||
name3, | |||
kind4, | |||
name4, | |||
kind5, | |||
name5, | |||
kind6, | |||
name6, | |||
kind7, | |||
name7, | |||
kind8, | |||
name8, | |||
kind9, | |||
name9 | |||
) |
Definition at line 425 of file bloaty/third_party/googletest/googlemock/include/gmock/gmock-generated-actions.h.
#define GMOCK_INTERNAL_LIST_HAS_1_TEMPLATE_PARAMS | ( | kind0, | |
name0 | |||
) | name0 |
Definition at line 402 of file bloaty/third_party/googletest/googlemock/include/gmock/gmock-generated-actions.h.
#define GMOCK_INTERNAL_LIST_HAS_2_TEMPLATE_PARAMS | ( | kind0, | |
name0, | |||
kind1, | |||
name1 | |||
) | name0, name1 |
Definition at line 403 of file bloaty/third_party/googletest/googlemock/include/gmock/gmock-generated-actions.h.
#define GMOCK_INTERNAL_LIST_HAS_3_TEMPLATE_PARAMS | ( | kind0, | |
name0, | |||
kind1, | |||
name1, | |||
kind2, | |||
name2 | |||
) | name0, name1, name2 |
Definition at line 405 of file bloaty/third_party/googletest/googlemock/include/gmock/gmock-generated-actions.h.
#define GMOCK_INTERNAL_LIST_HAS_4_TEMPLATE_PARAMS | ( | kind0, | |
name0, | |||
kind1, | |||
name1, | |||
kind2, | |||
name2, | |||
kind3, | |||
name3 | |||
) | name0, name1, name2, name3 |
Definition at line 407 of file bloaty/third_party/googletest/googlemock/include/gmock/gmock-generated-actions.h.
#define GMOCK_INTERNAL_LIST_HAS_5_TEMPLATE_PARAMS | ( | kind0, | |
name0, | |||
kind1, | |||
name1, | |||
kind2, | |||
name2, | |||
kind3, | |||
name3, | |||
kind4, | |||
name4 | |||
) |
Definition at line 409 of file bloaty/third_party/googletest/googlemock/include/gmock/gmock-generated-actions.h.
#define GMOCK_INTERNAL_LIST_HAS_6_TEMPLATE_PARAMS | ( | kind0, | |
name0, | |||
kind1, | |||
name1, | |||
kind2, | |||
name2, | |||
kind3, | |||
name3, | |||
kind4, | |||
name4, | |||
kind5, | |||
name5 | |||
) |
Definition at line 412 of file bloaty/third_party/googletest/googlemock/include/gmock/gmock-generated-actions.h.
#define GMOCK_INTERNAL_LIST_HAS_7_TEMPLATE_PARAMS | ( | kind0, | |
name0, | |||
kind1, | |||
name1, | |||
kind2, | |||
name2, | |||
kind3, | |||
name3, | |||
kind4, | |||
name4, | |||
kind5, | |||
name5, | |||
kind6, | |||
name6 | |||
) | name0, name1, name2, name3, name4, name5, name6 |
Definition at line 415 of file bloaty/third_party/googletest/googlemock/include/gmock/gmock-generated-actions.h.
#define GMOCK_INTERNAL_LIST_HAS_8_TEMPLATE_PARAMS | ( | kind0, | |
name0, | |||
kind1, | |||
name1, | |||
kind2, | |||
name2, | |||
kind3, | |||
name3, | |||
kind4, | |||
name4, | |||
kind5, | |||
name5, | |||
kind6, | |||
name6, | |||
kind7, | |||
name7 | |||
) | name0, name1, name2, name3, name4, name5, name6, name7 |
Definition at line 418 of file bloaty/third_party/googletest/googlemock/include/gmock/gmock-generated-actions.h.
#define GMOCK_INTERNAL_LIST_HAS_9_TEMPLATE_PARAMS | ( | kind0, | |
name0, | |||
kind1, | |||
name1, | |||
kind2, | |||
name2, | |||
kind3, | |||
name3, | |||
kind4, | |||
name4, | |||
kind5, | |||
name5, | |||
kind6, | |||
name6, | |||
kind7, | |||
name7, | |||
kind8, | |||
name8 | |||
) |
Definition at line 421 of file bloaty/third_party/googletest/googlemock/include/gmock/gmock-generated-actions.h.
#define GMOCK_INTERNAL_LIST_TYPE_AND_0_VALUE_PARAMS | ( | ) |
Definition at line 578 of file bloaty/third_party/googletest/googlemock/include/gmock/gmock-generated-actions.h.
#define GMOCK_INTERNAL_LIST_TYPE_AND_10_VALUE_PARAMS | ( | p0, | |
p1, | |||
p2, | |||
p3, | |||
p4, | |||
p5, | |||
p6, | |||
p7, | |||
p8, | |||
p9 | |||
) |
Definition at line 599 of file bloaty/third_party/googletest/googlemock/include/gmock/gmock-generated-actions.h.
#define GMOCK_INTERNAL_LIST_TYPE_AND_1_VALUE_PARAMS | ( | p0 | ) | , p0##_type |
Definition at line 579 of file bloaty/third_party/googletest/googlemock/include/gmock/gmock-generated-actions.h.
#define GMOCK_INTERNAL_LIST_TYPE_AND_2_VALUE_PARAMS | ( | p0, | |
p1 | |||
) |
Definition at line 580 of file bloaty/third_party/googletest/googlemock/include/gmock/gmock-generated-actions.h.
#define GMOCK_INTERNAL_LIST_TYPE_AND_3_VALUE_PARAMS | ( | p0, | |
p1, | |||
p2 | |||
) |
Definition at line 582 of file bloaty/third_party/googletest/googlemock/include/gmock/gmock-generated-actions.h.
#define GMOCK_INTERNAL_LIST_TYPE_AND_4_VALUE_PARAMS | ( | p0, | |
p1, | |||
p2, | |||
p3 | |||
) |
Definition at line 584 of file bloaty/third_party/googletest/googlemock/include/gmock/gmock-generated-actions.h.
#define GMOCK_INTERNAL_LIST_TYPE_AND_5_VALUE_PARAMS | ( | p0, | |
p1, | |||
p2, | |||
p3, | |||
p4 | |||
) |
Definition at line 586 of file bloaty/third_party/googletest/googlemock/include/gmock/gmock-generated-actions.h.
#define GMOCK_INTERNAL_LIST_TYPE_AND_6_VALUE_PARAMS | ( | p0, | |
p1, | |||
p2, | |||
p3, | |||
p4, | |||
p5 | |||
) |
Definition at line 588 of file bloaty/third_party/googletest/googlemock/include/gmock/gmock-generated-actions.h.
#define GMOCK_INTERNAL_LIST_TYPE_AND_7_VALUE_PARAMS | ( | p0, | |
p1, | |||
p2, | |||
p3, | |||
p4, | |||
p5, | |||
p6 | |||
) |
Definition at line 590 of file bloaty/third_party/googletest/googlemock/include/gmock/gmock-generated-actions.h.
#define GMOCK_INTERNAL_LIST_TYPE_AND_8_VALUE_PARAMS | ( | p0, | |
p1, | |||
p2, | |||
p3, | |||
p4, | |||
p5, | |||
p6, | |||
p7 | |||
) |
Definition at line 593 of file bloaty/third_party/googletest/googlemock/include/gmock/gmock-generated-actions.h.
#define GMOCK_INTERNAL_LIST_TYPE_AND_9_VALUE_PARAMS | ( | p0, | |
p1, | |||
p2, | |||
p3, | |||
p4, | |||
p5, | |||
p6, | |||
p7, | |||
p8 | |||
) |
Definition at line 596 of file bloaty/third_party/googletest/googlemock/include/gmock/gmock-generated-actions.h.