Home
last modified time | relevance | path

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

/external/cronet/buildtools/third_party/libc++/trunk/include/__type_traits/
Dis_unbounded_array.h21 template <class> struct _LIBCPP_TEMPLATE_VIS __libcpp_is_unbounded_array : false_type {}; struct
22 template <class _Tp> struct _LIBCPP_TEMPLATE_VIS __libcpp_is_unbounded_array<_Tp[]> : true_type {};
/external/cronet/buildtools/third_party/libc++/trunk/include/__memory/
Duninitialized_algorithms.h386 static_assert(!__libcpp_is_unbounded_array<_ValueType>::value, in __allocator_destroy_multidimensional()
Dshared_ptr.h1139 static_assert(__libcpp_is_unbounded_array<_Array>::value);