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