Searched refs:WriteBuffer (Results 1 – 5 of 5) sorted by relevance
/external/llvm/lib/DebugInfo/PDB/Raw/ |
D | MappedBlockStream.cpp | 107 uint8_t *WriteBuffer = static_cast<uint8_t *>(Pool.Allocate(Size, 8)); in readBytes() local 108 if (auto EC = readBytes(Offset, MutableArrayRef<uint8_t>(WriteBuffer, Size))) in readBytes() 112 CacheIter->second.emplace_back(WriteBuffer, Size); in readBytes() 115 List.emplace_back(WriteBuffer, Size); in readBytes() 118 Buffer = ArrayRef<uint8_t>(WriteBuffer, Size); in readBytes() 201 uint8_t *WriteBuffer = Buffer.data(); in readBytes() local 214 ::memcpy(WriteBuffer + BytesWritten, ChunkStart, BytesInChunk); in readBytes()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/MSF/ |
D | MappedBlockStream.cpp | 152 uint8_t *WriteBuffer = static_cast<uint8_t *>(Allocator.Allocate(Size, 8)); in readBytes() local 153 if (auto EC = readBytes(Offset, MutableArrayRef<uint8_t>(WriteBuffer, Size))) in readBytes() 157 CacheIter->second.emplace_back(WriteBuffer, Size); in readBytes() 160 List.emplace_back(WriteBuffer, Size); in readBytes() 163 Buffer = ArrayRef<uint8_t>(WriteBuffer, Size); in readBytes() 251 uint8_t *WriteBuffer = Buffer.data(); in readBytes() local 262 ::memcpy(WriteBuffer + BytesWritten, ChunkStart, BytesInChunk); in readBytes()
|
/external/protobuf/src/google/protobuf/io/ |
D | zero_copy_stream_impl_lite.cc | 366 WriteBuffer(); in ~CopyingOutputStreamAdaptor() 373 return WriteBuffer(); in Flush() 378 if (!WriteBuffer()) return false; in Next() 404 bool CopyingOutputStreamAdaptor::WriteBuffer() { in WriteBuffer() function in google::protobuf::io::CopyingOutputStreamAdaptor
|
D | zero_copy_stream_impl_lite.h | 337 bool WriteBuffer();
|
/external/zlib/src/contrib/delphi/ |
D | ZLib.pas | 427 FStrm.WriteBuffer(FBuffer, sizeof(FBuffer)); 432 FStrm.WriteBuffer(FBuffer, sizeof(FBuffer) - FZRec.avail_out); 454 FStrm.WriteBuffer(FBuffer, sizeof(FBuffer));
|