Home
last modified time | relevance | path

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

/third_party/protobuf/csharp/src/Google.Protobuf/
DParsingPrimitives.cs168 return ParseRawVarint64SlowPath(ref buffer, ref state); in ParseRawVarint64()
193 …private static ulong ParseRawVarint64SlowPath(ref ReadOnlySpan<byte> buffer, ref ParserInternalSta… in ParseRawVarint64SlowPath() method in Google.Protobuf.ParsingPrimitives