/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/meta/meta.hel/ |
D | integral_constant.pass.cpp | 34 static_assert(std::false_type::value == false, ""); in main() 35 static_assert((std::is_same<std::false_type::value_type, bool>::value), ""); in main() 36 static_assert((std::is_same<std::false_type::type, std::false_type>::value), ""); in main() 42 std::false_type f1; in main() 43 std::false_type f2 = f1; in main()
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/allocator.adaptor/allocator.adaptor.types/ |
D | propagate_on_container_swap.pass.cpp | 28 std::false_type>::value), ""); in main() 32 std::false_type>::value), ""); in main()
|
D | propagate_on_container_copy_assignment.pass.cpp | 28 std::false_type>::value), ""); in main() 32 std::false_type>::value), ""); in main()
|
D | propagate_on_container_move_assignment.pass.cpp | 28 std::false_type>::value), ""); in main()
|
/ndk/sources/cxx-stl/stlport/stlport/ |
D | type_traits | 140 typedef integral_constant<bool, false> false_type; 203 public false_type 213 public false_type 232 public false_type 241 public false_type 256 public false_type 263 public false_type 273 public false_type 283 public false_type 301 public false_type [all …]
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/ |
D | type_traits | 23 typedef integral_constant<bool, false> false_type; 251 typedef integral_constant<bool, false> false_type; 255 template <class _Tp> struct _LIBCPP_TYPE_VIS_ONLY is_const : public false_type {}; 260 template <class _Tp> struct _LIBCPP_TYPE_VIS_ONLY is_volatile : public false_type {}; 289 template <class _Tp> struct __libcpp_is_void : public false_type {}; 297 template <class _Tp> struct __is_nullptr_t_impl : public false_type {}; 310 template <class _Tp> struct __libcpp_is_integral : public false_type {}; 338 template <class _Tp> struct __libcpp_is_floating_point : public false_type {}; 349 : public false_type {}; 357 template <class _Tp> struct __libcpp_is_pointer : public false_type {}; [all …]
|
D | __tuple | 71 template <class _Tp> struct __tuple_like : false_type {}; 223 struct __tuple_convertible_imp : public false_type {}; 238 : public false_type {}; 250 struct __tuple_constructible_imp : public false_type {}; 265 : public false_type {}; 277 struct __tuple_assignable_imp : public false_type {}; 292 : public false_type {};
|
D | __split_buffer | 131 void __destruct_at_begin(pointer __new_begin, false_type); 136 {__destruct_at_end(__new_last, false_type());} 138 void __destruct_at_end(pointer __new_last, false_type) _NOEXCEPT; 157 void __move_assign_alloc(__split_buffer&, false_type) _NOEXCEPT 176 static void __swap_alloc(__alloc_rr&, __alloc_rr&, false_type) _NOEXCEPT 290 __split_buffer<_Tp, _Allocator>::__destruct_at_begin(pointer __new_begin, false_type) 307 __split_buffer<_Tp, _Allocator>::__destruct_at_end(pointer __new_last, false_type) _NOEXCEPT
|
D | system_error | 44 : public false_type {}; 47 : public false_type {}; 237 : public false_type {}; 243 : public false_type {};
|
D | bitset | 198 void __init(unsigned long long __v, false_type) _NOEXCEPT; 201 unsigned long to_ulong(false_type) const; 203 unsigned long long to_ullong(false_type) const; 205 unsigned long long to_ullong(true_type, false_type) const; 226 __bitset<_N_words, _Size>::__init(unsigned long long __v, false_type) _NOEXCEPT 314 __bitset<_N_words, _Size>::to_ulong(false_type) const 337 __bitset<_N_words, _Size>::to_ullong(false_type) const 361 __bitset<_N_words, _Size>::to_ullong(true_type, false_type) const
|
D | memory | 73 | false_type propagate_on_container_copy_assignment; 75 | false_type propagate_on_container_move_assignment; 77 | false_type propagate_on_container_swap; 1091 typedef false_type type; 1114 typedef false_type type; 1137 typedef false_type type; 1249 -> false_type; 1281 false_type 1303 -> false_type; 1323 -> false_type; [all …]
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/type_traits/ |
D | is_unsigned.hpp | 64 typedef false_type type; 83 template <class T> struct is_unsigned_imp : public false_type{};
|
D | is_signed.hpp | 65 typedef false_type type; 88 template <class T> struct is_signed_imp : public false_type{};
|
D | integral_constant.hpp | 49 typedef integral_constant<bool,false> false_type; typedef
|
D | is_function.hpp | 84 struct is_function_impl<T&> : public false_type
|
D | is_abstract.hpp | 126 typedef false_type type;
|
D | is_member_function_pointer.hpp | 97 struct is_member_function_pointer_impl<T&> : public false_type{};
|
D | is_convertible.hpp | 336 typedef false_type type; 346 typedef false_type type;
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/allocator.traits/allocator.traits.types/ |
D | propagate_on_container_move_assignment.pass.cpp | 39 …:allocator_traits<B<char> >::propagate_on_container_move_assignment, std::false_type>::value), ""); in main()
|
D | propagate_on_container_copy_assignment.pass.cpp | 39 …:allocator_traits<B<char> >::propagate_on_container_copy_assignment, std::false_type>::value), ""); in main()
|
D | propagate_on_container_swap.pass.cpp | 39 …s_same<std::allocator_traits<B<char> >::propagate_on_container_swap, std::false_type>::value), ""); in main()
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/language.support/support.limits/limits/numeric.limits.members/ |
D | quiet_NaN.pass.cpp | 31 test_imp(std::false_type) in test_imp() argument
|
D | signaling_NaN.pass.cpp | 31 test_imp(std::false_type) in test_imp() argument
|
/ndk/sources/third_party/googletest/googletest/include/gtest/ |
D | gtest-message.h | 214 inline void StreamHelper(internal::false_type /*is_pointer*/, in StreamHelper() argument
|
D | gtest-printers.h | 270 false_type /* is not a pointer */, in DefaultPrintTo() argument 336 false_type /* is not a pointer */, in DefaultPrintTo() argument
|