Home
last modified time | relevance | path

Searched defs:WriteBuffer (Results 1 – 7 of 7) sorted by relevance

/external/crosvm/devices/src/usb/host_backend/
Derror.rs33 WriteBuffer(BufferError), enumerator
/external/llvm/lib/DebugInfo/PDB/Raw/
DMappedBlockStream.cpp107 uint8_t *WriteBuffer = static_cast<uint8_t *>(Pool.Allocate(Size, 8)); in readBytes() local
201 uint8_t *WriteBuffer = Buffer.data(); in readBytes() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/MSF/
DMappedBlockStream.cpp151 uint8_t *WriteBuffer = static_cast<uint8_t *>(Allocator.Allocate(Size, 8)); in readBytes() local
250 uint8_t *WriteBuffer = Buffer.data(); in readBytes() local
/external/llvm-project/llvm/lib/DebugInfo/MSF/
DMappedBlockStream.cpp151 uint8_t *WriteBuffer = static_cast<uint8_t *>(Allocator.Allocate(Size, 8)); in readBytes() local
250 uint8_t *WriteBuffer = Buffer.data(); in readBytes() local
/external/protobuf/src/google/protobuf/io/
Dzero_copy_stream_impl_lite.cc349 bool CopyingOutputStreamAdaptor::WriteBuffer() { in WriteBuffer() function in google::protobuf::io::CopyingOutputStreamAdaptor
/external/perfetto/tools/trace_to_text/
Dtrace_to_hprof.cc95 void WriteBuffer(const BigEndianBuffer& buf) { buf.Flush(output_); } in WriteBuffer() function in perfetto::trace_to_text::__anon1c37e3f70111::HprofWriter
/external/crosvm/devices/src/virtio/
Dnet.rs73 WriteBuffer(io::Error), enumerator