Home
last modified time | relevance | path

Searched defs:charProperty (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/auto/value/src/it/functional/src/test/java/com/google/auto/value/
H A DAutoValueTest.java403 public abstract char charProperty(); in charProperty() method in AutoValueTest.CharProperty
405 public static CharProperty create(char charProperty) { in create()
413 CharProperty charProperty = CharProperty.create(charValue); in testCharHashCode() local