Home
last modified time | relevance | path

Searched refs:forEachType (Results 1 – 2 of 2) sorted by relevance

/system/tools/hidl/
DScope.cpp119 status_t Scope::forEachType(std::function<status_t(Type *)> func) const { in forEachType() function in android::Scope
132 return forEachType([&](Type *type) { in emitTypeDeclarations()
138 return forEachType([&](Type *type) { in emitGlobalTypeDeclarations()
144 return forEachType([&](Type *type) { in emitGlobalHwDeclarations()
151 return forEachType([&](Type *type) { in emitJavaTypeDeclarations()
158 return forEachType([&](Type *type) { in emitTypeDefinitions()
168 return forEachType([&](Type *type) { in emitVtsTypeDeclarations()
195 forEachType([&](Type *type) { in appendToExportedTypesVector()
DScope.h77 status_t forEachType(std::function<status_t(Type *)> func) const;