Home
last modified time | relevance | path

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

/third_party/protobuf/csharp/src/Google.Protobuf/
DParsingPrimitives.cs631 Span<byte> byteSpan = length <= StackallocThreshold ? in ReadStringSlow()
639 fixed (byte* pByteSpan = &MemoryMarshal.GetReference(byteSpan)) in ReadStringSlow()
645 var tempSpan = new Span<byte>(pByteSpan, byteSpan.Length); in ReadStringSlow()
797 …Span(ref ReadOnlySpan<byte> buffer, ref ParserInternalState state, int length, Span<byte> byteSpan) in ReadRawBytesIntoSpan() argument
808 unreadSpan.CopyTo(byteSpan.Slice(length - remainingByteLength)); in ReadRawBytesIntoSpan()