Home
last modified time | relevance | path

Searched refs:GetAllocatedData (Results 1 – 22 of 22) sorted by relevance

/dports/graphics/R-cran-s2/s2/src/absl/container/internal/
H A Dinlined_vector.h354 pointer GetAllocatedData() { return data_.allocated.allocated_data; } in GetAllocatedData() function
356 const_pointer GetAllocatedData() const { in GetAllocatedData() function
378 ? StorageView{GetAllocatedData(), GetSize(), in MakeStorageView()
473 AllocatorTraits::deallocate(*GetAllocPtr(), GetAllocatedData(), in DeallocateIfAllocated()
507 pointer data = GetIsAllocated() ? GetAllocatedData() : GetInlinedData(); in DestroyContents()
528 src = other.GetAllocatedData(); in InitFrom()
855 StorageView storage_view{GetAllocatedData(), GetSize(),
928 StorageView allocated_storage_view{allocated_ptr->GetAllocatedData(),
/dports/devel/pecl-grpc/grpc-1.42.0/third_party/abseil-cpp/absl/container/internal/
H A Dinlined_vector.h354 pointer GetAllocatedData() { return data_.allocated.allocated_data; } in GetAllocatedData() function
356 const_pointer GetAllocatedData() const { in GetAllocatedData() function
378 ? StorageView{GetAllocatedData(), GetSize(), in MakeStorageView()
473 AllocatorTraits::deallocate(*GetAllocPtr(), GetAllocatedData(), in DeallocateIfAllocated()
507 pointer data = GetIsAllocated() ? GetAllocatedData() : GetInlinedData(); in DestroyContents()
528 src = other.GetAllocatedData(); in InitFrom()
855 StorageView storage_view{GetAllocatedData(), GetSize(),
928 StorageView allocated_storage_view{allocated_ptr->GetAllocatedData(),
/dports/devel/abseil/abseil-cpp-20211102.0/absl/container/internal/
H A Dinlined_vector.h330 Pointer<A> GetAllocatedData() { return data_.allocated.allocated_data; } in GetAllocatedData() function
332 ConstPointer<A> GetAllocatedData() const { in GetAllocatedData() function
353 return GetIsAllocated() ? StorageView<A>{GetAllocatedData(), GetSize(), in MakeStorageView()
438 MallocAdapter<A>::Deallocate(GetAllocator(), GetAllocatedData(), in DeallocateIfAllocated()
471 Pointer<A> data = GetIsAllocated() ? GetAllocatedData() : GetInlinedData(); in DestroyContents()
494 src = other.GetAllocatedData(); in InitFrom()
819 StorageView<A> storage_view{GetAllocatedData(), GetSize(),
895 allocated_ptr->GetAllocatedData(), allocated_ptr->GetSize(),
/dports/devel/py-grpcio/grpcio-1.43.0/third_party/abseil-cpp/absl/container/internal/
H A Dinlined_vector.h330 Pointer<A> GetAllocatedData() { return data_.allocated.allocated_data; } in GetAllocatedData() function
332 ConstPointer<A> GetAllocatedData() const { in GetAllocatedData() function
353 return GetIsAllocated() ? StorageView<A>{GetAllocatedData(), GetSize(), in MakeStorageView()
438 MallocAdapter<A>::Deallocate(GetAllocator(), GetAllocatedData(), in DeallocateIfAllocated()
471 Pointer<A> data = GetIsAllocated() ? GetAllocatedData() : GetInlinedData(); in DestroyContents()
494 src = other.GetAllocatedData(); in InitFrom()
819 StorageView<A> storage_view{GetAllocatedData(), GetSize(),
895 allocated_ptr->GetAllocatedData(), allocated_ptr->GetSize(),
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/abseil-cpp/absl/container/internal/
H A Dinlined_vector.h306 pointer data = GetIsAllocated() ? GetAllocatedData() : GetInlinedData(); in ~Storage()
325 pointer GetAllocatedData() { return data_.allocated.allocated_data; } in GetAllocatedData() function
327 const_pointer GetAllocatedData() const { in GetAllocatedData() function
349 ? StorageView{GetAllocatedData(), GetSize(), in MakeStorageView()
442 AllocatorTraits::deallocate(*GetAllocPtr(), GetAllocatedData(), in DeallocateIfAllocated()
785 StorageView storage_view{GetAllocatedData(), GetSize(),
858 StorageView allocated_storage_view{allocated_ptr->GetAllocatedData(),
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/abseil-cpp/absl/container/internal/
H A Dinlined_vector.h306 pointer data = GetIsAllocated() ? GetAllocatedData() : GetInlinedData(); in ~Storage()
325 pointer GetAllocatedData() { return data_.allocated.allocated_data; } in GetAllocatedData() function
327 const_pointer GetAllocatedData() const { in GetAllocatedData() function
349 ? StorageView{GetAllocatedData(), GetSize(), in MakeStorageView()
442 AllocatorTraits::deallocate(*GetAllocPtr(), GetAllocatedData(), in DeallocateIfAllocated()
785 StorageView storage_view{GetAllocatedData(), GetSize(),
858 StorageView allocated_storage_view{allocated_ptr->GetAllocatedData(),
/dports/net-im/tg_owt/tg_owt-d578c76/src/third_party/abseil-cpp/absl/container/internal/
H A Dinlined_vector.h306 pointer data = GetIsAllocated() ? GetAllocatedData() : GetInlinedData(); in ~Storage()
325 pointer GetAllocatedData() { return data_.allocated.allocated_data; } in GetAllocatedData() function
327 const_pointer GetAllocatedData() const { in GetAllocatedData() function
349 ? StorageView{GetAllocatedData(), GetSize(), in MakeStorageView()
442 AllocatorTraits::deallocate(*GetAllocPtr(), GetAllocatedData(), in DeallocateIfAllocated()
785 StorageView storage_view{GetAllocatedData(), GetSize(),
858 StorageView allocated_storage_view{allocated_ptr->GetAllocatedData(),
/dports/www/firefox/firefox-99.0/third_party/libwebrtc/third_party/abseil-cpp/absl/container/internal/
H A Dinlined_vector.h306 pointer data = GetIsAllocated() ? GetAllocatedData() : GetInlinedData(); in ~Storage()
325 pointer GetAllocatedData() { return data_.allocated.allocated_data; } in GetAllocatedData() function
327 const_pointer GetAllocatedData() const { in GetAllocatedData() function
349 ? StorageView{GetAllocatedData(), GetSize(), in MakeStorageView()
442 AllocatorTraits::deallocate(*GetAllocPtr(), GetAllocatedData(), in DeallocateIfAllocated()
785 StorageView storage_view{GetAllocatedData(), GetSize(),
858 StorageView allocated_storage_view{allocated_ptr->GetAllocatedData(),
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/abseil-cpp/absl/container/
H A Dinlined_vector.h201 storage_.SetAllocatedData(other.storage_.GetAllocatedData(),
234 storage_.SetAllocatedData(other.storage_.GetAllocatedData(), in InlinedVector()
293 return storage_.GetIsAllocated() ? storage_.GetAllocatedData() in data()
303 return storage_.GetIsAllocated() ? storage_.GetAllocatedData() in data()
/dports/devel/abseil/abseil-cpp-20211102.0/absl/container/
H A Dinlined_vector.h210 storage_.SetAllocation({other.storage_.GetAllocatedData(),
245 storage_.SetAllocation({other.storage_.GetAllocatedData(), in InlinedVector()
304 return storage_.GetIsAllocated() ? storage_.GetAllocatedData() in data()
314 return storage_.GetIsAllocated() ? storage_.GetAllocatedData() in data()
/dports/net-im/tg_owt/tg_owt-d578c76/src/third_party/abseil-cpp/absl/container/
H A Dinlined_vector.h201 storage_.SetAllocatedData(other.storage_.GetAllocatedData(),
234 storage_.SetAllocatedData(other.storage_.GetAllocatedData(), in InlinedVector()
293 return storage_.GetIsAllocated() ? storage_.GetAllocatedData() in data()
303 return storage_.GetIsAllocated() ? storage_.GetAllocatedData() in data()
/dports/graphics/R-cran-s2/s2/src/absl/container/
H A Dinlined_vector.h203 storage_.SetAllocatedData(other.storage_.GetAllocatedData(),
236 storage_.SetAllocatedData(other.storage_.GetAllocatedData(), in InlinedVector()
295 return storage_.GetIsAllocated() ? storage_.GetAllocatedData() in data()
305 return storage_.GetIsAllocated() ? storage_.GetAllocatedData() in data()
/dports/www/firefox/firefox-99.0/third_party/libwebrtc/third_party/abseil-cpp/absl/container/
H A Dinlined_vector.h201 storage_.SetAllocatedData(other.storage_.GetAllocatedData(),
234 storage_.SetAllocatedData(other.storage_.GetAllocatedData(), in InlinedVector()
293 return storage_.GetIsAllocated() ? storage_.GetAllocatedData() in data()
303 return storage_.GetIsAllocated() ? storage_.GetAllocatedData() in data()
/dports/devel/pecl-grpc/grpc-1.42.0/third_party/abseil-cpp/absl/container/
H A Dinlined_vector.h203 storage_.SetAllocatedData(other.storage_.GetAllocatedData(),
236 storage_.SetAllocatedData(other.storage_.GetAllocatedData(),
295 return storage_.GetIsAllocated() ? storage_.GetAllocatedData()
305 return storage_.GetIsAllocated() ? storage_.GetAllocatedData()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/abseil-cpp/absl/container/
H A Dinlined_vector.h201 storage_.SetAllocatedData(other.storage_.GetAllocatedData(),
234 storage_.SetAllocatedData(other.storage_.GetAllocatedData(), in InlinedVector()
293 return storage_.GetIsAllocated() ? storage_.GetAllocatedData() in data()
303 return storage_.GetIsAllocated() ? storage_.GetAllocatedData() in data()
/dports/devel/py-grpcio/grpcio-1.43.0/third_party/abseil-cpp/absl/container/
H A Dinlined_vector.h210 storage_.SetAllocation({other.storage_.GetAllocatedData(),
245 storage_.SetAllocation({other.storage_.GetAllocatedData(), in InlinedVector()
304 return storage_.GetIsAllocated() ? storage_.GetAllocatedData() in data()
314 return storage_.GetIsAllocated() ? storage_.GetAllocatedData() in data()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/abseil-cpp/
H A Dsymbols_arm64_dbg.def1679 …?GetAllocatedData@?$Storage@H$0CP@V?$allocator@H@__1@std@@@inlined_vector_internal@absl@@QEAAPEAHXZ
1680 …?GetAllocatedData@?$Storage@PEAUCordRep@cord_internal@absl@@$01V?$allocator@PEAUCordRep@cord_inter…
1681 …?GetAllocatedData@?$Storage@PEAUCordRep@cord_internal@absl@@$03V?$allocator@PEAUCordRep@cord_inter…
1682 …?GetAllocatedData@?$Storage@PEAUCordRep@cord_internal@absl@@$0CP@V?$allocator@PEAUCordRep@cord_int…
1683 …?GetAllocatedData@?$Storage@PEBUCordRep@cord_internal@absl@@$0CP@V?$allocator@PEBUCordRep@cord_int…
1684 …?GetAllocatedData@?$Storage@UPayload@status_internal@absl@@$00V?$allocator@UPayload@status_interna…
1685 …?GetAllocatedData@?$Storage@UPayload@status_internal@absl@@$00V?$allocator@UPayload@status_interna…
1686 …?GetAllocatedData@?$Storage@USubRange@absl@@$0CP@V?$allocator@USubRange@absl@@@__1@std@@@inlined_v…
H A Dsymbols_x64_dbg.def1681 …?GetAllocatedData@?$Storage@H$0CP@V?$allocator@H@__1@std@@@inlined_vector_internal@absl@@QEAAPEAHXZ
1682 …?GetAllocatedData@?$Storage@PEAUCordRep@cord_internal@absl@@$01V?$allocator@PEAUCordRep@cord_inter…
1683 …?GetAllocatedData@?$Storage@PEAUCordRep@cord_internal@absl@@$03V?$allocator@PEAUCordRep@cord_inter…
1684 …?GetAllocatedData@?$Storage@PEAUCordRep@cord_internal@absl@@$0CP@V?$allocator@PEAUCordRep@cord_int…
1685 …?GetAllocatedData@?$Storage@PEBUCordRep@cord_internal@absl@@$0CP@V?$allocator@PEBUCordRep@cord_int…
1686 …?GetAllocatedData@?$Storage@UPayload@status_internal@absl@@$00V?$allocator@UPayload@status_interna…
1687 …?GetAllocatedData@?$Storage@UPayload@status_internal@absl@@$00V?$allocator@UPayload@status_interna…
1688 …?GetAllocatedData@?$Storage@USubRange@absl@@$0CP@V?$allocator@USubRange@absl@@@__1@std@@@inlined_v…
H A Dsymbols_x86_dbg.def1678 … ?GetAllocatedData@?$Storage@H$0CP@V?$allocator@H@__1@std@@@inlined_vector_internal@absl@@QAEPAHXZ
1679 …?GetAllocatedData@?$Storage@PAUCordRep@cord_internal@absl@@$01V?$allocator@PAUCordRep@cord_interna…
1680 …?GetAllocatedData@?$Storage@PAUCordRep@cord_internal@absl@@$03V?$allocator@PAUCordRep@cord_interna…
1681 …?GetAllocatedData@?$Storage@PAUCordRep@cord_internal@absl@@$0CP@V?$allocator@PAUCordRep@cord_inter…
1682 …?GetAllocatedData@?$Storage@PBUCordRep@cord_internal@absl@@$0CP@V?$allocator@PBUCordRep@cord_inter…
1683 …?GetAllocatedData@?$Storage@UPayload@status_internal@absl@@$00V?$allocator@UPayload@status_interna…
1684 …?GetAllocatedData@?$Storage@UPayload@status_internal@absl@@$00V?$allocator@UPayload@status_interna…
1685 …?GetAllocatedData@?$Storage@USubRange@absl@@$0CP@V?$allocator@USubRange@absl@@@__1@std@@@inlined_v…
/dports/www/firefox/firefox-99.0/third_party/libwebrtc/third_party/abseil-cpp/
H A Dsymbols_x86_dbg.def1675 … ?GetAllocatedData@?$Storage@H$0CP@V?$allocator@H@__1@std@@@inlined_vector_internal@absl@@QAEPAHXZ
1676 …?GetAllocatedData@?$Storage@PAUCordRep@cord_internal@absl@@$01V?$allocator@PAUCordRep@cord_interna…
1677 …?GetAllocatedData@?$Storage@PAUCordRep@cord_internal@absl@@$03V?$allocator@PAUCordRep@cord_interna…
1678 …?GetAllocatedData@?$Storage@PAUCordRep@cord_internal@absl@@$0CP@V?$allocator@PAUCordRep@cord_inter…
1679 …?GetAllocatedData@?$Storage@PBUCordRep@cord_internal@absl@@$0CP@V?$allocator@PBUCordRep@cord_inter…
1680 …?GetAllocatedData@?$Storage@UPayload@status_internal@absl@@$00V?$allocator@UPayload@status_interna…
1681 …?GetAllocatedData@?$Storage@UPayload@status_internal@absl@@$00V?$allocator@UPayload@status_interna…
1682 …?GetAllocatedData@?$Storage@USubRange@absl@@$0CP@V?$allocator@USubRange@absl@@@__1@std@@@inlined_v…
H A Dsymbols_arm64_dbg.def1676 …?GetAllocatedData@?$Storage@H$0CP@V?$allocator@H@__1@std@@@inlined_vector_internal@absl@@QEAAPEAHXZ
1677 …?GetAllocatedData@?$Storage@PEAUCordRep@cord_internal@absl@@$01V?$allocator@PEAUCordRep@cord_inter…
1678 …?GetAllocatedData@?$Storage@PEAUCordRep@cord_internal@absl@@$03V?$allocator@PEAUCordRep@cord_inter…
1679 …?GetAllocatedData@?$Storage@PEAUCordRep@cord_internal@absl@@$0CP@V?$allocator@PEAUCordRep@cord_int…
1680 …?GetAllocatedData@?$Storage@PEBUCordRep@cord_internal@absl@@$0CP@V?$allocator@PEBUCordRep@cord_int…
1681 …?GetAllocatedData@?$Storage@UPayload@status_internal@absl@@$00V?$allocator@UPayload@status_interna…
1682 …?GetAllocatedData@?$Storage@UPayload@status_internal@absl@@$00V?$allocator@UPayload@status_interna…
1683 …?GetAllocatedData@?$Storage@USubRange@absl@@$0CP@V?$allocator@USubRange@absl@@@__1@std@@@inlined_v…
H A Dsymbols_x64_dbg.def1678 …?GetAllocatedData@?$Storage@H$0CP@V?$allocator@H@__1@std@@@inlined_vector_internal@absl@@QEAAPEAHXZ
1679 …?GetAllocatedData@?$Storage@PEAUCordRep@cord_internal@absl@@$01V?$allocator@PEAUCordRep@cord_inter…
1680 …?GetAllocatedData@?$Storage@PEAUCordRep@cord_internal@absl@@$03V?$allocator@PEAUCordRep@cord_inter…
1681 …?GetAllocatedData@?$Storage@PEAUCordRep@cord_internal@absl@@$0CP@V?$allocator@PEAUCordRep@cord_int…
1682 …?GetAllocatedData@?$Storage@PEBUCordRep@cord_internal@absl@@$0CP@V?$allocator@PEBUCordRep@cord_int…
1683 …?GetAllocatedData@?$Storage@UPayload@status_internal@absl@@$00V?$allocator@UPayload@status_interna…
1684 …?GetAllocatedData@?$Storage@UPayload@status_internal@absl@@$00V?$allocator@UPayload@status_interna…
1685 …?GetAllocatedData@?$Storage@USubRange@absl@@$0CP@V?$allocator@USubRange@absl@@@__1@std@@@inlined_v…