HomeSort by relevance Sort by last modified time
    Searched refs:ProtoIds (Results 1 - 3 of 3) sorted by null

  /art/dexlayout/
dex_verify.cc 40 !VerifyIds(orig.ProtoIds(), output.ProtoIds(), "proto ids", error_msg) ||
    [all...]
dex_ir.h 170 std::vector<std::unique_ptr<ProtoId>>& ProtoIds() { return proto_ids_.Collection(); }
227 return ProtoIds()[index].get();
    [all...]
dex_writer.cc 285 for (std::unique_ptr<dex_ir::ProtoId>& proto_id : header_->GetCollections().ProtoIds()) {

Completed in 111 milliseconds