Home
last modified time | relevance | path

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

/third_party/protobuf/csharp/src/Google.Protobuf/
DParsingPrimitivesWrappers.cs226 …internal static int? ReadInt32Wrapper(ref ReadOnlySpan<byte> buffer, ref ParserInternalState state) in ReadInt32Wrapper() method in Google.Protobuf.ParsingPrimitivesWrappers
333 internal static int? ReadInt32Wrapper(ref ParseContext ctx) in ReadInt32Wrapper() method in Google.Protobuf.ParsingPrimitivesWrappers
335 return ParsingPrimitivesWrappers.ReadInt32Wrapper(ref ctx.buffer, ref ctx.state); in ReadInt32Wrapper()
DFieldCodec.cs547 { typeof(int), (ValueReader<int?>)ParsingPrimitivesWrappers.ReadInt32Wrapper },