Home
last modified time | relevance | path

Searched refs:__libcpp_is_unbounded_array (Results 1 – 3 of 3) sorted by relevance

/external/cronet/third_party/libc++/src/include/__type_traits/
Dis_unbounded_array.h22 struct _LIBCPP_TEMPLATE_VIS __libcpp_is_unbounded_array : false_type {}; struct
24 struct _LIBCPP_TEMPLATE_VIS __libcpp_is_unbounded_array<_Tp[]> : true_type {};
/external/cronet/third_party/libc++/src/include/__memory/
Duninitialized_algorithms.h395 static_assert(!__libcpp_is_unbounded_array<_ValueType>::value, in __allocator_destroy_multidimensional()
Dshared_ptr.h1155 static_assert(__libcpp_is_unbounded_array<_Array>::value);