Home
last modified time | relevance | path

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

/aosp_15_r20/external/ksp/compiler-plugin/src/main/kotlin/com/google/devtools/ksp/symbol/impl/binary/
H A DKSPropertyDeclarationDescriptorImpl.kt21 import com.google.devtools.ksp.hasBackingFieldWithBinaryClassSupport
106 descriptor.hasBackingFieldWithBinaryClassSupport() in <lambda>()
/aosp_15_r20/external/ksp/common-util/src/main/kotlin/com/google/devtools/ksp/
H A DDescriptorUtils.kt137 fun PropertyDescriptor.hasBackingFieldWithBinaryClassSupport(): Boolean { in PropertyDescriptor() method