Searched defs:intProperty (Results 1 – 6 of 6) 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()
15 @property(direct, readonly) int intProperty; property230 @property(direct, readonly) int intProperty; property
346 public abstract int intProperty(); in intProperty() method in AutoValueTest.IntProperty348 public static IntProperty create(int intProperty) { in create()356 IntProperty intProperty = IntProperty.create(intValue); in testIntHashCode() local