Home
last modified time | relevance | path

Searched refs:SetAllocatedData (Results 1 – 4 of 4) sorted by relevance

/external/armnn/src/armnn/
DOutputHandler.cpp38 void OutputHandler::SetAllocatedData() in SetAllocatedData() function in armnn::OutputHandler
DOutputHandler.hpp53 void SetAllocatedData();
/external/openscreen/third_party/abseil/src/absl/container/internal/
Dinlined_vector.h421 void SetAllocatedData(pointer data, size_type capacity) { in SetAllocatedData() function
427 SetAllocatedData(allocation_tx_ptr->GetData(), in AcquireAllocatedData()
487 SetAllocatedData(construct_data, new_capacity);
811 SetAllocatedData(storage_view.data, storage_view.capacity);
874 allocated_ptr->SetAllocatedData(allocated_storage_view.data,
883 inlined_ptr->SetAllocatedData(allocated_storage_view.data,
/external/openscreen/third_party/abseil/src/absl/container/
Dinlined_vector.h201 storage_.SetAllocatedData(other.storage_.GetAllocatedData(),
234 storage_.SetAllocatedData(other.storage_.GetAllocatedData(), in InlinedVector()