Searched defs:construct_at (Results 1 – 8 of 8) sorted by relevance
/aosp_15_r20/external/openscreen/third_party/abseil/src/absl/container/internal/ |
H A D | inlined_vector.h | 120 void ConstructNext(AllocatorType* alloc_ptr, Pointer construct_at) { in ConstructNext() 144 void ConstructNext(AllocatorType* alloc_ptr, Pointer construct_at) { in ConstructNext() 163 void ConstructNext(AllocatorType* alloc_ptr, Pointer construct_at) { in ConstructNext()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/c++/v1/__memory/ |
D | construct_at.h | 39 _LIBCPP_HIDE_FROM_ABI constexpr _Tp* construct_at(_Tp* __location, _Args&&... __args) { in construct_at() function
|
/aosp_15_r20/external/cronet/third_party/libc++/src/include/__memory/ |
H A D | construct_at.h | 39 _LIBCPP_HIDE_FROM_ABI constexpr _Tp* construct_at(_Tp* __location, _Args&&... __args) { in construct_at() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/embedded-sysroots/pigweed_riscv32_sysroot/include/c++/v1/__memory/ |
D | construct_at.h | 38 _LIBCPP_HIDE_FROM_ABI constexpr _Tp* construct_at(_Tp* __location, _Args&&... __args) { in construct_at() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/c++/v1/__memory/ |
D | construct_at.h | 39 _LIBCPP_HIDE_FROM_ABI constexpr _Tp* construct_at(_Tp* __location, _Args&&... __args) { in construct_at() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/c++/v1/__memory/ |
D | construct_at.h | 39 _LIBCPP_HIDE_FROM_ABI constexpr _Tp* construct_at(_Tp* __location, _Args&&... __args) { in construct_at() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/c++/v1/__memory/ |
D | construct_at.h | 39 _LIBCPP_HIDE_FROM_ABI constexpr _Tp* construct_at(_Tp* __location, _Args&&... __args) { in construct_at() function
|
/aosp_15_r20/frameworks/native/include/ftl/details/ |
H A D | array_traits.h | 45 static constexpr pointer construct_at(const_iterator it, Args&&... args) { in construct_at() function
|