HomeSort by relevance Sort by last modified time
    Searched full:is_class (Results 51 - 75 of 135) sorted by null

1 23 4 5 6

  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/type_traits/
is_abstract.hpp 55 #include <boost/type_traits/is_class.hpp>
133 typedef is_abstract_select< ::boost::is_class<T>::value> selector;
is_enum.hpp 26 # include <boost/type_traits/is_class.hpp>
48 ::boost::is_class<T>::value
  /development/tools/mkstubs/src/com/android/mkstubs/sourcer/
ClassSourcer.java 58 mAccessSourcer.write(access & ~Opcodes.ACC_SUPER, AccessSourcer.IS_CLASS);
  /external/libcxx/test/utilities/meta/meta.unary/meta.unary.cat/
member_function_pointer.pass.cpp 33 static_assert(!std::is_class<T>::value, "");
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/meta/meta.unary/meta.unary.cat/
member_function_pointer.pass.cpp 33 static_assert(!std::is_class<T>::value, "");
  /external/protobuf/src/google/protobuf/compiler/javanano/
javanano_helpers.h 86 // inferrable from the given arguments, including is_class which indicates
88 string ToJavaName(const Params& params, const string& name, bool is_class,
javanano_helpers.cc 219 string ToJavaName(const Params& params, const string& name, bool is_class,
224 } else if (is_class && params.java_multiple_files(file->name())) {
  /external/clang/include/clang/AST/
ASTVector.h 71 if (std::is_class<T>::value) {
141 if (std::is_class<T>::value) {
386 if (std::is_class<T>::value) {
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/
has_xxx.hpp 37 # include <boost/type_traits/is_class.hpp>
201 template< typename T, bool IS_CLASS > \
222 BOOST_STATIC_CONSTANT( bool, value = (trait_tester< T, boost::is_class< T >::value >::value) ); \
  /external/chromium_org/v8/src/
types-inl.h 84 bool ZoneTypeConfig::is_class(Type* type) { function in class:v8::internal::ZoneTypeConfig
221 bool HeapTypeConfig::is_class(Type* type) { function in class:v8::internal::HeapTypeConfig
types.h 268 // static bool is_class(Type*);
423 return Config::is_class(this)
715 return Config::is_class(this) ?
720 return Config::is_class(this) ? Config::as_class(this) :
917 static inline bool is_class(Type* type);
    [all...]
  /external/protobuf/src/google/protobuf/compiler/javamicro/
javamicro_helpers.cc 161 string ToJavaName(const Params& params, const string& name, bool is_class,
166 } else if (is_class && params.java_multiple_files(file->name())) {
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/tr1_impl/
type_traits 216 /// is_class
218 struct is_class
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/tr1_impl/
type_traits 216 /// is_class
218 struct is_class
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/tr1_impl/
type_traits 216 /// is_class
218 struct is_class
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/tr1_impl/
type_traits 216 /// is_class
218 struct is_class
  /external/libcxx/include/
__functional_base_03 279 // is_class<typename remove_reference<_Tp>::type>::value>
340 // is_class<typename remove_reference<_Tp>::type>::value, _A0>
375 // is_class<typename remove_reference<_Tp>::type>::value, _A0, _A1>
410 // is_class<typename remove_reference<_Tp>::type>::value, _A0, _A1, _A2>
type_traits 42 template <class T> struct is_class;
398 // is_class
400 #if __has_feature(is_class) || (__GNUC__ > 4) || (__GNUC__ == 4 && __GNUC_MINOR__ >= 3)
402 template <class _Tp> struct _LIBCPP_TYPE_VIS_ONLY is_class
413 template <class _Tp> struct _LIBCPP_TYPE_VIS_ONLY is_class
432 template <class _Tp, bool = is_class<_Tp>::value ||
503 !is_class<_Tp>::value &&
538 is_class<_Tp>::value > {};
778 template <class _Tp, bool = is_class<_Tp>::value>
822 : public integral_constant<bool, is_class<_Bp>::value &
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
__functional_base_03 279 // is_class<typename remove_reference<_Tp>::type>::value>
340 // is_class<typename remove_reference<_Tp>::type>::value, _A0>
375 // is_class<typename remove_reference<_Tp>::type>::value, _A0, _A1>
410 // is_class<typename remove_reference<_Tp>::type>::value, _A0, _A1, _A2>
type_traits 42 template <class T> struct is_class;
398 // is_class
400 #if __has_feature(is_class) || defined(_LIBCPP_HAS_TYPE_TRAITS)
402 template <class _Tp> struct _LIBCPP_TYPE_VIS_ONLY is_class
413 template <class _Tp> struct _LIBCPP_TYPE_VIS_ONLY is_class
432 template <class _Tp, bool = is_class<_Tp>::value ||
503 !is_class<_Tp>::value &&
538 is_class<_Tp>::value > {};
778 template <class _Tp, bool = is_class<_Tp>::value>
822 : public integral_constant<bool, is_class<_Bp>::value &
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/llvm-libc++/libcxx/include/
__functional_base_03 279 // is_class<typename remove_reference<_Tp>::type>::value>
340 // is_class<typename remove_reference<_Tp>::type>::value, _A0>
375 // is_class<typename remove_reference<_Tp>::type>::value, _A0, _A1>
410 // is_class<typename remove_reference<_Tp>::type>::value, _A0, _A1, _A2>
type_traits 42 template <class T> struct is_class;
398 // is_class
400 #if __has_feature(is_class) || (__GNUC__ > 4) || (__GNUC__ == 4 && __GNUC_MINOR__ >= 3)
402 template <class _Tp> struct _LIBCPP_TYPE_VIS_ONLY is_class
413 template <class _Tp> struct _LIBCPP_TYPE_VIS_ONLY is_class
432 template <class _Tp, bool = is_class<_Tp>::value ||
485 !is_class<_Tp>::value &&
520 is_class<_Tp>::value > {};
760 template <class _Tp, bool = is_class<_Tp>::value>
804 : public integral_constant<bool, is_class<_Bp>::value &
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/x86_64-linux/include/c++/4.6/tr1/
type_traits 220 /// is_class
222 struct is_class
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/tr1/
type_traits 216 /// is_class
218 struct is_class
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/tr1/
type_traits 216 /// is_class
218 struct is_class

Completed in 602 milliseconds

1 23 4 5 6