Home | History | Annotate | Download | only in python_gflags

Lines Matching refs:flag_idx

1502     for flag_idx in range(len(sorted_flags)):
1503 curr = sorted_flags[flag_idx]
1504 if flag_idx == (len(sorted_flags) - 1):
1507 next = sorted_flags[flag_idx+1]