Searched refs:values_to_process (Results 1 – 1 of 1) sorted by relevance
3538 int values_to_process = frame.GetValueCount(); in Init() local3539 while (values_to_process > 0 || !nested_counts.empty()) { in Init()3544 " %3i: ", frame.GetValueCount() - values_to_process); in Init()3563 values_to_process--; in Init()3565 nested_counts.push(values_to_process); in Init()3566 values_to_process = nested_count; in Init()3568 while (values_to_process == 0 && !nested_counts.empty()) { in Init()3569 values_to_process = nested_counts.top(); in Init()