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