Home
last modified time | relevance | path

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

/external/cronet/third_party/libc++/src/include/__memory/
Duses_allocator_construction.h190 struct __pair_constructor { in __uses_allocator_construction_args() struct
191 using _PairMutable = remove_cv_t<_Pair>; in __uses_allocator_construction_args()
193 _LIBCPP_HIDE_FROM_ABI constexpr auto __do_construct(const _PairMutable& __pair) const { in __uses_allocator_construction_args()
197 _LIBCPP_HIDE_FROM_ABI constexpr auto __do_construct(_PairMutable&& __pair) const { in __uses_allocator_construction_args()
201 const _Alloc& __alloc_; in __uses_allocator_construction_args()
202 _Type& __value_; in __uses_allocator_construction_args()
204 _LIBCPP_HIDE_FROM_ABI constexpr operator _PairMutable() const { in __uses_allocator_construction_args()