Home
last modified time | relevance | path

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

/external/cronet/buildtools/third_party/libc++/trunk/include/__memory/
Duses_allocator_construction.h89 __uses_allocator_construction_args(const _Alloc& __alloc, pair<_Up, _Vp>& __pair) noexcept { in __uses_allocator_construction_args()
97 __uses_allocator_construction_args(const _Alloc& __alloc, const pair<_Up, _Vp>& __pair) noexcept { in __uses_allocator_construction_args()
104 __uses_allocator_construction_args(const _Alloc& __alloc, pair<_Up, _Vp>&& __pair) noexcept { in __uses_allocator_construction_args()
115 __uses_allocator_construction_args(const _Alloc& __alloc, const pair<_Up, _Vp>&& __pair) noexcept { in __uses_allocator_construction_args()
/external/cronet/buildtools/third_party/libc++/trunk/include/__utility/
Dmove.h28 typedef _LIBCPP_NODEBUG __libcpp_remove_reference_t<_Tp> _Up; in move() typedef
/external/cronet/buildtools/third_party/libc++/trunk/include/__expected/
Dexpected.h175 expected(const expected<_Up, _OtherErr>& __other) in expected()
189 expected(expected<_Up, _OtherErr>&& __other) in expected() function
710 expected(const expected<_Up, _OtherErr>& __rhs) in expected()
721 expected(expected<_Up, _OtherErr>&& __rhs) in expected() function
/external/cronet/buildtools/third_party/libc++/trunk/include/__numeric/
Dmidpoint.h43 using _Up = make_unsigned_t<_Tp>; in midpoint() local
/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()
/external/cronet/buildtools/third_party/libc++/trunk/include/__algorithm/
Dequal.h102 _Tp* __first1, _Tp* __last1, _Up* __first2, _Up*, _Pred&, _Proj1&, _Proj2&) { in __equal_impl() argument