Searched defs:intProperty (Results 1 – 4 of 4) sorted by relevance
66 private int intProperty; field in SamePropertyValuesAsTest.ExampleBean69 public ExampleBean(String stringProperty, int intProperty, Value valueProperty) { in ExampleBean()87 … public SubBeanWithNoExtraProperties(String stringProperty, int intProperty, Value valueProperty) { in SubBeanWithNoExtraProperties()93 public SubBeanWithExtraProperty(String stringProperty, int intProperty, Value valueProperty) { in SubBeanWithExtraProperty()
25 @property int intProperty; property39 - (int)intProperty { return 0; } method52 - (int)intProperty { return 0; } method
19 public int intProperty; field in Bean41 public void setIntProperty(int intProperty) in setIntProperty()
355 public abstract int intProperty(); in intProperty() method in AutoValueTest.IntProperty357 public static IntProperty create(int intProperty) { in create()365 IntProperty intProperty = IntProperty.create(intValue); in testIntHashCode() local