Searched refs:ReadInt32Wrapper (Results 1 – 6 of 6) sorted by relevance
228 …internal static int? ReadInt32Wrapper(ref ReadOnlySpan<byte> buffer, ref ParserInternalState state) in ReadInt32Wrapper() method in Google.Protobuf.ParsingPrimitivesWrappers335 internal static int? ReadInt32Wrapper(ref ParseContext ctx) in ReadInt32Wrapper() method in Google.Protobuf.ParsingPrimitivesWrappers337 return ParsingPrimitivesWrappers.ReadInt32Wrapper(ref ctx.buffer, ref ctx.state); in ReadInt32Wrapper()
547 { typeof(int), (ValueReader<int?>)ParsingPrimitivesWrappers.ReadInt32Wrapper },
367 var value = ParsingPrimitivesWrappers.ReadInt32Wrapper(ref ctx); in ReadInt32Wrapper_VariableBlockSizes()