Lines Matching refs:countValue
571 countValue = 1
574 countValue = reader[conv.repeat]
577 totalSize += size * countValue
591 countValue = len(getattr(self, conv.name)) - conv.aux
594 setattr(self, conv.repeat, countValue)
598 propagator[conv.repeat].setValue(countValue)
629 countValue = conv.repeat
631 countValue = table[conv.repeat]
634 countValue = reader[conv.repeat]
635 countValue += conv.aux
636 table[conv.name] = conv.readArray(reader, font, table, countValue)
693 countValue = len(value) - conv.aux
697 CountReference(table, conv.repeat, value=countValue)
700 writer[conv.repeat].setValue(countValue)