Home
last modified time | relevance | path

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

/art/libartservice/service/proto/
Ddex_metadata_config.proto17 syntax = "proto2";
/art/libdexfile/dex/
Ddex_file_verifier_test.cc1415 const dex::ProtoId& proto2 = dex_file->GetProtoId(proto2_idx); in TEST_F() local
1416 CHECK_EQ(proto1.return_type_idx_, proto2.return_type_idx_); in TEST_F()
1419 CHECK(DexFileParameterIterator(*dex_file, proto2).HasNext()); in TEST_F()
1423 const_cast<uint32_t&>(proto2.parameters_off_)); in TEST_F()
1425 const_cast<dex::StringIndex&>(proto2.shorty_idx_)); in TEST_F()
1428 const_cast<uint32_t&>(proto1.parameters_off_) = proto2.parameters_off_; in TEST_F()
1429 const_cast<dex::StringIndex&>(proto1.shorty_idx_) = proto2.shorty_idx_; in TEST_F()