Home
last modified time | relevance | path

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

/third_party/protobuf/csharp/src/Google.Protobuf/
DParsingPrimitivesWrappers.cs249 return ReadUInt64WrapperSlow(ref buffer, ref state); in ReadUInt64Wrapper()
255 return ReadUInt64WrapperSlow(ref buffer, ref state); in ReadUInt64Wrapper()
262 return ReadUInt64WrapperSlow(ref buffer, ref state); in ReadUInt64Wrapper()
268 return ReadUInt64WrapperSlow(ref buffer, ref state); in ReadUInt64Wrapper()
272 …internal static ulong? ReadUInt64WrapperSlow(ref ReadOnlySpan<byte> buffer, ref ParserInternalStat… in ReadUInt64WrapperSlow() method in Google.Protobuf.ParsingPrimitivesWrappers
343 internal static ulong? ReadUInt64WrapperSlow(ref ParseContext ctx) in ReadUInt64WrapperSlow() method in Google.Protobuf.ParsingPrimitivesWrappers
345 return ParsingPrimitivesWrappers.ReadUInt64WrapperSlow(ref ctx.buffer, ref ctx.state); in ReadUInt64WrapperSlow()