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

/system/tools/hidl/
H A DScope.cpp119 std::vector<const Type*> Scope::getDefinedTypes() const { function in class:android::Scope
H A DType.cpp107 std::vector<Type*> Type::getDefinedTypes() { function in class:android::Type
108 const auto& constRet = static_cast<const Type*>(this)->getDefinedTypes();
115 std::vector<const Type*> Type::getDefinedTypes() const { function in class:android::Type
171 for (auto* nextType : getDefinedTypes()) {
194 for (const auto* nextType : getDefinedTypes()) {
231 for (const auto* nextType : getDefinedTypes()) {

Completed in 44 milliseconds