Searched refs:ReadInt64Wrapper (Results 1 – 2 of 2) sorted by relevance
298 …internal static long? ReadInt64Wrapper(ref ReadOnlySpan<byte> buffer, ref ParserInternalState stat… in ReadInt64Wrapper() method in Google.Protobuf.ParsingPrimitivesWrappers348 internal static long? ReadInt64Wrapper(ref ParseContext ctx) in ReadInt64Wrapper() method in Google.Protobuf.ParsingPrimitivesWrappers350 return ParsingPrimitivesWrappers.ReadInt64Wrapper(ref ctx.buffer, ref ctx.state); in ReadInt64Wrapper()
548 { typeof(long), (ValueReader<long?>)ParsingPrimitivesWrappers.ReadInt64Wrapper },