Home
last modified time | relevance | path

Searched refs:false_type (Results 1 – 25 of 46) sorted by relevance

12

/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/meta/meta.hel/
Dintegral_constant.pass.cpp34 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/
Dpropagate_on_container_swap.pass.cpp28 std::false_type>::value), ""); in main()
32 std::false_type>::value), ""); in main()
Dpropagate_on_container_copy_assignment.pass.cpp28 std::false_type>::value), ""); in main()
32 std::false_type>::value), ""); in main()
Dpropagate_on_container_move_assignment.pass.cpp28 std::false_type>::value), ""); in main()
/ndk/sources/cxx-stl/stlport/stlport/
Dtype_traits140 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/
Dtype_traits23 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__tuple71 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_buffer131 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
Dsystem_error44 : public false_type {};
47 : public false_type {};
237 : public false_type {};
243 : public false_type {};
Dbitset198 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
Dmemory73 | 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/
Dis_unsigned.hpp64 typedef false_type type;
83 template <class T> struct is_unsigned_imp : public false_type{};
Dis_signed.hpp65 typedef false_type type;
88 template <class T> struct is_signed_imp : public false_type{};
Dintegral_constant.hpp49 typedef integral_constant<bool,false> false_type; typedef
Dis_function.hpp84 struct is_function_impl<T&> : public false_type
Dis_abstract.hpp126 typedef false_type type;
Dis_member_function_pointer.hpp97 struct is_member_function_pointer_impl<T&> : public false_type{};
Dis_convertible.hpp336 typedef false_type type;
346 typedef false_type type;
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/allocator.traits/allocator.traits.types/
Dpropagate_on_container_move_assignment.pass.cpp39 …:allocator_traits<B<char> >::propagate_on_container_move_assignment, std::false_type>::value), ""); in main()
Dpropagate_on_container_copy_assignment.pass.cpp39 …:allocator_traits<B<char> >::propagate_on_container_copy_assignment, std::false_type>::value), ""); in main()
Dpropagate_on_container_swap.pass.cpp39 …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/
Dquiet_NaN.pass.cpp31 test_imp(std::false_type) in test_imp() argument
Dsignaling_NaN.pass.cpp31 test_imp(std::false_type) in test_imp() argument
/ndk/sources/third_party/googletest/googletest/include/gtest/
Dgtest-message.h214 inline void StreamHelper(internal::false_type /*is_pointer*/, in StreamHelper() argument
Dgtest-printers.h270 false_type /* is not a pointer */, in DefaultPrintTo() argument
336 false_type /* is not a pointer */, in DefaultPrintTo() argument

12