Home
last modified time | relevance | path

Searched defs:getCached (Results 1 – 25 of 129) sorted by relevance

123456

/aosp_15_r20/external/ksp/compiler-plugin/src/main/kotlin/com/google/devtools/ksp/symbol/impl/kotlin/
H A DKSTypeArgumentLiteImpl.kt35 … fun getCached(type: KSTypeReference, variance: Variance) = cache.getOrPut(Pair(type, variance)) { in <lambda>() method
39 fun getCached(type: KtTypeReference) = cache.getOrPut( in getCached() method
H A DKSDynamicReferenceImpl.kt25 … fun getCached(parent: KSTypeReference) = cache.getOrPut(parent) { KSDynamicReferenceImpl(parent) } in <lambda>() method
H A DKSTypeAliasImpl.kt30 …fun getCached(ktTypeAlias: KtTypeAlias) = cache.getOrPut(ktTypeAlias) { KSTypeAliasImpl(ktTypeAlia… in <lambda>() method
H A DKSPropertySetterImpl.kt30 fun getCached(ktPropertySetter: KtPropertyAccessor) = cache.getOrPut(ktPropertySetter) { in <lambda>() method
H A DKSPropertyGetterImpl.kt31 fun getCached(ktPropertyGetter: KtPropertyAccessor) = cache.getOrPut(ktPropertyGetter) { in <lambda>() method
H A DKSDefNonNullReferenceImpl.kt14 fun getCached(ktIntersectionType: KtIntersectionType) = KSDefNonNullReferenceImpl in getCached() method
H A DKSPropertyAccessorImpl.kt29 fun getCached(ktPropertyAccessor: KtPropertyAccessor): KSPropertyAccessor { in getCached() method
/aosp_15_r20/external/ksp/compiler-plugin/src/main/kotlin/com/google/devtools/ksp/symbol/impl/binary/
H A DKSClassifierReferenceDescriptorImpl.kt36 fun getCached(kotlinType: KotlinType, origin: Origin, parent: KSNode?) = cache.getOrPut( in getCached() method
48 fun getCached( in getCached() method
H A DKSPropertyGetterDescriptorImpl.kt27 fun getCached(descriptor: PropertyGetterDescriptor) = cache.getOrPut(descriptor) { in <lambda>() method
H A DKSPropertySetterDescriptorImpl.kt27 fun getCached(descriptor: PropertySetterDescriptor) = cache.getOrPut(descriptor) { in <lambda>() method
H A DKSTypeAliasDescriptorImpl.kt14 …fun getCached(descriptor: TypeAliasDescriptor) = KSTypeAliasDescriptorImpl.cache.getOrPut(descript… in <lambda>() method
/aosp_15_r20/external/ksp/kotlin-analysis-api/src/main/kotlin/com/google/devtools/ksp/impl/symbol/kotlin/
H A DKSPropertyAccessorImpl.kt78 fun getCached(owner: KSPropertyDeclaration, setter: KtPropertySetterSymbol) = in getCached() method
100 fun getCached(owner: KSPropertyDeclaration, getter: KtPropertyGetterSymbol) = in getCached() method
H A DKSDynamicReferenceImpl.kt8 … fun getCached(parent: KSTypeReference) = cache.getOrPut(parent) { KSDynamicReferenceImpl(parent) } in <lambda>() method
H A DKSCallableReferenceImpl.kt14 fun getCached(ktFunctionalType: KtFunctionalType, parent: KSNode): KSCallableReference = in getCached() method
H A DKSTypeArgumentLiteImpl.kt17 … fun getCached(type: KSTypeReference, variance: Variance) = cache.getOrPut(Pair(type, variance)) { in <lambda>() method
H A DKSClassifierReferenceImpl.kt14 fun getCached(ktType: KtUsualClassType, parent: KSTypeReference?) = in getCached() method
H A DKSValueParameterLiteImpl.kt12 …fun getCached(ktType: KtType, parent: KSNode): KSValueParameter = cache.getOrPut(IdKeyPair(ktType,… in <lambda>() method
H A DKSTypeParameterImpl.kt30 fun getCached(ktTypeParameterSymbol: KtTypeParameterSymbol) = in <lambda>() method
H A DKSTypeAliasImpl.kt34 fun getCached(ktTypeAliasSymbol: KtTypeAliasSymbol) = in getCached() method
/aosp_15_r20/external/ksp/common-util/src/main/kotlin/com/google/devtools/ksp/processing/impl/
H A DKSNameImpl.kt8 fun getCached(name: String) = cache.getOrPut(name) { KSNameImpl(name) } in <lambda>() method
/aosp_15_r20/external/ksp/compiler-plugin/src/main/kotlin/com/google/devtools/ksp/symbol/impl/java/
H A DKSValueArgumentJavaImpl.kt35 fun getCached(name: KSName?, value: Any?, parent: KSNode?) = in getCached() method
H A DKSClassifierReferenceLiteImplForJava.kt18 fun getCached(parent: KSTypeReferenceLiteJavaImpl, name: String? = null) = in getCached() method
H A DKSTypeArgumentJavaImpl.kt34 …fun getCached(psi: PsiType, parent: KSNode?) = cache.getOrPut(psi) { KSTypeArgumentJavaImpl(psi, p… in <lambda>() method
/aosp_15_r20/external/ksp/compiler-plugin/src/main/kotlin/com/google/devtools/ksp/symbol/impl/synthetic/
H A DKSPropertyGetterSyntheticImpl.kt33 fun getCached(ksPropertyDeclaration: KSPropertyDeclaration) = in getCached() method
H A DKSPropertySetterSyntheticImpl.kt33 fun getCached(ksPropertyDeclaration: KSPropertyDeclaration) = in getCached() method

123456