Lines Matching refs:tn
111 // GMOCK_RESULT_(tn, F) expands to the result type of function type F.
116 #define GMOCK_RESULT_(tn, ...) \
117 tn ::testing::internal::Function<__VA_ARGS__>::Result
121 #define GMOCK_ARG_(tn, N, ...) \
122 tn ::testing::internal::Function<__VA_ARGS__>::Argument##N
126 #define GMOCK_MATCHER_(tn, N, ...) \
127 const ::testing::Matcher<GMOCK_ARG_(tn, N, __VA_ARGS__)>&
138 [[GMOCK_ARG_(tn, $j, __VA_ARGS__) gmock_a$j]]]]
141 [[GMOCK_MATCHER_(tn, $j, __VA_ARGS__) gmock_a$j]]]]
143 #define GMOCK_METHOD$i[[]]_(tn, constness, ct, Method, ...) \
144 GMOCK_RESULT_(tn, __VA_ARGS__) ct Method( \
147 tn ::testing::internal::Function<__VA_ARGS__>::ArgumentTuple>::value == $i), \