Home
last modified time | relevance | path

Searched defs:_Np (Results 1 – 5 of 5) sorted by relevance

/external/cronet/buildtools/third_party/libc++/trunk/include/__iterator/
Dreverse_access.h28 reverse_iterator<_Tp*> rbegin(_Tp (&__array)[_Np]) in rbegin()
35 reverse_iterator<_Tp*> rend(_Tp (&__array)[_Np]) in rend()
Daccess.h25 begin(_Tp (&__array)[_Np]) in begin()
33 end(_Tp (&__array)[_Np]) in end()
/external/cronet/buildtools/third_party/libc++/trunk/include/__utility/
Dswap.h46 swap(_Tp (&__a)[_Np], _Tp (&__b)[_Np]) _NOEXCEPT_(__is_nothrow_swappable<_Tp>::value) { in swap()
/external/cronet/buildtools/third_party/libc++/trunk/src/include/
Dsso_allocator.h51 …template <class _Up> _LIBCPP_INLINE_VISIBILITY __sso_allocator(const __sso_allocator<_Up, _Np>&) t… in __sso_allocator() argument
/external/cronet/buildtools/third_party/libc++/trunk/include/__random/
Dindependent_bits_engine.h39 static _LIBCPP_CONSTEXPR const size_t _Np = _Wp / _Mp + (_Wp % _Mp != 0); variable