Searched refs:ReadRawByte (Results 1 – 2 of 2) sorted by relevance
694 int tmp = ReadRawByte(); in SlowReadRawVarint32()700 if ((tmp = ReadRawByte()) < 128) in SlowReadRawVarint32()707 if ((tmp = ReadRawByte()) < 128) in SlowReadRawVarint32()714 if ((tmp = ReadRawByte()) < 128) in SlowReadRawVarint32()721 result |= (tmp = ReadRawByte()) << 28; in SlowReadRawVarint32()727 if (ReadRawByte() < 128) in SlowReadRawVarint32()789 if (ReadRawByte() < 128) in ReadRawVarint32()853 byte b = ReadRawByte(); in ReadRawVarint64()869 uint b1 = ReadRawByte(); in ReadRawLittleEndian32()870 uint b2 = ReadRawByte(); in ReadRawLittleEndian32()[all …]
53 static int8_t ReadRawByte(GPBCodedInputStreamState *state) { function73 int8_t tmp = ReadRawByte(state);78 if ((tmp = ReadRawByte(state)) >= 0) {82 if ((tmp = ReadRawByte(state)) >= 0) {86 if ((tmp = ReadRawByte(state)) >= 0) {90 result |= (tmp = ReadRawByte(state)) << 28;94 if (ReadRawByte(state) >= 0) {111 int8_t b = ReadRawByte(state);