Searched refs:construct_data (Results 1 – 2 of 2) sorted by relevance
477 pointer construct_data; variable483 construct_data = AllocatorTraits::allocate(*GetAllocPtr(), new_capacity);484 SetAllocatedData(construct_data, new_capacity);487 construct_data = GetInlinedData();490 inlined_vector_internal::ConstructElements(GetAllocPtr(), construct_data,693 pointer construct_data; variable696 construct_data = allocation_tx.Allocate(new_capacity);698 construct_data = storage_view.data;701 pointer last_ptr = construct_data + storage_view.size;795 pointer construct_data; variable[all …]
548 pointer construct_data; variable554 construct_data = AllocatorTraits::allocate(*GetAllocPtr(), new_capacity);555 SetAllocatedData(construct_data, new_capacity);558 construct_data = GetInlinedData();561 inlined_vector_internal::ConstructElements(GetAllocPtr(), construct_data,773 pointer construct_data = allocation_tx.Allocate(new_capacity);774 pointer last_ptr = construct_data + storage_view.size;866 pointer construct_data; variable869 construct_data = allocation_tx.Allocate(new_capacity);871 construct_data = GetInlinedData();[all …]