Home
last modified time | relevance | path

Searched defs:_Up (Results 1 – 8 of 8) sorted by relevance

/external/cronet/third_party/libc++/src/include/__memory/
Duses_allocator_construction.h97 __uses_allocator_construction_args(const _Alloc& __alloc, pair<_Up, _Vp>& __pair) noexcept { in __uses_allocator_construction_args()
105 __uses_allocator_construction_args(const _Alloc& __alloc, const pair<_Up, _Vp>& __pair) noexcept { in __uses_allocator_construction_args()
112 __uses_allocator_construction_args(const _Alloc& __alloc, pair<_Up, _Vp>&& __pair) noexcept { in __uses_allocator_construction_args()
123 __uses_allocator_construction_args(const _Alloc& __alloc, const pair<_Up, _Vp>&& __pair) noexcept { in __uses_allocator_construction_args()
/external/cronet/third_party/libc++/src/include/__utility/
Dmove.h31 typedef _LIBCPP_NODEBUG __libcpp_remove_reference_t<_Tp> _Up; in move() typedef
/external/cronet/third_party/libc++/src/include/__pstl/internal/omp/
Dparallel_transform_scan.h23 …sform_scan(__pstl::__internal::__openmp_backend_tag, _ExecutionPolicy&&, _Index __n, _Up /* __u */, in __parallel_transform_scan() argument
/external/cronet/third_party/libc++/src/include/experimental/__simd/
Dsimd_mask.h51 …_LIBCPP_HIDE_FROM_ABI simd_mask(const simd_mask<_Up, simd_abi::fixed_size<size()>>& __v) noexcept { in simd_mask()
Dsimd.h58 _LIBCPP_HIDE_FROM_ABI simd(const simd<_Up, simd_abi::fixed_size<size()>>& __v) noexcept { in simd()
/external/cronet/third_party/libc++/src/include/__numeric/
Dmidpoint.h43 using _Up = make_unsigned_t<_Tp>; in midpoint() local
/external/cronet/third_party/libc++/src/src/include/
Dsso_allocator.h52 …template <class _Up> _LIBCPP_INLINE_VISIBILITY __sso_allocator(const __sso_allocator<_Up, _Np>&) t… in __sso_allocator()
/external/cronet/third_party/libc++/src/include/__algorithm/
Dequal.h101 __equal_impl(_Tp* __first1, _Tp* __last1, _Up* __first2, _Up*, _Pred&, _Proj1&, _Proj2&) { in __equal_impl() argument