Home | History | Annotate | Download | only in tools

Lines Matching refs:left_count

1101     def writeWithWarning(self, out, warning, left_count, repeat_count, indent):
1109 return left_count, indent
1113 left_count -= 1
1114 if left_count == 0:
1116 left_count = repeat_count
1122 left_count -= 1
1123 if left_count == 0:
1125 left_count = repeat_count
1127 return left_count, indent
1249 left_count = repeat_count
1252 left_count, indent = b.writeWithWarning(out, warning, left_count,