Lines Matching refs:numPairs
341 int numPairs = ByteArray.readU16bit(info, pos + 2);
342 return annotation(pos + 4, type, numPairs);
345 int annotation(int pos, int type, int numPairs) throws Exception {
346 for (int j = 0; j < numPairs; ++j)
427 int annotation(int pos, int type, int numPairs) throws Exception {
429 return super.annotation(pos, type, numPairs);
495 int annotation(int pos, int type, int numPairs) throws Exception {
496 writer.annotation(copyType(type), numPairs);
497 return super.annotation(pos, type, numPairs);
617 int annotation(int pos, int type, int numPairs) throws Exception {
619 return super.annotation(pos, type, numPairs);