Home
last modified time | relevance | path

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

/third_party/flatbuffers/include/flatbuffers/
Dstl_emulation.h161 template <typename T> using is_enum = std::is_enum<T>; variable
176 template <typename T> using is_enum = std::tr1::is_enum<T>; variable
/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/flatbuffers/src/
Didl_gen_go.cpp107 const bool is_enum = !parser_.enums_.vec.empty(); in generate() local
1269 const bool is_enum, std::string *code_ptr) { in BeginFile()
1298 const bool needs_imports, const bool is_enum) { in SaveType()
Didl_gen_swift.cpp558 std::string is_enum = IsEnum(field.value.type) ? ".rawValue" : ""; in GenTableWriterFields() local
942 std::string is_enum = IsEnum(field.value.type) ? ".value" : ""; in GenerateObjectAPIStructConstructor() local
Didl_gen_cpp.cpp3235 const auto is_enum = IsEnum(element_type); in GenStructConstructor() local
3259 const auto is_enum = IsEnum(type.VectorType()); in GenArrayAccessor() local
/third_party/boost/boost/move/detail/
Dtype_traits.hpp667 struct is_enum struct
668 { static const bool value = BOOST_MOVE_IS_ENUM_IMPL(T); };