Home
last modified time | relevance | path

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

/third_party/protobuf/csharp/src/Google.Protobuf/
DParseContext.cs205 return ParsingPrimitives.ParseRawLittleEndian32(ref buffer, ref state); in ReadFixed32()
276 return (int)ParsingPrimitives.ParseRawLittleEndian32(ref buffer, ref state); in ReadSFixed32()
DParsingPrimitivesMessages.cs62 ParsingPrimitives.ParseRawLittleEndian32(ref buffer, ref state); in SkipLastField()
DCodedInputStream.cs593 return ParsingPrimitives.ParseRawLittleEndian32(ref span, ref state); in ReadRawLittleEndian32()
DParsingPrimitives.cs325 …public static uint ParseRawLittleEndian32(ref ReadOnlySpan<byte> buffer, ref ParserInternalState s… in ParseRawLittleEndian32() method in Google.Protobuf.ParsingPrimitives