Home | Sort by relevance Sort by last modified time |
/external/chromium_org/third_party/protobuf/src/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/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 | 263 void is_enum() function [all...] |