Home
last modified time | relevance | path

Searched refs:_Ret (Results 1 – 2 of 2) sorted by relevance

/third_party/googletest/googlemock/include/gmock/
Dgmock-function-mocker.h123 #define GMOCK_INTERNAL_MOCK_METHOD_ARG_3(_Ret, _MethodName, _Args) \ argument
124 GMOCK_INTERNAL_MOCK_METHOD_ARG_4(_Ret, _MethodName, _Args, ())
126 #define GMOCK_INTERNAL_MOCK_METHOD_ARG_4(_Ret, _MethodName, _Args, _Spec) \ argument
130 GMOCK_PP_NARG0 _Args, GMOCK_INTERNAL_SIGNATURE(_Ret, _Args)); \
138 (GMOCK_INTERNAL_SIGNATURE(_Ret, _Args)))
313 #define GMOCK_INTERNAL_SIGNATURE(_Ret, _Args) \ argument
314 ::testing::internal::identity_t<GMOCK_PP_IF(GMOCK_PP_IS_BEGIN_PARENS(_Ret), \
316 GMOCK_PP_IDENTITY)(_Ret)>( \
/third_party/rust/crates/bindgen/bindgen-tests/tests/
Dstylo.hpp19962 template<typename _Ret, typename _Tp>
19963 class mem_fun_t : public unary_function<_Tp*, _Ret>
19967 mem_fun_t(_Ret (_Tp::*__pf)()) in mem_fun_t()
19970 _Ret
19975 _Ret (_Tp::*_M_f)();
19980 template<typename _Ret, typename _Tp>
19981 class const_mem_fun_t : public unary_function<const _Tp*, _Ret>
19985 const_mem_fun_t(_Ret (_Tp::*__pf)() const) in const_mem_fun_t()
19988 _Ret
19993 _Ret (_Tp::*_M_f)() const;
[all …]