Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/function/
H A Dfunction_base.hpp619 detail::function::function_buffer type_result; in target() local
620 type_result.members.type.type = &boost::typeindex::type_id<Functor>().type_info(); in target()
621 type_result.members.type.const_qualified = is_const<Functor>::value; in target()
622 type_result.members.type.volatile_qualified = is_volatile<Functor>::value; in target()
623 get_vtable()->manager(functor, type_result, in target()
625 return static_cast<Functor*>(type_result.members.obj_ptr); in target()
633 detail::function::function_buffer type_result; in target() local
634 type_result.members.type.type = &boost::typeindex::type_id<Functor>().type_info(); in target()
635 type_result.members.type.const_qualified = true; in target()
636 type_result.members.type.volatile_qualified = is_volatile<Functor>::value; in target()
[all …]