Home
last modified time | relevance | path

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

/tools/metalava/metalava-model-psi/src/main/java/com/android/tools/metalava/model/psi/
DPsiConstructorItem.kt86 val (typeParameterList, constructorTypeItemFactory) = in isImplicitConstructor() constant
93 val parameters = parameterList(codebase, psiMethod, constructorTypeItemFactory) in isImplicitConstructor()
107 throwsTypes = throwsTypes(psiMethod, constructorTypeItemFactory), in isImplicitConstructor()
/tools/metalava/metalava-model-turbine/src/main/java/com/android/tools/metalava/model/turbine/
DTurbineCodebaseInitialiser.kt810 val (typeParams, constructorTypeItemFactory) = in <lambda>() constant
840 constructorTypeItemFactory, in <lambda>()
843 getThrowsList(constructor.exceptions(), constructorTypeItemFactory) in <lambda>()