Home
last modified time | relevance | path

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

/third_party/protobuf/csharp/src/Google.Protobuf/
DParsingPrimitives.cs614 return ReadStringSlow(ref buffer, ref state, length); in ReadRawString()
620 …private static string ReadStringSlow(ref ReadOnlySpan<byte> buffer, ref ParserInternalState state,… in ReadStringSlow() method in Google.Protobuf.ParsingPrimitives