Home
last modified time | relevance | path

Searched defs:import_type (Results 1 – 2 of 2) sorted by relevance

/third_party/boost/boost/dll/
Dimport.hpp74 struct import_type<T, typename boost::disable_if<boost::is_object<T> >::type> { struct
85 struct import_type<T, typename boost::enable_if<boost::is_object<T> >::type> { struct
93 # define BOOST_DLL_IMPORT_RESULT_TYPE inline typename boost::dll::detail::import_type<T>::type
/third_party/weston/libweston/renderer-gl/
Dgl-renderer.c129 enum import_type { enum
141 enum import_type import_type; member