Home
last modified time | relevance | path

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

/third_party/protobuf/csharp/src/Google.Protobuf/
DParsingPrimitives.cs222 return ParseRawVarint32SlowPath(ref buffer, ref state); in ParseRawVarint32()
274 …private static uint ParseRawVarint32SlowPath(ref ReadOnlySpan<byte> buffer, ref ParserInternalStat… in ParseRawVarint32SlowPath() method in Google.Protobuf.ParsingPrimitives