Searched refs:ReadRawByte (Results 1 – 2 of 2) sorted by relevance
692 int tmp = ReadRawByte(); in SlowReadRawVarint32()698 if ((tmp = ReadRawByte()) < 128) in SlowReadRawVarint32()705 if ((tmp = ReadRawByte()) < 128) in SlowReadRawVarint32()712 if ((tmp = ReadRawByte()) < 128) in SlowReadRawVarint32()719 result |= (tmp = ReadRawByte()) << 28; in SlowReadRawVarint32()725 if (ReadRawByte() < 128) in SlowReadRawVarint32()787 if (ReadRawByte() < 128) in ReadRawVarint32()851 byte b = ReadRawByte(); in ReadRawVarint64()867 uint b1 = ReadRawByte(); in ReadRawLittleEndian32()868 uint b2 = ReadRawByte(); in ReadRawLittleEndian32()[all …]
78 static int8_t ReadRawByte(GPBCodedInputStreamState *state) { function98 int8_t tmp = ReadRawByte(state);103 if ((tmp = ReadRawByte(state)) >= 0) {107 if ((tmp = ReadRawByte(state)) >= 0) {111 if ((tmp = ReadRawByte(state)) >= 0) {115 result |= (tmp = ReadRawByte(state)) << 28;119 if (ReadRawByte(state) >= 0) {136 int8_t b = ReadRawByte(state);