Home
last modified time | relevance | path

Searched defs:hashCode (Results 1 – 25 of 74) sorted by relevance

123

/room/room-compiler-processing/src/main/java/androidx/room/compiler/processing/
DXEquality.kt30 fun hashCode(elements: Array<out Any?>): Int { in hashCode() method
/room/room-runtime/src/jvmNativeMain/kotlin/androidx/room/util/
DTableInfo.jvmNative.kt49 actual override fun hashCode() = hashCodeCommon() in equals() method in androidx.room.util.TableInfo
114 actual override fun hashCode() = hashCodeCommon() in equals() method in androidx.room.util.TableInfo.Column
131 actual override fun hashCode() = hashCodeCommon() in equals() method in androidx.room.util.TableInfo.ForeignKey
156 actual override fun hashCode() = hashCodeCommon() method in androidx.room.util.TableInfo.Index
DViewInfo.jvmNative.kt39 actual override fun hashCode() = hashCodeCommon() in equals() method in androidx.room.util.ViewInfo
/room/room-runtime/src/androidMain/kotlin/androidx/room/util/
DTableInfo.android.kt58 actual override fun hashCode() = hashCodeCommon() in equals() method in androidx.room.util.TableInfo
150 actual override fun hashCode() = hashCodeCommon() in defaultValueEquals() method in androidx.room.util.TableInfo.Column
167 actual override fun hashCode() = hashCodeCommon() in defaultValueEquals() method in androidx.room.util.TableInfo.ForeignKey
204 actual override fun hashCode() = hashCodeCommon() method in androidx.room.util.TableInfo.Index
DViewInfo.android.kt40 actual override fun hashCode() = hashCodeCommon() in equals() method in androidx.room.util.ViewInfo
/room/integration-tests/testapp/src/androidTest/java/androidx/room/integration/testapp/test/
DConstructorTest.java103 public int hashCode() { in hashCode() method in ConstructorTest.FullConstructor
147 public int hashCode() { in hashCode() method in ConstructorTest.PartialConstructor
174 public int hashCode() { in hashCode() method in ConstructorTest.MyEmbedded
216 public int hashCode() { in hashCode() method in ConstructorTest.EntityWithAnnotations
DDaoNameConflictTest.java97 public int hashCode() { in hashCode() method in DaoNameConflictTest.Item1
135 public int hashCode() { in hashCode() method in DaoNameConflictTest.Item2
DRelationWithReservedKeywordTest.java96 public int hashCode() { in hashCode() method in RelationWithReservedKeywordTest.Category
173 public int hashCode() { in hashCode() method in RelationWithReservedKeywordTest.Topic
DGenericEntityTest.java108 public int hashCode() { in hashCode() method in GenericEntityTest.Item
140 public int hashCode() { in hashCode() method in GenericEntityTest.EntityItem
/room/integration-tests/testapp/src/androidTest/java/androidx/room/integration/testapp/vo/
DPlaylist.java42 public int hashCode() { in hashCode() method in Playlist
DCoordinates.java35 public int hashCode() { in hashCode() method in Coordinates
DPetsToys.java51 public int hashCode() { in hashCode() method in PetsToys
DMail.java50 public int hashCode() { in hashCode() method in Mail
DProduct.java51 public int hashCode() { in hashCode() method in Product
DPlaylistSongXRef.java65 public int hashCode() { in hashCode() method in PlaylistSongXRef
DPetCouple.java59 public int hashCode() { in hashCode() method in PetCouple
DReleasedAlbum.java50 public int hashCode() { in hashCode() method in ReleasedAlbum
DAlbumNameAndBandName.java53 public int hashCode() { in hashCode() method in AlbumNameAndBandName
DNameAndLastName.java50 public int hashCode() { in hashCode() method in NameAndLastName
DUserAndPetAdoptionDates.java58 public int hashCode() { in hashCode() method in UserAndPetAdoptionDates
DPetWithToyIds.java55 public int hashCode() { in hashCode() method in PetWithToyIds
DArtist.java51 public int hashCode() { in hashCode() method in Artist
/room/room-runtime/src/commonMain/kotlin/androidx/room/util/
DByteArrayWrapper.kt30 override fun hashCode(): Int = array.contentHashCode() method in androidx.room.util.ByteArrayWrapper
DTableInfo.kt47 override fun hashCode(): Int in <lambda>() method
114 override fun hashCode(): Int in <lambda>() method
136 override fun hashCode(): Int in <lambda>() method
157 override fun hashCode(): Int in <lambda>() method
/room/room-compiler/src/test/test-data/common/input/
DArtist.java49 public int hashCode() { in hashCode() method in Artist

123