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

/external/chromium_org/third_party/protobuf/src/google/protobuf/stubs/
H A Dtype_traits.h41 // is_enum
74 // is_enum uses is_convertible, which is not available on MSVC.
75 template <class T> struct is_enum;
179 template <class T> struct is_enum struct in namespace:google::protobuf::internal
188 template <class T> struct is_enum<const T> : is_enum<T> { }; struct in namespace:google::protobuf::internal
189 template <class T> struct is_enum<volatile T> : is_enum<T> { }; struct in namespace:google::protobuf::internal
190 template <class T> struct is_enum<const volatile T> : is_enum< struct in namespace:google::protobuf::internal
[all...]
/external/qemu/scripts/
H A Dqapi.py296 def is_enum(name): function
317 elif is_enum(name):
/external/chromium_org/third_party/WebKit/Source/bindings/scripts/
H A Didl_types.py160 def is_enum(self): member in class:IdlType
190 self.is_enum or
/external/chromium_org/third_party/cython/src/Cython/Compiler/
H A DPyrexTypes.py157 # is_enum boolean Is a C enum type
215 is_enum = 0 variable in class:PyrexType
1466 return src_type.is_int or src_type.is_enum or src_type is error_type
1523 is_enum = 1 variable in class:CAnonEnumType
3257 is_enum = 1 variable in class:CEnumType
3490 return (src_type.is_enum or
3689 elif type1.is_enum and type2.is_enum:
/external/clang/test/SemaCXX/
H A Dtype-traits.cpp271 void is_enum() function

Completed in 999 milliseconds