Searched refs:argAndType (Results 1 – 1 of 1) sorted by relevance
80 int argAndType = in.readByte() & 0xff; in peek() local81 type = argAndType & 0x1f; in peek()82 arg = (argAndType & 0xe0) >> 5; in peek()