Searched refs:to_find_tl (Results 1 – 1 of 1) sorted by relevance
249 const dex::TypeList* to_find_tl = java_lang_dex_file_->GetProtoParameters(to_find); in TEST_F() local251 if (to_find_tl != nullptr) { in TEST_F()252 for (size_t j = 0; j < to_find_tl->Size(); j++) { in TEST_F()253 to_find_types.push_back(to_find_tl->GetTypeItem(j).type_idx_); in TEST_F()