Home
last modified time | relevance | path

Searched refs:indexed (Results 1 – 6 of 6) sorted by relevance

/frameworks/support/room/compiler/src/main/kotlin/androidx/room/processor/
DFieldProcessor.kt48 val indexed: Boolean in process() constant
71 indexed = AnnotationMirrors in process()
78 indexed = false in process()
92 indexed = indexed) in process()
DEntityProcessor.kt92 .filter { it.indexed }.mapNotNull { in <lambda>()
94 it.indexed = false in <lambda>()
100 it.indexed = false in <lambda>()
/frameworks/support/room/compiler/src/main/kotlin/androidx/room/vo/
DField.kt38 var indexed: Boolean = false) : HasSchemaIdentity { variable in androidx.room.vo.Field
/frameworks/support/room/compiler/src/test/kotlin/androidx/room/processor/
DFieldProcessorTest.kt154 fun indexed() { in <lambda>() method
165 indexed = true))) in <lambda>()
DPojoProcessorTest.kt611 indexed = false in <lambda>()
/frameworks/native/vulkan/api/
Dvulkan.api3899 … fullDrawIndexUint32 /// full 32-bit range of indices for indexed draw calls
4024 … maxDrawIndexedIndexValue /// max index value for indexed draw calls (for 3…