Home
last modified time | relevance | path

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

/third_party/protobuf/csharp/src/Google.Protobuf/
DParsingPrimitivesWrappers.cs298 …internal static long? ReadInt64Wrapper(ref ReadOnlySpan<byte> buffer, ref ParserInternalState stat… in ReadInt64Wrapper() method in Google.Protobuf.ParsingPrimitivesWrappers
348 internal static long? ReadInt64Wrapper(ref ParseContext ctx) in ReadInt64Wrapper() method in Google.Protobuf.ParsingPrimitivesWrappers
350 return ParsingPrimitivesWrappers.ReadInt64Wrapper(ref ctx.buffer, ref ctx.state); in ReadInt64Wrapper()
DFieldCodec.cs548 { typeof(long), (ValueReader<long?>)ParsingPrimitivesWrappers.ReadInt64Wrapper },