Searched defs:ancestor (Results 1 - 1 of 1) sorted by relevance

/system/tools/hidl/
H A DInterface.cpp464 const Interface *ancestor = mSuperType; local
465 while (ancestor != nullptr) {
466 serial += ancestor->userDefinedMethods().size();
467 ancestor = ancestor->superType();

Completed in 64 milliseconds