Home
last modified time | relevance | path

Searched defs:GetAllocatedData (Results 1 – 5 of 5) sorted by relevance

/external/abseil-cpp/absl/container/internal/
Dinlined_vector.h330 Pointer<A> GetAllocatedData() { return data_.allocated.allocated_data; } in GetAllocatedData() function
332 ConstPointer<A> GetAllocatedData() const { in GetAllocatedData() function
/external/webrtc/third_party/abseil-cpp/absl/container/internal/
Dinlined_vector.h330 Pointer<A> GetAllocatedData() { return data_.allocated.allocated_data; } in GetAllocatedData() function
332 ConstPointer<A> GetAllocatedData() const { in GetAllocatedData() function
/external/libtextclassifier/abseil-cpp/absl/container/internal/
Dinlined_vector.h325 pointer GetAllocatedData() { return data_.allocated.allocated_data; } in GetAllocatedData() function
327 const_pointer GetAllocatedData() const { in GetAllocatedData() function
/external/openscreen/third_party/abseil/src/absl/container/internal/
Dinlined_vector.h325 pointer GetAllocatedData() { return data_.allocated.allocated_data; } in GetAllocatedData() function
327 const_pointer GetAllocatedData() const { in GetAllocatedData() function
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/container/internal/
Dinlined_vector.h354 pointer GetAllocatedData() { return data_.allocated.allocated_data; } in GetAllocatedData() function
356 const_pointer GetAllocatedData() const { in GetAllocatedData() function