Home
last modified time | relevance | path

Searched defs:PropertyDescriptor (Results 1 – 3 of 3) sorted by relevance

/external/avb/rust/src/descriptor/
Dproperty.rs36 pub struct PropertyDescriptor<'a> { struct
50 impl<'a> PropertyDescriptor<'a> { argument
/external/ksp/common-util/src/main/kotlin/com/google/devtools/ksp/
DDescriptorUtils.kt137 fun PropertyDescriptor.hasBackingFieldWithBinaryClassSupport(): Boolean { in PropertyDescriptor() method
217 private val PropertyDescriptor.declaresDefaultValue: Boolean constant
/external/dokka/core/src/main/kotlin/Kotlin/
DDocumentationBuilder.kt781 fun PropertyDescriptor.build(external: Boolean = false): DocumentationNode { in PropertyDescriptor() method
1099 fun PropertyDescriptor.receiverSignature(): String { in receiverSignature() method