Searched refs:ReadByteAsInt (Results 1 – 1 of 1) sorted by relevance
48 int ReadByteAsInt(std::istream* input_stream) { in ReadByteAsInt() function60 const int length_high = ReadByteAsInt(input_stream); in Read2ByteLength()61 const int length_low = ReadByteAsInt(input_stream); in Read2ByteLength()91 if (ReadByteAsInt(input_stream) != 0xff || in Parse()92 ReadByteAsInt(input_stream) != kSoi) { in Parse()99 while ((chr = ReadByteAsInt(input_stream)) != -1) { in Parse()105 while ((chr = ReadByteAsInt(input_stream)) == 0xff) { in Parse()