Home
last modified time | relevance | path

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

/device/google/cuttlefish_common/common/vsoc/lib/
Dcircqueue_impl.h38 void CircularQueueBase<SizeLog2>::CopyInRange(const char* buffer_in, in CopyInRange() function
142 this->CopyInRange(buffer_in, range); in Write()
217 this->CopyInRange(reinterpret_cast<const char*>(&bytes), header); in Writev()
222 this->CopyInRange(static_cast<const char *>(iov[i].iov_base), subRange); in Writev()
/device/google/cuttlefish_common/common/vsoc/shm/
Dcircqueue.h64 void CopyInRange(const char* buffer_in, const Range& t);