Home
last modified time | relevance | path

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

/external/executorch/devtools/backend_debug/
Ddelegation_info.py34 delegated: int = 0 variable in DelegationBreakdown
/external/kotlinpoet/kotlinpoet/src/commonMain/kotlin/com/squareup/kotlinpoet/
DPropertySpec.kt46 public val delegated: Boolean = builder.delegated constant
183 internal var delegated = false variable in com.squareup.kotlinpoet.Builder
/external/kotlinpoet/kotlinpoet/src/commonTest/kotlin/com/squareup/kotlinpoet/
DPropertySpecTest.kt38 @Test fun delegated() { in delegated() method in com.squareup.kotlinpoet.PropertySpecTest