HomeSort by relevance Sort by last modified time
    Searched defs:is_enum (Results 1 - 11 of 11) sorted by null

  /prebuilts/misc/darwin-x86_64/protobuf2.5/include/google/protobuf/stubs/
type_traits.h 41 // 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<T> { } struct in namespace:google::protobuf::internal
    [all...]
  /prebuilts/misc/linux-x86_64/protobuf2.5/include/google/protobuf/stubs/
type_traits.h 41 // 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<T> { } struct in namespace:google::protobuf::internal
    [all...]
  /prebuilts/misc/windows/protobuf2.5/include/google/protobuf/stubs/
type_traits.h 41 // 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<T> { } struct in namespace:google::protobuf::internal
    [all...]
  /prebuilts/tools/linux-x86_64/protoc/include/google/protobuf/stubs/
type_traits.h 41 // 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<T> { } struct in namespace:google::protobuf::internal
    [all...]
  /external/protobuf/src/google/protobuf/stubs/
type_traits.h 42 // is_enum
94 // is_enum uses is_convertible, which is not available on MSVC.
95 template <class T> struct is_enum;
206 template <class T> struct is_enum struct in namespace:google::protobuf::internal
215 template <class T> struct is_enum<const T> : is_enum<T> { }; struct in namespace:google::protobuf::internal
216 template <class T> struct is_enum<volatile T> : is_enum<T> { }; struct in namespace:google::protobuf::internal
217 template <class T> struct is_enum<const volatile T> : is_enum<T> { } struct in namespace:google::protobuf::internal
    [all...]
  /hardware/google/av/codec2/include/
C2Enum.h 222 struct is_enum<C2EasyEnum<E>> { struct in namespace:std
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/stubs/
type_traits.h 42 // is_enum
94 // is_enum uses is_convertible, which is not available on MSVC.
95 template <class T> struct is_enum;
206 template <class T> struct is_enum struct in namespace:google::protobuf::internal
215 template <class T> struct is_enum<const T> : is_enum<T> { }; struct in namespace:google::protobuf::internal
216 template <class T> struct is_enum<volatile T> : is_enum<T> { }; struct in namespace:google::protobuf::internal
217 template <class T> struct is_enum<const volatile T> : is_enum<T> { } struct in namespace:google::protobuf::internal
    [all...]
  /external/python/cpython2/Lib/plat-mac/
gensuitemodule.py 782 if is_enum(a[2]):
805 if is_enum(returns):
814 if is_enum(a[2]):
1153 def is_enum(data): function
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/plat-mac/
gensuitemodule.py 782 if is_enum(a[2]):
805 if is_enum(returns):
814 if is_enum(a[2]):
1153 def is_enum(data): function
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/
gensuitemodule.py 782 if is_enum(a[2]):
805 if is_enum(returns):
814 if is_enum(a[2]):
1153 def is_enum(data): function
    [all...]
  /external/clang/test/SemaCXX/
type-traits.cpp 289 void is_enum() function
    [all...]

Completed in 912 milliseconds