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