Searched refs:GetAllocatedData (Results 1 – 7 of 7) sorted by relevance
/third_party/skia/third_party/externals/abseil-cpp/absl/container/internal/ |
D | inlined_vector.h | 355 pointer GetAllocatedData() { return data_.allocated.allocated_data; } in GetAllocatedData() function 357 const_pointer GetAllocatedData() const { in GetAllocatedData() function 379 ? StorageView{GetAllocatedData(), GetSize(), in MakeStorageView() 474 AllocatorTraits::deallocate(*GetAllocPtr(), GetAllocatedData(), in DeallocateIfAllocated() 508 pointer data = GetIsAllocated() ? GetAllocatedData() : GetInlinedData(); in DestroyContents() 529 src = other.GetAllocatedData(); in InitFrom() 856 StorageView storage_view{GetAllocatedData(), GetSize(), 929 StorageView allocated_storage_view{allocated_ptr->GetAllocatedData(),
|
/third_party/abseil-cpp/absl/container/internal/ |
D | inlined_vector.h | 306 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(),
|
/third_party/abseil-cpp/absl/container/ |
D | inlined_vector.h | 201 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()
|
/third_party/skia/third_party/externals/abseil-cpp/absl/container/ |
D | inlined_vector.h | 203 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()
|
/third_party/skia/third_party/externals/abseil-cpp/ |
D | symbols_x64_dbg.def | 1944 …?GetAllocatedData@?$Storage@H$0CP@V?$allocator@H@__1@std@@@inlined_vector_internal@absl@@QEAAPEAHXZ 1945 …?GetAllocatedData@?$Storage@PEAUCordRep@cord_internal@absl@@$01V?$allocator@PEAUCordRep@cord_inter… 1946 …?GetAllocatedData@?$Storage@PEAUCordRep@cord_internal@absl@@$0CP@V?$allocator@PEAUCordRep@cord_int… 1947 …?GetAllocatedData@?$Storage@PEBUCordRep@cord_internal@absl@@$0CP@V?$allocator@PEBUCordRep@cord_int… 1948 …?GetAllocatedData@?$Storage@UPayload@status_internal@absl@@$00V?$allocator@UPayload@status_interna… 1949 …?GetAllocatedData@?$Storage@UPayload@status_internal@absl@@$00V?$allocator@UPayload@status_interna… 1950 …?GetAllocatedData@?$Storage@USubRange@absl@@$0CP@V?$allocator@USubRange@absl@@@__1@std@@@inlined_v…
|
D | symbols_arm64_dbg.def | 1941 …?GetAllocatedData@?$Storage@H$0CP@V?$allocator@H@__1@std@@@inlined_vector_internal@absl@@QEAAPEAHXZ 1942 …?GetAllocatedData@?$Storage@PEAUCordRep@cord_internal@absl@@$01V?$allocator@PEAUCordRep@cord_inter… 1943 …?GetAllocatedData@?$Storage@PEAUCordRep@cord_internal@absl@@$0CP@V?$allocator@PEAUCordRep@cord_int… 1944 …?GetAllocatedData@?$Storage@PEBUCordRep@cord_internal@absl@@$0CP@V?$allocator@PEBUCordRep@cord_int… 1945 …?GetAllocatedData@?$Storage@UPayload@status_internal@absl@@$00V?$allocator@UPayload@status_interna… 1946 …?GetAllocatedData@?$Storage@UPayload@status_internal@absl@@$00V?$allocator@UPayload@status_interna… 1947 …?GetAllocatedData@?$Storage@USubRange@absl@@$0CP@V?$allocator@USubRange@absl@@@__1@std@@@inlined_v…
|
D | symbols_x86_dbg.def | 1938 … ?GetAllocatedData@?$Storage@H$0CP@V?$allocator@H@__1@std@@@inlined_vector_internal@absl@@QAEPAHXZ 1939 …?GetAllocatedData@?$Storage@PAUCordRep@cord_internal@absl@@$01V?$allocator@PAUCordRep@cord_interna… 1940 …?GetAllocatedData@?$Storage@PAUCordRep@cord_internal@absl@@$0CP@V?$allocator@PAUCordRep@cord_inter… 1941 …?GetAllocatedData@?$Storage@PBUCordRep@cord_internal@absl@@$0CP@V?$allocator@PBUCordRep@cord_inter… 1942 …?GetAllocatedData@?$Storage@UPayload@status_internal@absl@@$00V?$allocator@UPayload@status_interna… 1943 …?GetAllocatedData@?$Storage@UPayload@status_internal@absl@@$00V?$allocator@UPayload@status_interna… 1944 …?GetAllocatedData@?$Storage@USubRange@absl@@$0CP@V?$allocator@USubRange@absl@@@__1@std@@@inlined_v…
|