Electroneum
Loading...
Searching...
No Matches
testing::internal::ActionHelper< Result, Impl > Class Template Reference

#include <gmock-generated-actions.h>

Static Public Member Functions

static Result Perform (Impl *impl, const ::testing::tuple<> &args)
template<typename A0>
static Result Perform (Impl *impl, const ::testing::tuple< A0 > &args)
template<typename A0, typename A1>
static Result Perform (Impl *impl, const ::testing::tuple< A0, A1 > &args)
template<typename A0, typename A1, typename A2>
static Result Perform (Impl *impl, const ::testing::tuple< A0, A1, A2 > &args)
template<typename A0, typename A1, typename A2, typename A3>
static Result Perform (Impl *impl, const ::testing::tuple< A0, A1, A2, A3 > &args)
template<typename A0, typename A1, typename A2, typename A3, typename A4>
static Result Perform (Impl *impl, const ::testing::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 ::testing::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 ::testing::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 ::testing::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 ::testing::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 ::testing::tuple< A0, A1, A2, A3, A4, A5, A6, A7, A8, A9 > &args)

Detailed Description

template<typename Result, class Impl>
class testing::internal::ActionHelper< Result, Impl >

Definition at line 512 of file gmock-generated-actions.h.

Member Function Documentation

◆ Perform() [1/11]

template<typename Result, class Impl>
template<typename A0>
Result testing::internal::ActionHelper< Result, Impl >::Perform ( Impl * impl,
const ::testing::tuple< A0 > & args )
inlinestatic

Definition at line 522 of file gmock-generated-actions.h.

Here is the call graph for this function:

◆ Perform() [2/11]

template<typename Result, class Impl>
template<typename A0, typename A1>
Result testing::internal::ActionHelper< Result, Impl >::Perform ( Impl * impl,
const ::testing::tuple< A0, A1 > & args )
inlinestatic

Definition at line 530 of file gmock-generated-actions.h.

Here is the call graph for this function:

◆ Perform() [3/11]

template<typename Result, class Impl>
template<typename A0, typename A1, typename A2>
Result testing::internal::ActionHelper< Result, Impl >::Perform ( Impl * impl,
const ::testing::tuple< A0, A1, A2 > & args )
inlinestatic

Definition at line 538 of file gmock-generated-actions.h.

Here is the call graph for this function:

◆ Perform() [4/11]

template<typename Result, class Impl>
template<typename A0, typename A1, typename A2, typename A3>
Result testing::internal::ActionHelper< Result, Impl >::Perform ( Impl * impl,
const ::testing::tuple< A0, A1, A2, A3 > & args )
inlinestatic

Definition at line 546 of file gmock-generated-actions.h.

Here is the call graph for this function:

◆ Perform() [5/11]

template<typename Result, class Impl>
template<typename A0, typename A1, typename A2, typename A3, typename A4>
Result testing::internal::ActionHelper< Result, Impl >::Perform ( Impl * impl,
const ::testing::tuple< A0, A1, A2, A3, A4 > & args )
inlinestatic

Definition at line 555 of file gmock-generated-actions.h.

Here is the call graph for this function:

◆ Perform() [6/11]

template<typename Result, class Impl>
template<typename A0, typename A1, typename A2, typename A3, typename A4, typename A5>
Result testing::internal::ActionHelper< Result, Impl >::Perform ( Impl * impl,
const ::testing::tuple< A0, A1, A2, A3, A4, A5 > & args )
inlinestatic

Definition at line 565 of file gmock-generated-actions.h.

Here is the call graph for this function:

◆ Perform() [7/11]

template<typename Result, class Impl>
template<typename A0, typename A1, typename A2, typename A3, typename A4, typename A5, typename A6>
Result testing::internal::ActionHelper< Result, Impl >::Perform ( Impl * impl,
const ::testing::tuple< A0, A1, A2, A3, A4, A5, A6 > & args )
inlinestatic

Definition at line 575 of file gmock-generated-actions.h.

Here is the call graph for this function:

◆ Perform() [8/11]

template<typename Result, class Impl>
template<typename A0, typename A1, typename A2, typename A3, typename A4, typename A5, typename A6, typename A7>
Result testing::internal::ActionHelper< Result, Impl >::Perform ( Impl * impl,
const ::testing::tuple< A0, A1, A2, A3, A4, A5, A6, A7 > & args )
inlinestatic

Definition at line 585 of file gmock-generated-actions.h.

586 {
587 return impl->template gmock_PerformImpl<A0, A1, A2, A3, A4, A5, A6,
590 ExcessiveArg());
591 }
void get(std::istream &input, bool &res)
Definition io.h:62
Here is the call graph for this function:

◆ Perform() [9/11]

template<typename Result, class Impl>
template<typename A0, typename A1, typename A2, typename A3, typename A4, typename A5, typename A6, typename A7, typename A8>
Result testing::internal::ActionHelper< Result, Impl >::Perform ( Impl * impl,
const ::testing::tuple< A0, A1, A2, A3, A4, A5, A6, A7, A8 > & args )
inlinestatic

Definition at line 595 of file gmock-generated-actions.h.

596 {
597 return impl->template gmock_PerformImpl<A0, A1, A2, A3, A4, A5, A6, A7,
600 ExcessiveArg());
601 }
Here is the call graph for this function:

◆ Perform() [10/11]

template<typename Result, class Impl>
template<typename A0, typename A1, typename A2, typename A3, typename A4, typename A5, typename A6, typename A7, typename A8, typename A9>
Result testing::internal::ActionHelper< Result, Impl >::Perform ( Impl * impl,
const ::testing::tuple< A0, A1, A2, A3, A4, A5, A6, A7, A8, A9 > & args )
inlinestatic

Definition at line 605 of file gmock-generated-actions.h.

606 {
607 return impl->template gmock_PerformImpl<A0, A1, A2, A3, A4, A5, A6, A7, A8,
610 get<9>(args));
611 }
Here is the call graph for this function:

◆ Perform() [11/11]

template<typename Result, class Impl>
Result testing::internal::ActionHelper< Result, Impl >::Perform ( Impl * impl,
const ::testing::tuple<> & args )
inlinestatic

Definition at line 514 of file gmock-generated-actions.h.


The documentation for this class was generated from the following file:
  • /home/abuild/rpmbuild/BUILD/electroneum-5.1.3.1-build/electroneum-5.1.3.1/external/rapidjson/thirdparty/gtest/googlemock/include/gmock/gmock-generated-actions.h