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

/system/tools/hidl/
H A DgenerateJava.cpp144 const Interface *superType = iface->superType(); local
148 if (superType != NULL) {
149 out << superType->fullJavaName();
H A DEnumType.cpp496 const Type *superType = type->storageType(); local
497 if (superType == NULL || !superType->isEnum()) {
501 type = static_cast<const EnumType *>(superType);
H A DInterface.cpp467 ancestor = ancestor->superType();
513 const Interface *Interface::superType() const { function in class:android::Interface
528 return superType()->typeChain(); // should work even if superType is nullptr
874 const Interface* superClass = superType();
H A DgenerateCpp.cpp457 const Interface *superType = iface->superType(); local
459 if (superType == NULL) {
463 << superType->fullName();
527 for (const Interface *superType : iface->typeChain()) {
531 << superType->getCppArgumentType()
1102 for (const Interface *superType : iface->superTypeChain()) {
1104 superType->fqName(),
1105 superType->fqName().getInterfaceProxyName());
2106 for (const Interface *superType
[all...]

Completed in 73 milliseconds