Home
last modified time | relevance | path

Searched refs:res_t (Results 1 – 4 of 4) sorted by relevance

/third_party/boost/libs/beast/test/beast/websocket/
D_detail_decorator.cpp47 struct res_t struct in boost::beast::websocket::detail::decorator_test
51 res_t() = default;
53 ~res_t() in ~res_t() argument
58 res_t(res_t&& other) noexcept in res_t() function
71 struct both_t : res_t , req_t
74 using res_t::operator();
109 decorator{res_t{}}(res); in testDecorator()
/third_party/boost/libs/pfr/include/boost/pfr/detail/
Dcore14_classic.hpp269 typedef decltype( typeid_conversions::id_to_type(remove_1_ext<Index>()) )* res_t; in id_to_type() typedef
270 return detail::construct_helper<res_t>(); in id_to_type()
275 typedef const decltype( typeid_conversions::id_to_type(remove_1_ext<Index>()) )* res_t; in id_to_type() typedef
276 return detail::construct_helper<res_t>(); in id_to_type()
281 typedef const volatile decltype( typeid_conversions::id_to_type(remove_1_ext<Index>()) )* res_t; in id_to_type() typedef
282 return detail::construct_helper<res_t>(); in id_to_type()
288 typedef volatile decltype( typeid_conversions::id_to_type(remove_1_ext<Index>()) )* res_t; in id_to_type() typedef
289 return detail::construct_helper<res_t>(); in id_to_type()
/third_party/boost/boost/pfr/detail/
Dcore14_classic.hpp269 typedef decltype( typeid_conversions::id_to_type(remove_1_ext<Index>()) )* res_t; in id_to_type() typedef
270 return detail::construct_helper<res_t>(); in id_to_type()
275 typedef const decltype( typeid_conversions::id_to_type(remove_1_ext<Index>()) )* res_t; in id_to_type() typedef
276 return detail::construct_helper<res_t>(); in id_to_type()
281 typedef const volatile decltype( typeid_conversions::id_to_type(remove_1_ext<Index>()) )* res_t; in id_to_type() typedef
282 return detail::construct_helper<res_t>(); in id_to_type()
288 typedef volatile decltype( typeid_conversions::id_to_type(remove_1_ext<Index>()) )* res_t; in id_to_type() typedef
289 return detail::construct_helper<res_t>(); in id_to_type()
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_gather.c514 LLVMTypeRef res_t, gather_res_t; in lp_build_gather() local
540 res_t = lp_build_vec_type(gallivm, res_type); in lp_build_gather()
554 res = LLVMBuildZExt(gallivm->builder, res, res_t, ""); in lp_build_gather()