#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 716 of file protobuf/third_party/googletest/googlemock/include/gmock/gmock-generated-actions.h.
#define ACTION_P | ( | name, | |
p0 | |||
) |
Definition at line 761 of file protobuf/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 1454 of file protobuf/third_party/googletest/googlemock/include/gmock/gmock-generated-actions.h.
#define ACTION_P2 | ( | name, | |
p0, | |||
p1 | |||
) |
Definition at line 813 of file protobuf/third_party/googletest/googlemock/include/gmock/gmock-generated-actions.h.
#define ACTION_P3 | ( | name, | |
p0, | |||
p1, | |||
p2 | |||
) |
Definition at line 870 of file protobuf/third_party/googletest/googlemock/include/gmock/gmock-generated-actions.h.
#define ACTION_P4 | ( | name, | |
p0, | |||
p1, | |||
p2, | |||
p3 | |||
) |
Definition at line 932 of file protobuf/third_party/googletest/googlemock/include/gmock/gmock-generated-actions.h.
#define ACTION_P5 | ( | name, | |
p0, | |||
p1, | |||
p2, | |||
p3, | |||
p4 | |||
) |
Definition at line 1004 of file protobuf/third_party/googletest/googlemock/include/gmock/gmock-generated-actions.h.
#define ACTION_P6 | ( | name, | |
p0, | |||
p1, | |||
p2, | |||
p3, | |||
p4, | |||
p5 | |||
) |
Definition at line 1081 of file protobuf/third_party/googletest/googlemock/include/gmock/gmock-generated-actions.h.
#define ACTION_P7 | ( | name, | |
p0, | |||
p1, | |||
p2, | |||
p3, | |||
p4, | |||
p5, | |||
p6 | |||
) |
Definition at line 1162 of file protobuf/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 1253 of file protobuf/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 1351 of file protobuf/third_party/googletest/googlemock/include/gmock/gmock-generated-actions.h.
#define ACTION_TEMPLATE | ( | name, | |
template_params, | |||
value_params | |||
) |
Definition at line 652 of file protobuf/third_party/googletest/googlemock/include/gmock/gmock-generated-actions.h.
#define GMOCK_ACTION_ARG_TYPES_AND_NAMES_UNUSED_ |
Definition at line 274 of file protobuf/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 649 of file protobuf/third_party/googletest/googlemock/include/gmock/gmock-generated-actions.h.
#define GMOCK_INTERNAL_COUNT_AND_0_VALUE_PARAMS | ( | ) |
Definition at line 633 of file protobuf/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 645 of file protobuf/third_party/googletest/googlemock/include/gmock/gmock-generated-actions.h.
#define GMOCK_INTERNAL_COUNT_AND_1_VALUE_PARAMS | ( | p0 | ) | P |
Definition at line 634 of file protobuf/third_party/googletest/googlemock/include/gmock/gmock-generated-actions.h.
#define GMOCK_INTERNAL_COUNT_AND_2_VALUE_PARAMS | ( | p0, | |
p1 | |||
) | P2 |
Definition at line 635 of file protobuf/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 636 of file protobuf/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 637 of file protobuf/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 638 of file protobuf/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 639 of file protobuf/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 640 of file protobuf/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 641 of file protobuf/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 643 of file protobuf/third_party/googletest/googlemock/include/gmock/gmock-generated-actions.h.
#define GMOCK_INTERNAL_DECL_AND_0_VALUE_PARAMS | ( | ) |
Definition at line 605 of file protobuf/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 627 of file protobuf/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 606 of file protobuf/third_party/googletest/googlemock/include/gmock/gmock-generated-actions.h.
#define GMOCK_INTERNAL_DECL_AND_2_VALUE_PARAMS | ( | p0, | |
p1 | |||
) |
Definition at line 607 of file protobuf/third_party/googletest/googlemock/include/gmock/gmock-generated-actions.h.
#define GMOCK_INTERNAL_DECL_AND_3_VALUE_PARAMS | ( | p0, | |
p1, | |||
p2 | |||
) |
Definition at line 609 of file protobuf/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 611 of file protobuf/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 613 of file protobuf/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 615 of file protobuf/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 618 of file protobuf/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 621 of file protobuf/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 624 of file protobuf/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 396 of file protobuf/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 369 of file protobuf/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 370 of file protobuf/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 372 of file protobuf/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 374 of file protobuf/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 377 of file protobuf/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 380 of file protobuf/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 383 of file protobuf/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 387 of file protobuf/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 391 of file protobuf/third_party/googletest/googlemock/include/gmock/gmock-generated-actions.h.
#define GMOCK_INTERNAL_DECL_TYPE_AND_0_VALUE_PARAMS | ( | ) |
Definition at line 432 of file protobuf/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 459 of file protobuf/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 433 of file protobuf/third_party/googletest/googlemock/include/gmock/gmock-generated-actions.h.
#define GMOCK_INTERNAL_DECL_TYPE_AND_2_VALUE_PARAMS | ( | p0, | |
p1 | |||
) |
Definition at line 434 of file protobuf/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 436 of file protobuf/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 438 of file protobuf/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 441 of file protobuf/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 444 of file protobuf/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 447 of file protobuf/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 451 of file protobuf/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 455 of file protobuf/third_party/googletest/googlemock/include/gmock/gmock-generated-actions.h.
#define GMOCK_INTERNAL_DEFN_AND_0_VALUE_PARAMS | ( | ) |
Definition at line 532 of file protobuf/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 554 of file protobuf/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 533 of file protobuf/third_party/googletest/googlemock/include/gmock/gmock-generated-actions.h.
#define GMOCK_INTERNAL_DEFN_AND_2_VALUE_PARAMS | ( | p0, | |
p1 | |||
) |
Definition at line 534 of file protobuf/third_party/googletest/googlemock/include/gmock/gmock-generated-actions.h.
#define GMOCK_INTERNAL_DEFN_AND_3_VALUE_PARAMS | ( | p0, | |
p1, | |||
p2 | |||
) |
Definition at line 536 of file protobuf/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 538 of file protobuf/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 540 of file protobuf/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 542 of file protobuf/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 545 of file protobuf/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 548 of file protobuf/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 551 of file protobuf/third_party/googletest/googlemock/include/gmock/gmock-generated-actions.h.
#define GMOCK_INTERNAL_INIT_AND_0_VALUE_PARAMS | ( | ) | () |
Definition at line 466 of file protobuf/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 519 of file protobuf/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 468 of file protobuf/third_party/googletest/googlemock/include/gmock/gmock-generated-actions.h.
#define GMOCK_INTERNAL_INIT_AND_2_VALUE_PARAMS | ( | p0, | |
p1 | |||
) |
Definition at line 470 of file protobuf/third_party/googletest/googlemock/include/gmock/gmock-generated-actions.h.
#define GMOCK_INTERNAL_INIT_AND_3_VALUE_PARAMS | ( | p0, | |
p1, | |||
p2 | |||
) |
Definition at line 473 of file protobuf/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 477 of file protobuf/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 482 of file protobuf/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 487 of file protobuf/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 494 of file protobuf/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 501 of file protobuf/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 509 of file protobuf/third_party/googletest/googlemock/include/gmock/gmock-generated-actions.h.
#define GMOCK_INTERNAL_LIST_AND_0_VALUE_PARAMS | ( | ) |
Definition at line 560 of file protobuf/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 575 of file protobuf/third_party/googletest/googlemock/include/gmock/gmock-generated-actions.h.
#define GMOCK_INTERNAL_LIST_AND_1_VALUE_PARAMS | ( | p0 | ) | p0 |
Definition at line 561 of file protobuf/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 562 of file protobuf/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 563 of file protobuf/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 564 of file protobuf/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 565 of file protobuf/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 567 of file protobuf/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 569 of file protobuf/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 571 of file protobuf/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 573 of file protobuf/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 426 of file protobuf/third_party/googletest/googlemock/include/gmock/gmock-generated-actions.h.
#define GMOCK_INTERNAL_LIST_HAS_1_TEMPLATE_PARAMS | ( | kind0, | |
name0 | |||
) | name0 |
Definition at line 403 of file protobuf/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 404 of file protobuf/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 406 of file protobuf/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 408 of file protobuf/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 410 of file protobuf/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 413 of file protobuf/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 416 of file protobuf/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 419 of file protobuf/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 422 of file protobuf/third_party/googletest/googlemock/include/gmock/gmock-generated-actions.h.
#define GMOCK_INTERNAL_LIST_TYPE_AND_0_VALUE_PARAMS | ( | ) |
Definition at line 579 of file protobuf/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 600 of file protobuf/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 580 of file protobuf/third_party/googletest/googlemock/include/gmock/gmock-generated-actions.h.
#define GMOCK_INTERNAL_LIST_TYPE_AND_2_VALUE_PARAMS | ( | p0, | |
p1 | |||
) |
Definition at line 581 of file protobuf/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 583 of file protobuf/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 585 of file protobuf/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 587 of file protobuf/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 589 of file protobuf/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 591 of file protobuf/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 594 of file protobuf/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 597 of file protobuf/third_party/googletest/googlemock/include/gmock/gmock-generated-actions.h.