Home | History | Annotate | Download | only in dexlayout

Lines Matching refs:InterfacesOffset

933   uint32_t InterfacesOffset() { return interfaces_ == nullptr ? 0 : interfaces_->GetOffset(); }