Home
last modified time | relevance | path

Searched refs:getSortedDefinedTypes (Results 1 – 4 of 4) sorted by relevance

/aosp12/system/tools/hidl/
H A DScope.cpp143 std::vector<const NamedType*> Scope::getSortedDefinedTypes() const { in getSortedDefinedTypes() function in android::Scope
169 const std::vector<const NamedType*>& definedTypes = getSortedDefinedTypes(); in emitHidlDefinition()
H A DScope.h66 std::vector<const NamedType*> getSortedDefinedTypes() const;
H A DInterface.cpp825 const std::vector<const NamedType*>& definedTypes = getSortedDefinedTypes(); in emitHidlDefinition()
H A DCompoundType.cpp651 for (const NamedType* namedType : getSortedDefinedTypes()) { in emitInlineHidlDefinition()