Searched refs:ReadUInt64Wrapper (Results 1 – 2 of 2) sorted by relevance
158 return ReadUInt64Wrapper(ref buffer, ref state) != 0; in ReadBoolWrapper()231 …internal static ulong? ReadUInt64Wrapper(ref ReadOnlySpan<byte> buffer, ref ParserInternalState st… in ReadUInt64Wrapper() method in Google.Protobuf.ParsingPrimitivesWrappers300 return (long?)ReadUInt64Wrapper(ref buffer, ref state); in ReadInt64Wrapper()338 internal static ulong? ReadUInt64Wrapper(ref ParseContext ctx) in ReadUInt64Wrapper() method in Google.Protobuf.ParsingPrimitivesWrappers340 return ParsingPrimitivesWrappers.ReadUInt64Wrapper(ref ctx.buffer, ref ctx.state); in ReadUInt64Wrapper()
550 { typeof(ulong), (ValueReader<ulong?>)ParsingPrimitivesWrappers.ReadUInt64Wrapper },