Home | History | Annotate | Download | only in dexlayout

Lines Matching refs:interfaces_

793         interfaces_(interfaces),
806 const TypeList* Interfaces() { return interfaces_; }
807 uint32_t InterfacesOffset() { return interfaces_ == nullptr ? 0 : interfaces_->GetOffset(); }
821 TypeList* interfaces_; // This can be nullptr.