Home
last modified time | relevance | path

Searched refs:args_type (Results 1 - 6 of 6) sorted by relevance

/third_party/googletest/googlemock/include/gmock/
H A Dgmock-actions.h53 // 'args' and 'args_type', and refer to the mock function type and its
2109 using args_type = std::tuple<Args...>;
2119 args_type{std::forward<Args>(arg)...});
2124 const args_type& args) const {
2128 // args_type get passed, followed by a dummy of unspecified type for the
2134 /*args_type=*/args_type,
2136 typename std::tuple_element<arg_id, args_type>::type...>(
2158 const args_type& args GTEST_ATTRIBUTE_UNUSED_ GMOCK_PP_REPEAT( \
2163 const args_type
[all...]
H A Dgmock-more-actions.h544 typename args_type, GMOCK_ACTION_TEMPLATE_ARGS_NAMES_> \
570 template <typename function_type, typename return_type, typename args_type, \
/third_party/googletest/googlemock/test/
H A Dgmock-more-actions_test.cc1030 // via args_type and args.
1032 StaticAssertTypeEq<std::tuple<int, char, int*>, args_type>(); in ACTION()
1033 args_type args_copy = args; in ACTION()
H A Dgmock-actions_test.cc2147 ACTION(ReturnArity) { return std::tuple_size<args_type>::value; } in ACTION()
/third_party/python/Lib/test/
H A D_test_multiprocessing.py284 for args, args_type in test_cases:
285 with self.subTest(args=args, args_type=args_type):
288 p = self.Process(target=self._test_args, args=args_type((q, args)))
/third_party/python/Parser/
H A Dparser.c242 #define args_type 1162 macro
[all...]

Completed in 60 milliseconds