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

  /system/tools/hidl/
Interface.h 38 bool isRootType() const { return mSuperType == nullptr; }
113 Interface *mSuperType;
Interface.cpp 72 : Scope(localName, location, parent), mSuperType(super), mIsJavaCompatibleInProgress(false) {}
464 const Interface *ancestor = mSuperType;
514 return mSuperType;
522 iface = iface->mSuperType;
893 if (mSuperType != nullptr && !mSuperType->isJavaCompatible()) {

Completed in 403 milliseconds