HomeSort by relevance Sort by last modified time
    Searched refs:true_type (Results 1 - 25 of 218) sorted by null

1 2 3 4 5 6 7 8 9

  /external/webkit/Source/JavaScriptCore/wtf/
TypeTraits.h 202 typedef IntegralConstant<bool, true> true_type; typedef in namespace:WTF
215 template <typename T> struct HasTrivialConstructor<T*> : public true_type{ };
216 template <typename T> struct HasTrivialDestructor<T*> : public true_type{ };
218 template <> struct HasTrivialConstructor<float> : public true_type{ };
219 template <> struct HasTrivialConstructor<const float> : public true_type{ };
220 template <> struct HasTrivialConstructor<volatile float> : public true_type{ };
221 template <> struct HasTrivialConstructor<const volatile float> : public true_type{ };
223 template <> struct HasTrivialConstructor<double> : public true_type{ };
224 template <> struct HasTrivialConstructor<const double> : public true_type{ };
225 template <> struct HasTrivialConstructor<volatile double> : public true_type{ };
    [all...]
  /external/astl/include/
type_traits.h 80 typedef integral_constant<bool, true> true_type; typedef in namespace:std
88 template<> struct is_integral<_Type>: public true_type { }; \
89 template<> struct is_integral<_Type const>: public true_type { }; \
90 template<> struct is_integral<_Type volatile>: public true_type { }; \
91 template<> struct is_integral<_Type const volatile>: public true_type { };
111 template<> struct is_floating_point<_Type>: public true_type { }; \
112 template<> struct is_floating_point<_Type const>: public true_type { }; \
113 template<> struct is_floating_point<_Type volatile>: public true_type { }; \
114 template<> struct is_floating_point<_Type const volatile>: public true_type { };
125 struct is_pointer<_T*>: public true_type { };
    [all...]
  /external/llvm/include/llvm/Support/
type_traits.h 81 typedef integral_constant<bool, true> true_type; typedef in namespace:llvm
87 template<typename T> struct is_same<T, T> : public true_type {};
105 template <> struct is_integral_impl< bool> : true_type {};
106 template <> struct is_integral_impl< char> : true_type {};
107 template <> struct is_integral_impl< signed char> : true_type {};
108 template <> struct is_integral_impl<unsigned char> : true_type {};
109 template <> struct is_integral_impl< wchar_t> : true_type {};
110 template <> struct is_integral_impl< short> : true_type {};
111 template <> struct is_integral_impl<unsigned short> : true_type {};
112 template <> struct is_integral_impl< int> : true_type {};
    [all...]
  /external/chromium/base/
template_util.h 26 typedef integral_constant<bool, true> true_type; typedef in namespace:base
30 template <class T> struct is_pointer<T*> : true_type {};
33 template<class T, size_t n> struct is_array<T[n]> : public true_type {};
34 template<class T> struct is_array<T[]> : public true_type {};
37 template <class T> struct is_non_const_reference<T&> : true_type {};
82 // Inherits from true_type if From is convertible to To, false_type otherwise.
84 // Note that if the type is convertible, this will be a true_type REGARDLESS
  /external/astl/tests/
test_type_traits.cpp 38 using std::true_type;
43 EXPECT_TRUE(true_type::value == true);
45 EXPECT_TRUE(true_type::type::value == true);
48 typedef true_type::value_type true_value_type;
49 typedef true_type::type true_type; typedef
50 typedef true_type::type::value_type true_type_value_type;
51 typedef true_type::type::type true_type_type;
  /external/llvm/include/llvm/Object/
Error.h 44 template <> struct is_error_code_enum<object::object_error> : true_type { };
46 template <> struct is_error_code_enum<object::object_error::_> : true_type { };
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/pb_ds/detail/cc_hash_table_map_/
debug_store_hash_fn_imps.hpp 46 assert_entry_pointer_valid(const entry_pointer p_e, true_type) const
constructor_destructor_store_hash_fn_imps.hpp 45 constructor_insert_new_imp(const_reference r_val, size_type pos, true_type)
resize_store_hash_fn_imps.hpp 45 resize_imp_no_exceptions_reassign_pointer(entry_pointer p_e, entry_pointer_array a_p_entries_resized, true_type)
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ext/pb_ds/detail/cc_hash_table_map_/
debug_store_hash_fn_imps.hpp 46 assert_entry_pointer_valid(const entry_pointer p_e, true_type) const
constructor_destructor_store_hash_fn_imps.hpp 45 constructor_insert_new_imp(const_reference r_val, size_type pos, true_type)
resize_store_hash_fn_imps.hpp 45 resize_imp_no_exceptions_reassign_pointer(entry_pointer p_e, entry_pointer_array a_p_entries_resized, true_type)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/ext/pb_ds/detail/cc_hash_table_map_/
debug_store_hash_fn_imps.hpp 46 assert_entry_pointer_valid(const entry_pointer p_e, true_type) const
constructor_destructor_store_hash_fn_imps.hpp 45 constructor_insert_new_imp(const_reference r_val, size_type pos, true_type)
resize_store_hash_fn_imps.hpp 45 resize_imp_no_exceptions_reassign_pointer(entry_pointer p_e, entry_pointer_array a_p_entries_resized, true_type)
  /prebuilts/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/cc_hash_table_map_/
debug_store_hash_fn_imps.hpp 46 assert_entry_pointer_valid(const entry_pointer p_e, true_type) const
constructor_destructor_store_hash_fn_imps.hpp 45 constructor_insert_new_imp(const_reference r_val, size_type pos, true_type)
resize_store_hash_fn_imps.hpp 45 resize_imp_no_exceptions_reassign_pointer(entry_pointer p_e, entry_pointer_array a_p_entries_resized, true_type)
  /prebuilts/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/cc_hash_table_map_/
debug_store_hash_fn_imps.hpp 46 assert_entry_pointer_valid(const entry_pointer p_e, true_type) const
constructor_destructor_store_hash_fn_imps.hpp 45 constructor_insert_new_imp(const_reference r_val, size_type pos, true_type)
  /prebuilts/ndk/android-ndk-r7/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/cc_hash_table_map_/
debug_store_hash_fn_imps.hpp 46 assert_entry_pointer_valid(const entry_pointer p_e, true_type) const
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/pb_ds/detail/gp_hash_table_map_/
constructor_destructor_store_hash_fn_imps.hpp 46 true_type)
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ext/pb_ds/detail/gp_hash_table_map_/
constructor_destructor_store_hash_fn_imps.hpp 46 true_type)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/ext/pb_ds/detail/gp_hash_table_map_/
constructor_destructor_store_hash_fn_imps.hpp 46 true_type)
  /prebuilts/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/gp_hash_table_map_/
constructor_destructor_store_hash_fn_imps.hpp 46 true_type)

Completed in 2511 milliseconds

1 2 3 4 5 6 7 8 9