Searched refs:forEachType (Results 1 – 2 of 2) sorted by relevance
119 status_t Scope::forEachType(std::function<status_t(Type *)> func) const { in forEachType() function in android::Scope132 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()
77 status_t forEachType(std::function<status_t(Type *)> func) const;