Home
last modified time | relevance | path

Searched refs:ByteArrayWrapper (Results 1 – 7 of 7) sorted by relevance

/room/room-compiler/src/test/test-data/kotlinCodeGen/
Drelations_byteBufferKey.kt2 import androidx.room.util.ByteArrayWrapper in <lambda>()
40 val _collectionArtist: MutableMap<ByteArrayWrapper, Artist?> = mutableMapOf() in <lambda>()
42 val _tmpKey: ByteArrayWrapper in <lambda>()
43 _tmpKey = ByteArrayWrapper(_stmt.getBlob(_columnIndexOfArtistKey)) in <lambda>()
57 val _tmpKey_1: ByteArrayWrapper in <lambda>()
58 _tmpKey_1 = ByteArrayWrapper(_stmt.getBlob(_columnIndexOfArtistKey)) in <lambda>()
74 …ionshipArtistAsArtist(_connection: SQLiteConnection, _map: MutableMap<ByteArrayWrapper, Artist?>) { in <lambda>()
75 val __mapKeySet: Set<ByteArrayWrapper> = _map.keys in <lambda>()
93 for (_item: ByteArrayWrapper in __mapKeySet) { in <lambda>()
104 val _tmpKey: ByteArrayWrapper in <lambda>()
[all …]
/room/room-runtime/src/androidUnitTest/kotlin/androidx/room/util/
DByteArrayWrapperTest.kt30 val wrapper1 = ByteArrayWrapper(array1) in validateEqualsAndHashcodeContracts()
31 val wrapper2 = ByteArrayWrapper(array2) in validateEqualsAndHashcodeContracts()
32 val wrapper3 = ByteArrayWrapper(array3) in validateEqualsAndHashcodeContracts()
43 val wrapper4 = ByteArrayWrapper(array1.clone()) in validateEqualsAndHashcodeContracts()
60 assertEquals(wrapper1.hashCode(), ByteArrayWrapper(array1).hashCode()) in validateEqualsAndHashcodeContracts()
/room/room-runtime/src/commonMain/kotlin/androidx/room/util/
DByteArrayWrapper.kt23 class ByteArrayWrapper(@JvmField val array: ByteArray) { class
26 if (other !is ByteArrayWrapper) return false in equals()
/room/room-runtime/bcv/native/
Dcurrent.txt243 final class androidx.room.util/ByteArrayWrapper { // androidx.room.util/ByteArrayWrapper|null[0]
244 …constructor <init>(kotlin/ByteArray) // androidx.room.util/ByteArrayWrapper.<init>|<init>(kotlin.B…
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>…
249 …final fun equals(kotlin/Any?): kotlin/Boolean // androidx.room.util/ByteArrayWrapper.equals|equals…
250 final fun hashCode(): kotlin/Int // androidx.room.util/ByteArrayWrapper.hashCode|hashCode(){}[0]
D2.7.0-beta01.txt243 final class androidx.room.util/ByteArrayWrapper { // androidx.room.util/ByteArrayWrapper|null[0]
244 …constructor <init>(kotlin/ByteArray) // androidx.room.util/ByteArrayWrapper.<init>|<init>(kotlin.B…
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>…
249 …final fun equals(kotlin/Any?): kotlin/Boolean // androidx.room.util/ByteArrayWrapper.equals|equals…
250 final fun hashCode(): kotlin/Int // androidx.room.util/ByteArrayWrapper.hashCode|hashCode(){}[0]
/room/room-runtime/api/
Drestricted_2.7.0-beta01.txt534 …To(androidx.annotation.RestrictTo.Scope.LIBRARY_GROUP_PREFIX) public final class ByteArrayWrapper {
535 ctor public ByteArrayWrapper(byte[] array);
Drestricted_current.txt534 …To(androidx.annotation.RestrictTo.Scope.LIBRARY_GROUP_PREFIX) public final class ByteArrayWrapper {
535 ctor public ByteArrayWrapper(byte[] array);