Home
last modified time | relevance | path

Searched refs:InternalBuffer (Results 1 – 11 of 11) sorted by relevance

/third_party/protobuf/csharp/src/Google.Protobuf/
DWriteBufferHelper.cs126 …InternalOutputStream.Write(state.writeBufferHelper.codedOutputStream.InternalBuffer, 0, state.posi… in RefreshBuffer()
151 …InternalOutputStream.Write(state.writeBufferHelper.codedOutputStream.InternalBuffer, 0, state.posi… in Flush()
DSegmentedBufferHelper.cs60 …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()
DParseContext.cs76 ctx.buffer = new ReadOnlySpan<byte>(input.InternalBuffer); in Initialize()
DWriteContext.cs73 ctx.buffer = new Span<byte>(output.InternalBuffer); in Initialize()
DCodedInputStream.cs261 internal byte[] InternalBuffer => buffer; field in Google.Protobuf.CodedInputStream
DCodedOutputStream.cs601 internal byte[] InternalBuffer => buffer; field in Google.Protobuf.CodedOutputStream
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/
Draw_ostream.h68 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/
Draw_ostream.h70 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/
Draw_ostream.cpp77 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/
Draw_ostream.cpp85 if (BufferMode == BufferKind::InternalBuffer) in ~raw_ostream()
112 if (BufferMode == BufferKind::InternalBuffer) in SetBufferAndMode()
/third_party/node/deps/npm/node_modules/smart-buffer/
DREADME.md603 console.log(buff.InternalBuffer); // <Buffer 68 65 6c 6c 6f 00 00 00 00 00 00 00 00 00 00 00>