Searched refs:to_find_tl (Results 1 – 1 of 1) sorted by relevance
307 const DexFile::TypeList* to_find_tl = java_lang_dex_file_->GetProtoParameters(to_find); in TEST_F() local309 if (to_find_tl != NULL) { in TEST_F()310 for (size_t j = 0; j < to_find_tl->Size(); j++) { in TEST_F()311 to_find_types.push_back(to_find_tl->GetTypeItem(j).type_idx_); in TEST_F()