Lines Matching defs:const

57   static R Invoke(Function function, const ::testing::tuple<>&) {
64 const ::testing::tuple<>&) {
73 static R Invoke(Function function, const ::testing::tuple<A1>& args) {
80 const ::testing::tuple<A1>& args) {
89 static R Invoke(Function function, const ::testing::tuple<A1, A2>& args) {
96 const ::testing::tuple<A1, A2>& args) {
105 static R Invoke(Function function, const ::testing::tuple<A1, A2, A3>& args) {
112 const ::testing::tuple<A1, A2, A3>& args) {
122 static R Invoke(Function function, const ::testing::tuple<A1, A2, A3,
131 const ::testing::tuple<A1, A2, A3, A4>& args) {
142 static R Invoke(Function function, const ::testing::tuple<A1, A2, A3, A4,
151 const ::testing::tuple<A1, A2, A3, A4, A5>& args) {
162 static R Invoke(Function function, const ::testing::tuple<A1, A2, A3, A4, A5,
171 const ::testing::tuple<A1, A2, A3, A4, A5, A6>& args) {
182 static R Invoke(Function function, const ::testing::tuple<A1, A2, A3, A4, A5,
191 const ::testing::tuple<A1, A2, A3, A4, A5, A6,
204 static R Invoke(Function function, const ::testing::tuple<A1, A2, A3, A4, A5,
214 const ::testing::tuple<A1, A2, A3, A4, A5, A6, A7,
227 static R Invoke(Function function, const ::testing::tuple<A1, A2, A3, A4, A5,
237 const ::testing::tuple<A1, A2, A3, A4, A5, A6, A7, A8,
252 static R Invoke(Function function, const ::testing::tuple<A1, A2, A3, A4, A5,
262 const ::testing::tuple<A1, A2, A3, A4, A5, A6, A7, A8,
304 static SelectedArgs Select(const ArgumentTuple& args) {
317 static SelectedArgs Select(const ArgumentTuple& /* args */) {
328 static SelectedArgs Select(const ArgumentTuple& args) {
340 static SelectedArgs Select(const ArgumentTuple& args) {
352 static SelectedArgs Select(const ArgumentTuple& args) {
366 static SelectedArgs Select(const ArgumentTuple& args) {
381 static SelectedArgs Select(const ArgumentTuple& args) {
397 static SelectedArgs Select(const ArgumentTuple& args) {
413 static SelectedArgs Select(const ArgumentTuple& args) {
430 static SelectedArgs Select(const ArgumentTuple& args) {
448 static SelectedArgs Select(const ArgumentTuple& args) {
463 explicit WithArgsAction(const InnerAction& action) : action_(action) {}
466 operator Action<F>() const { return MakeAction(new Impl<F>(action_)); }
475 explicit Impl(const InnerAction& action) : action_(action) {}
477 virtual Result Perform(const ArgumentTuple& args) {
489 const InnerAction action_;
514 static Result Perform(Impl* impl, const ::testing::tuple<>& args) {
522 static Result Perform(Impl* impl, const ::testing::tuple<A0>& args) {
530 static Result Perform(Impl* impl, const ::testing::tuple<A0, A1>& args) {
538 static Result Perform(Impl* impl, const ::testing::tuple<A0, A1, A2>& args) {
546 static Result Perform(Impl* impl, const ::testing::tuple<A0, A1, A2,
555 static Result Perform(Impl* impl, const ::testing::tuple<A0, A1, A2, A3,
565 static Result Perform(Impl* impl, const ::testing::tuple<A0, A1, A2, A3, A4,
575 static Result Perform(Impl* impl, const ::testing::tuple<A0, A1, A2, A3, A4,
585 static Result Perform(Impl* impl, const ::testing::tuple<A0, A1, A2, A3, A4,
595 static Result Perform(Impl* impl, const ::testing::tuple<A0, A1, A2, A3, A4,
605 static Result Perform(Impl* impl, const ::testing::tuple<A0, A1, A2, A3, A4,
625 WithArgs(const InnerAction& action) {
631 WithArgs(const InnerAction& action) {
637 WithArgs(const InnerAction& action) {
643 WithArgs(const InnerAction& action) {
649 WithArgs(const InnerAction& action) {
655 WithArgs(const InnerAction& action) {
662 WithArgs(const InnerAction& action) {
670 WithArgs(const InnerAction& action) {
678 WithArgs(const InnerAction& action) {
687 WithArgs(const InnerAction& action) {
882 const args_type& args GTEST_ATTRIBUTE_UNUSED_, \
1259 virtual return_type Perform(const args_type& args) {\
1267 return_type gmock_PerformImpl(const args_type& args, arg0_type arg0, \
1270 arg9_type arg9) const;\
1275 template <typename F> operator ::testing::Action<F>() const {\
1306 GMOCK_ACTION_ARG_TYPES_AND_NAMES_UNUSED_) const
1320 virtual return_type Perform(const args_type& args) {\
1328 return_type gmock_PerformImpl(const args_type& args, arg0_type arg0, \
1331 arg9_type arg9) const;\
1335 template <typename F> operator ::testing::Action<F>() const {\
1351 GMOCK_ACTION_ARG_TYPES_AND_NAMES_UNUSED_) const
1366 virtual return_type Perform(const args_type& args) {\
1374 return_type gmock_PerformImpl(const args_type& args, arg0_type arg0, \
1377 arg9_type arg9) const;\
1382 template <typename F> operator ::testing::Action<F>() const {\
1401 GMOCK_ACTION_ARG_TYPES_AND_NAMES_UNUSED_) const
1418 virtual return_type Perform(const args_type& args) {\
1426 return_type gmock_PerformImpl(const args_type& args, arg0_type arg0, \
1429 arg9_type arg9) const;\
1435 template <typename F> operator ::testing::Action<F>() const {\
1456 GMOCK_ACTION_ARG_TYPES_AND_NAMES_UNUSED_) const
1473 virtual return_type Perform(const args_type& args) {\
1481 return_type gmock_PerformImpl(const args_type& args, arg0_type arg0, \
1484 arg9_type arg9) const;\
1491 template <typename F> operator ::testing::Action<F>() const {\
1514 GMOCK_ACTION_ARG_TYPES_AND_NAMES_UNUSED_) const
1534 virtual return_type Perform(const args_type& args) {\
1542 return_type gmock_PerformImpl(const args_type& args, arg0_type arg0, \
1545 arg9_type arg9) const;\
1553 template <typename F> operator ::testing::Action<F>() const {\
1581 GMOCK_ACTION_ARG_TYPES_AND_NAMES_UNUSED_) const
1602 virtual return_type Perform(const args_type& args) {\
1610 return_type gmock_PerformImpl(const args_type& args, arg0_type arg0, \
1613 arg9_type arg9) const;\
1622 template <typename F> operator ::testing::Action<F>() const {\
1651 GMOCK_ACTION_ARG_TYPES_AND_NAMES_UNUSED_) const
1673 virtual return_type Perform(const args_type& args) {\
1681 return_type gmock_PerformImpl(const args_type& args, arg0_type arg0, \
1684 arg9_type arg9) const;\
1694 template <typename F> operator ::testing::Action<F>() const {\
1724 GMOCK_ACTION_ARG_TYPES_AND_NAMES_UNUSED_) const
1748 virtual return_type Perform(const args_type& args) {\
1756 return_type gmock_PerformImpl(const args_type& args, arg0_type arg0, \
1759 arg9_type arg9) const;\
1770 template <typename F> operator ::testing::Action<F>() const {\
1805 GMOCK_ACTION_ARG_TYPES_AND_NAMES_UNUSED_) const
1831 virtual return_type Perform(const args_type& args) {\
1839 return_type gmock_PerformImpl(const args_type& args, arg0_type arg0, \
1842 arg9_type arg9) const;\
1854 template <typename F> operator ::testing::Action<F>() const {\
1892 GMOCK_ACTION_ARG_TYPES_AND_NAMES_UNUSED_) const
1919 virtual return_type Perform(const args_type& args) {\
1927 return_type gmock_PerformImpl(const args_type& args, arg0_type arg0, \
1930 arg9_type arg9) const;\
1943 template <typename F> operator ::testing::Action<F>() const {\
1983 GMOCK_ACTION_ARG_TYPES_AND_NAMES_UNUSED_) const
2011 virtual return_type Perform(const args_type& args) {\
2019 return_type gmock_PerformImpl(const args_type& args, arg0_type arg0, \
2022 arg9_type arg9) const;\
2036 template <typename F> operator ::testing::Action<F>() const {\
2079 GMOCK_ACTION_ARG_TYPES_AND_NAMES_UNUSED_) const
2114 // argument of the mock function takes a const string&, the action