Home
last modified time | relevance | path

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

/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-7.0/llvm/lib/DebugInfo/MSF/
DMappedBlockStream.cpp152 uint8_t *WriteBuffer = static_cast<uint8_t *>(Allocator.Allocate(Size, 8)); in readBytes() local
251 uint8_t *WriteBuffer = Buffer.data(); in readBytes() local
/external/protobuf/src/google/protobuf/io/
Dzero_copy_stream_impl_lite.cc404 bool CopyingOutputStreamAdaptor::WriteBuffer() { in WriteBuffer() function in google::protobuf::io::CopyingOutputStreamAdaptor