Home
last modified time | relevance | path

Searched defs:is_enum (Results 1 – 5 of 5) sorted by relevance

/third_party/boost/libs/python/test/
Denum_ext.cpp20 template <> struct boost::python::detail::is_enum<color> : boost::mpl::true_ {}; struct in boost::boost::python::detail
/third_party/boost/boost/type_traits/
Dis_enum.hpp148 template <class T> struct is_enum : public integral_constant<bool, ::boost::detail::is_enum_impl<T>… struct
/third_party/glib/gio/
Dgsettingsschema-internal.h29 guint is_enum : 1; member
Dglib-compile-schemas.c182 gboolean is_enum; member
202 gboolean is_enum, in key_state_new()
/third_party/boost/boost/move/detail/
Dtype_traits.hpp667 struct is_enum struct
668 { static const bool value = BOOST_MOVE_IS_ENUM_IMPL(T); };