Home | History | Annotate | Download | only in dexlayout

Lines Matching refs:type_list_

517   explicit TypeList(TypeIdVector* type_list) : type_list_(type_list) {
522 const TypeIdVector* GetTypeList() const { return type_list_.get(); }
525 std::unique_ptr<TypeIdVector> type_list_;