Home
last modified time | relevance | path

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

/third_party/protobuf/csharp/src/Google.Protobuf/
DParsingPrimitivesWrappers.cs177 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