Searched refs:proto_ids_ (Results 1 – 2 of 2) sorted by relevance
702 return proto_ids_[idx]; in GetProtoId()706 CHECK_GE(&proto_id, proto_ids_) << GetLocation(); in GetIndexForProtoId()707 CHECK_LT(&proto_id, proto_ids_ + header_->proto_ids_size_) << GetLocation(); in GetIndexForProtoId()708 return &proto_id - proto_ids_; in GetIndexForProtoId()990 const ProtoId* const proto_ids_; variable
358 proto_ids_(reinterpret_cast<const ProtoId*>(base + header_->proto_ids_off_)), in DexFile()