Searched refs:curr_it (Results 1 – 1 of 1) sorted by relevance
1793 DexFileParameterIterator curr_it(*dex_file_, *item); in CheckInterProtoIdItem() local1796 while (curr_it.HasNext() && prev_it.HasNext()) { in CheckInterProtoIdItem()1798 uint16_t curr_idx = curr_it.GetTypeIdx(); in CheckInterProtoIdItem()1810 curr_it.Next(); in CheckInterProtoIdItem()1812 if (!curr_it.HasNext()) { in CheckInterProtoIdItem()