Lines Matching refs:countValue
562 countValue = 1
565 countValue = reader[conv.repeat]
568 totalSize += size * countValue
582 countValue = len(getattr(self, conv.name)) - conv.aux
585 setattr(self, conv.repeat, countValue)
589 propagator[conv.repeat].setValue(countValue)
620 countValue = conv.repeat
622 countValue = table[conv.repeat]
625 countValue = reader[conv.repeat]
626 countValue += conv.aux
627 table[conv.name] = conv.readArray(reader, font, table, countValue)
669 countValue = len(value) - conv.aux
673 CountReference(table, conv.repeat, value=countValue)
676 writer[conv.repeat].setValue(countValue)