Searched defs:byteProperty (Results 1 – 1 of 1) sorted by relevance
378 public abstract byte byteProperty(); in byteProperty() method in AutoValueTest.ByteProperty380 public static ByteProperty create(byte byteProperty) { in create()388 ByteProperty byteProperty = ByteProperty.create(byteValue); in testByteHashCode() local