Searched refs:ReadUInt32WrapperSlow (Results 1 – 1 of 1) sorted by relevance
177 return ReadUInt32WrapperSlow(ref buffer, ref state); in ReadUInt32Wrapper()184 return ReadUInt32WrapperSlow(ref buffer, ref state); in ReadUInt32Wrapper()191 return ReadUInt32WrapperSlow(ref buffer, ref state); in ReadUInt32Wrapper()197 return ReadUInt32WrapperSlow(ref buffer, ref state); in ReadUInt32Wrapper()201 …internal static uint? ReadUInt32WrapperSlow(ref ReadOnlySpan<byte> buffer, ref ParserInternalState… in ReadUInt32WrapperSlow() method in Google.Protobuf.ParsingPrimitivesWrappers