| /room/room-runtime/src/commonMain/kotlin/androidx/room/util/ |
| D | ByteArrayWrapper.kt | 23 class ByteArrayWrapper(@JvmField val array: ByteArray) { constant in androidx.room.util.ByteArrayWrapper 27 return array contentEquals other.array in equals() 30 override fun hashCode(): Int = array.contentHashCode()
|
| /room/room-runtime/src/jvmAndroidMain/kotlin/androidx/room/util/ |
| D | UUIDUtil.jvmAndroid.kt | 51 return buffer.array() in convertUUIDToByte()
|
| /room/room-runtime/src/androidUnitTest/kotlin/androidx/room/util/ |
| D | UUIDUtilTest.kt | 40 .array() in convertToByte()
|
| /room/room-compiler/src/test/test-data/kotlinCodeGen/ |
| D | relations_byteBufferKey.kt | 94 _stmt.bindBlob(_argIndex, _item.array) in <lambda>()
|
| /room/integration-tests/kotlintestapp/src/androidTest/java/androidx/room/integration/kotlintestapp/ |
| D | TestDatabase.kt | 148 return bb.array() in usersDao()
|
| /room/integration-tests/testapp/src/androidTest/java/androidx/room/integration/testapp/ |
| D | TestDatabase.java | 135 return bb.array(); in asBytes()
|
| /room/room-runtime/api/ |
| D | api_lint.ignore | 3 …Method parameter should be Collection<Object> (or subclass) instead of raw array; was `java.lang.O…
|
| D | restricted_2.7.0-beta01.txt | 535 ctor public ByteArrayWrapper(byte[] array); 536 property public byte[] array; 537 field public final byte[] array;
|
| D | restricted_current.txt | 535 ctor public ByteArrayWrapper(byte[] array); 536 property public byte[] array; 537 field public final byte[] array;
|
| /room/integration-tests/kotlintestapp/src/androidTest/java/androidx/room/integration/kotlintestapp/test/ |
| D | UuidColumnTypeAdapterTest.kt | 312 return bb.array() in <lambda>()
|
| D | ProvidedTypeConverterTest.kt | 176 return bb.array() in asBytes()
|
| /room/integration-tests/testapp/src/androidTest/java/androidx/room/integration/testapp/test/ |
| D | ProvidedTypeConverterTest.java | 195 return bb.array(); in asBytes()
|
| /room/room-runtime/bcv/native/ |
| D | current.txt | 246 final val array // androidx.room.util/ByteArrayWrapper.array|{}array[0] 247 …final fun <get-array>(): kotlin/ByteArray // androidx.room.util/ByteArrayWrapper.array.<get-array>…
|
| D | 2.7.0-beta01.txt | 246 final val array // androidx.room.util/ByteArrayWrapper.array|{}array[0] 247 …final fun <get-array>(): kotlin/ByteArray // androidx.room.util/ByteArrayWrapper.array.<get-array>…
|
| /room/room-compiler/src/test/kotlin/androidx/room/processor/ |
| D | DeleteOrUpdateShortcutFunctionProcessorTest.kt | 244 fun array() { in <lambda>() method in androidx.room.processor.DeleteOrUpdateShortcutFunctionProcessorTest
|
| D | InsertOrUpsertShortcutFunctionProcessorTest.kt | 254 fun array() { in <lambda>() method in androidx.room.processor.InsertOrUpsertShortcutFunctionProcessorTest
|