Searched defs:is_enum (Results 1 – 9 of 9) sorted by relevance
161 template <typename T> using is_enum = std::is_enum<T>; variable176 template <typename T> using is_enum = std::tr1::is_enum<T>; variable
20 template <> struct boost::python::detail::is_enum<color> : boost::mpl::true_ {}; struct in boost::boost::python::detail
148 template <class T> struct is_enum : public integral_constant<bool, ::boost::detail::is_enum_impl<T>… struct
29 guint is_enum : 1; member
182 gboolean is_enum; member202 gboolean is_enum, in key_state_new()
107 const bool is_enum = !parser_.enums_.vec.empty(); in generate() local1269 const bool is_enum, std::string *code_ptr) { in BeginFile()1298 const bool needs_imports, const bool is_enum) { in SaveType()
558 std::string is_enum = IsEnum(field.value.type) ? ".rawValue" : ""; in GenTableWriterFields() local942 std::string is_enum = IsEnum(field.value.type) ? ".value" : ""; in GenerateObjectAPIStructConstructor() local
3235 const auto is_enum = IsEnum(element_type); in GenStructConstructor() local3259 const auto is_enum = IsEnum(type.VectorType()); in GenArrayAccessor() local
667 struct is_enum struct668 { static const bool value = BOOST_MOVE_IS_ENUM_IMPL(T); };