Home
last modified time | relevance | path

Searched refs:__libcpp_is_bounded_array (Results 1 – 2 of 2) sorted by relevance

/external/cronet/buildtools/third_party/libc++/trunk/include/__type_traits/
Dis_bounded_array.h22 template <class> struct _LIBCPP_TEMPLATE_VIS __libcpp_is_bounded_array : … struct
23 template <class _Tp, size_t _Np> struct _LIBCPP_TEMPLATE_VIS __libcpp_is_bounded_array<_Tp[_Np]> : …
/external/cronet/buildtools/third_party/libc++/trunk/include/__memory/
Dshared_ptr.h1221 static_assert(__libcpp_is_bounded_array<_Array>::value);