Home
last modified time | relevance | path

Searched refs:proto2 (Results 1 – 1 of 1) sorted by relevance

/art/libdexfile/dex/
Ddex_file_verifier_test.cc1422 const dex::ProtoId& proto2 = dex_file->GetProtoId(proto2_idx); in TEST_F() local
1423 CHECK_EQ(proto1.return_type_idx_, proto2.return_type_idx_); in TEST_F()
1426 CHECK(DexFileParameterIterator(*dex_file, proto2).HasNext()); in TEST_F()
1430 const_cast<uint32_t&>(proto2.parameters_off_)); in TEST_F()
1432 const_cast<dex::StringIndex&>(proto2.shorty_idx_)); in TEST_F()
1435 const_cast<uint32_t&>(proto1.parameters_off_) = proto2.parameters_off_; in TEST_F()
1436 const_cast<dex::StringIndex&>(proto1.shorty_idx_) = proto2.shorty_idx_; in TEST_F()