Searched refs:num_type_ids2 (Results 1 – 1 of 1) sorted by relevance
265 uint32_t num_type_ids2 = dex2->NumTypeIds(); in TEST_F() local266 for (uint32_t type_index = 0; type_index != num_type_ids2; ++type_index) { in TEST_F()273 ASSERT_EQ(num_type_ids1, num_type_ids2); in TEST_F()274 for (uint32_t type_index = num_type_ids2; type_index != DexFile::kDexNoIndex16; ++type_index) { in TEST_F()