Searched refs:bytes (Results 1 – 14 of 14) sorted by relevance
33 fun convertByteToUUID(bytes: ByteArray): UUID { in convertByteToUUID()34 val buffer = ByteBuffer.wrap(bytes) in convertByteToUUID()47 val bytes = ByteArray(16) in convertUUIDToByte() constant48 val buffer = ByteBuffer.wrap(bytes) in convertUUIDToByte()
294 fun fromByte(bytes: ByteArray): UUID { in <lambda>()295 val bb = ByteBuffer.wrap(bytes) in <lambda>()302 fun fromByte(bytes: ByteArray): UUID { in <lambda>()303 val bb = ByteBuffer.wrap(bytes) in <lambda>()
164 fun asUuid(bytes: ByteArray): UUID { in asUuid()165 val bb = ByteBuffer.wrap(bytes) in asUuid()
138 @TypeConverter fun toCustomData(bytes: ByteArray) = CustomData(bytes) in toCustomData()
136 fun asUuid(bytes: ByteArray): UUID { in usersDao()137 val bb = ByteBuffer.wrap(bytes) in usersDao()
123 public UUID asUuid(byte[] bytes) { in asUuid() argument124 ByteBuffer bb = ByteBuffer.wrap(bytes); in asUuid()
183 public UUID asUuid(byte[] bytes) { in asUuid() argument184 ByteBuffer bb = ByteBuffer.wrap(bytes); in asUuid()
415 method public static java.util.UUID convertByteToUUID(byte[] bytes);
426 method public static java.util.UUID convertByteToUUID(byte[] bytes);
707 method public static java.util.UUID convertByteToUUID(byte[] bytes);