Home
last modified time | relevance | path

Searched refs:vtable_base (Results 1 – 2 of 2) 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_template.hpp648 vtable_base base;
908 using boost::detail::function::vtable_base; in assign_to()
934 vtable = reinterpret_cast<boost::detail::function::vtable_base *>(value); in assign_to()
942 using boost::detail::function::vtable_base; in assign_to_a()
969 vtable = reinterpret_cast<boost::detail::function::vtable_base *>(value); in assign_to_a()
H A Dfunction_base.hpp580 struct vtable_base struct
679 detail::function::vtable_base* get_vtable() const { in get_vtable()
680 return reinterpret_cast<detail::function::vtable_base*>( in get_vtable()
688 detail::function::vtable_base* vtable;