Home
last modified time | relevance | path

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

/third_party/protobuf/csharp/src/Google.Protobuf/
DParsingPrimitivesWrappers.cs158 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.ParsingPrimitivesWrappers
300 return (long?)ReadUInt64Wrapper(ref buffer, ref state); in ReadInt64Wrapper()
338 internal static ulong? ReadUInt64Wrapper(ref ParseContext ctx) in ReadUInt64Wrapper() method in Google.Protobuf.ParsingPrimitivesWrappers
340 return ParsingPrimitivesWrappers.ReadUInt64Wrapper(ref ctx.buffer, ref ctx.state); in ReadUInt64Wrapper()
DFieldCodec.cs550 { typeof(ulong), (ValueReader<ulong?>)ParsingPrimitivesWrappers.ReadUInt64Wrapper },