Lines Matching refs:rhs_type

166         using rhs_type =                                                       \
168 using tuple_type = ::boost::hana::tuple<lhs_type, rhs_type>; \
173 ::boost::yap::detail::make_operand<rhs_type>{}( \
183 using rhs_type = \
185 using tuple_type = ::boost::hana::tuple<lhs_type, rhs_type>; \
190 ::boost::yap::detail::make_operand<rhs_type>{}( \
199 using rhs_type = \
201 using tuple_type = ::boost::hana::tuple<lhs_type, rhs_type>; \
206 ::boost::yap::detail::make_operand<rhs_type>{}( \
224 using rhs_type = typename result_types::rhs_type; \
225 using tuple_type = ::boost::hana::tuple<lhs_type, rhs_type>; \
243 using rhs_type = typename result_types::rhs_type; \
244 using tuple_type = ::boost::hana::tuple<lhs_type, rhs_type>; \
247 rhs_type{rhs_tuple_type{std::addressof(rhs)}}}}; \
264 using rhs_type = typename result_types::rhs_type; \
265 using tuple_type = ::boost::hana::tuple<lhs_type, rhs_type>; \
268 rhs_type{rhs_tuple_type{std::addressof(rhs)}}}}; \
306 using rhs_type = \
308 using tuple_type = ::boost::hana::tuple<lhs_type, rhs_type>; \
311 ::boost::yap::detail::make_operand<rhs_type>{}( \
322 using rhs_type = \
324 using tuple_type = ::boost::hana::tuple<lhs_type, rhs_type>; \
327 ::boost::yap::detail::make_operand<rhs_type>{}( \
336 using rhs_type = \
338 using tuple_type = ::boost::hana::tuple<this_type, rhs_type>; \
341 ::boost::yap::detail::make_operand<rhs_type>{}( \
373 using rhs_type = \
375 using tuple_type = ::boost::hana::tuple<lhs_type, rhs_type>; \
378 ::boost::yap::detail::make_operand<rhs_type>{}( \
386 using rhs_type = \
388 using tuple_type = ::boost::hana::tuple<lhs_type, rhs_type>; \
391 ::boost::yap::detail::make_operand<rhs_type>{}( \
399 using rhs_type = \
401 using tuple_type = ::boost::hana::tuple<lhs_type, rhs_type>; \
404 ::boost::yap::detail::make_operand<rhs_type>{}( \
748 using rhs_type = typename result_types::rhs_type; \
749 using tuple_type = ::boost::hana::tuple<lhs_type, rhs_type>; \
752 rhs_type{static_cast<U &&>(rhs)}, \
802 using rhs_type = typename result_types::rhs_type; \
803 using tuple_type = ::boost::hana::tuple<lhs_type, rhs_type>; \
805 rhs_type{static_cast<U &&>(rhs)}}}; \