Searched refs:counter_to_idx (Results 1 – 1 of 1) sorted by relevance
496 def output_counter_report(set, counter, counter_to_idx, current_offset): argument518 idx = str(counter_to_idx[key])851 counter_to_idx = collections.OrderedDict()857 if key not in counter_to_idx:858 counter_to_idx[key] = idx966 offset = output_counter_report(set, counter, counter_to_idx, offset)