Searched refs:InternalBuffer (Results 1 – 11 of 11) sorted by relevance
/third_party/protobuf/csharp/src/Google.Protobuf/ |
D | WriteBufferHelper.cs | 126 …InternalOutputStream.Write(state.writeBufferHelper.codedOutputStream.InternalBuffer, 0, state.posi… in RefreshBuffer() 151 …InternalOutputStream.Write(state.writeBufferHelper.codedOutputStream.InternalBuffer, 0, state.posi… in Flush()
|
D | SegmentedBufferHelper.cs | 60 …codedInputStream.InternalInputStream == null ? (int?)codedInputStream.InternalBuffer.Length : null; in Initialize() 243 …state.bufferSize = (input == null) ? 0 : input.Read(codedInputStream.InternalBuffer, 0, buffer.Len… in RefillFromCodedInputStream()
|
D | ParseContext.cs | 76 ctx.buffer = new ReadOnlySpan<byte>(input.InternalBuffer); in Initialize()
|
D | WriteContext.cs | 73 ctx.buffer = new Span<byte>(output.InternalBuffer); in Initialize()
|
D | CodedInputStream.cs | 261 internal byte[] InternalBuffer => buffer; field in Google.Protobuf.CodedInputStream
|
D | CodedOutputStream.cs | 601 internal byte[] InternalBuffer => buffer; field in Google.Protobuf.CodedOutputStream
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
D | raw_ostream.h | 68 InternalBuffer, enumerator 87 : BufferMode(unbuffered ? Unbuffered : InternalBuffer) { 111 SetBufferAndMode(new char[Size], Size, InternalBuffer); in SetBufferSize()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
D | raw_ostream.h | 70 InternalBuffer, enumerator 102 : BufferKind::InternalBuffer) { 126 SetBufferAndMode(new char[Size], Size, BufferKind::InternalBuffer); in SetBufferSize()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/ |
D | raw_ostream.cpp | 77 if (BufferMode == InternalBuffer) in ~raw_ostream() 107 if (BufferMode == InternalBuffer) in SetBufferAndMode()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
D | raw_ostream.cpp | 85 if (BufferMode == BufferKind::InternalBuffer) in ~raw_ostream() 112 if (BufferMode == BufferKind::InternalBuffer) in SetBufferAndMode()
|
/third_party/node/deps/npm/node_modules/smart-buffer/ |
D | README.md | 603 console.log(buff.InternalBuffer); // <Buffer 68 65 6c 6c 6f 00 00 00 00 00 00 00 00 00 00 00>
|