Home
last modified time | relevance | path

Searched refs:ReadRawByte (Results 1 - 1 of 1) sorted by relevance

/third_party/protobuf/csharp/src/Google.Protobuf/
H A DParsingPrimitives.cs199 byte b = ReadRawByte(ref buffer, ref state); in ParseRawVarint64SlowPath()
256 // Note that this has to use ReadRawByte() as we only ensure we've in ParseRawVarint32()
261 if (ReadRawByte(ref buffer, ref state) < 128) in ParseRawVarint32()
276 int tmp = ReadRawByte(ref buffer, ref state); in ParseRawVarint32SlowPath()
282 if ((tmp = ReadRawByte(ref buffer, ref state)) < 128) in ParseRawVarint32SlowPath()
289 if ((tmp = ReadRawByte(ref buffer, ref state)) < 128) in ParseRawVarint32SlowPath()
296 if ((tmp = ReadRawByte(ref buffer, ref state)) < 128) in ParseRawVarint32SlowPath()
303 result |= (tmp = ReadRawByte(ref buffer, ref state)) << 28; in ParseRawVarint32SlowPath()
309 if (ReadRawByte(ref buffer, ref state) < 128) in ParseRawVarint32SlowPath()
342 uint b1 = ReadRawByte(re in ParseRawLittleEndian32SlowPath()
685 private static byte ReadRawByte(ref ReadOnlySpan<byte> buffer, ref ParserInternalState state) ReadRawByte() method in Google.Protobuf.ParsingPrimitives
[all...]

Completed in 1 milliseconds