Home
last modified time | relevance | path

Searched refs:__user_alloc_construct_impl (Results 1 – 5 of 5) sorted by relevance

/external/cronet/buildtools/third_party/libc++/trunk/include/__memory/
Dallocator_arg_t.h55 void __user_alloc_construct_impl (integral_constant<int, 0>, _Tp *__storage, const _Allocator &, _A… in __user_alloc_construct_impl() function
63 void __user_alloc_construct_impl (integral_constant<int, 1>, _Tp *__storage, const _Allocator &__a,… in __user_alloc_construct_impl() function
71 void __user_alloc_construct_impl (integral_constant<int, 2>, _Tp *__storage, const _Allocator &__a,… in __user_alloc_construct_impl() function
/external/cronet/buildtools/third_party/libc++/trunk/include/experimental/
D__memory86 void __user_alloc_construct_impl (integral_constant<int, 0>, _Tp *__storage, const _Allocator &, _A…
94 void __user_alloc_construct_impl (integral_constant<int, 1>, _Tp *__storage, const _Allocator &__a,…
102 void __user_alloc_construct_impl (integral_constant<int, 2>, _Tp *__storage, const _Allocator &__a,…
112 ::std::experimental::fundamentals_v1::__user_alloc_construct_impl(
/external/libcxx/include/experimental/
D__memory82 _VSTD::__user_alloc_construct_impl(
/external/libcxx/include/
D__functional_base628 void __user_alloc_construct_impl (integral_constant<int, 0>, _Tp *__storage, const _Allocator &, _A…
636 void __user_alloc_construct_impl (integral_constant<int, 1>, _Tp *__storage, const _Allocator &__a,…
644 void __user_alloc_construct_impl (integral_constant<int, 2>, _Tp *__storage, const _Allocator &__a,…
/external/cronet/buildtools/third_party/libc++/trunk/include/__memory_resource/
Dpolymorphic_allocator.h117 std::__user_alloc_construct_impl( in construct()