Home
last modified time | relevance | path

Searched refs:construct_first (Results 1 – 8 of 8) sorted by relevance

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/abseil-cpp/absl/container/internal/
H A Dinlined_vector.h80 void ConstructElements(AllocatorType* alloc_ptr, Pointer construct_first, in ConstructElements() argument
84 values_ptr->ConstructNext(alloc_ptr, construct_first + i); in ConstructElements()
87 inlined_vector_internal::DestroyElements(alloc_ptr, construct_first, i); in ConstructElements()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/abseil-cpp/absl/container/internal/
H A Dinlined_vector.h80 void ConstructElements(AllocatorType* alloc_ptr, Pointer construct_first, in ConstructElements() argument
84 values_ptr->ConstructNext(alloc_ptr, construct_first + i); in ConstructElements()
87 inlined_vector_internal::DestroyElements(alloc_ptr, construct_first, i); in ConstructElements()
/dports/net-im/tg_owt/tg_owt-d578c76/src/third_party/abseil-cpp/absl/container/internal/
H A Dinlined_vector.h80 void ConstructElements(AllocatorType* alloc_ptr, Pointer construct_first, in ConstructElements() argument
84 values_ptr->ConstructNext(alloc_ptr, construct_first + i); in ConstructElements()
87 inlined_vector_internal::DestroyElements(alloc_ptr, construct_first, i); in ConstructElements()
/dports/www/firefox/firefox-99.0/third_party/libwebrtc/third_party/abseil-cpp/absl/container/internal/
H A Dinlined_vector.h80 void ConstructElements(AllocatorType* alloc_ptr, Pointer construct_first, in ConstructElements() argument
84 values_ptr->ConstructNext(alloc_ptr, construct_first + i); in ConstructElements()
87 inlined_vector_internal::DestroyElements(alloc_ptr, construct_first, i); in ConstructElements()
/dports/graphics/R-cran-s2/s2/src/absl/container/internal/
H A Dinlined_vector.h103 void ConstructElements(AllocatorType* alloc_ptr, Pointer construct_first, in ConstructElements() argument
107 values_ptr->ConstructNext(alloc_ptr, construct_first + i); in ConstructElements()
110 inlined_vector_internal::DestroyElements(alloc_ptr, construct_first, i); in ConstructElements()
/dports/devel/pecl-grpc/grpc-1.42.0/third_party/abseil-cpp/absl/container/internal/
H A Dinlined_vector.h103 void ConstructElements(AllocatorType* alloc_ptr, Pointer construct_first, in ConstructElements() argument
107 values_ptr->ConstructNext(alloc_ptr, construct_first + i); in ConstructElements()
110 inlined_vector_internal::DestroyElements(alloc_ptr, construct_first, i); in ConstructElements()
/dports/devel/abseil/abseil-cpp-20211102.0/absl/container/internal/
H A Dinlined_vector.h131 Pointer<A> construct_first, ValueAdapter& values, in ConstructElements() argument
134 ABSL_INTERNAL_TRY { values.ConstructNext(allocator, construct_first + i); } in ConstructElements()
136 DestroyElements<A>(allocator, construct_first, i); in ConstructElements()
/dports/devel/py-grpcio/grpcio-1.43.0/third_party/abseil-cpp/absl/container/internal/
H A Dinlined_vector.h131 Pointer<A> construct_first, ValueAdapter& values, in ConstructElements() argument
134 ABSL_INTERNAL_TRY { values.ConstructNext(allocator, construct_first + i); } in ConstructElements()
136 DestroyElements<A>(allocator, construct_first, i); in ConstructElements()