Home
last modified time | relevance | path

Searched refs:allocated_data (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/third_party/externals/abseil-cpp/absl/container/internal/
Dinlined_vector.h355 pointer GetAllocatedData() { return data_.allocated.allocated_data; } in GetAllocatedData()
358 return data_.allocated.allocated_data; in GetAllocatedData()
454 data_.allocated.allocated_data = data; in SetAllocatedData()
486 pointer allocated_data; member
/third_party/node/src/crypto/
Dcrypto_util.h321 ByteSource(const void* data, void* allocated_data, size_t size) in ByteSource() argument
322 : data_(data), allocated_data_(allocated_data), size_(size) {} in ByteSource()