Searched refs:superTypeChain (Results 1 – 3 of 3) sorted by relevance
47 std::vector<const Interface *> superTypeChain() const;
527 std::vector<const Interface *> Interface::superTypeChain() const { in superTypeChain() function in android::Interface
1102 for (const Interface *superType : iface->superTypeChain()) { in generateCppSources()