Home
last modified time | relevance | path

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

/external/hamcrest/hamcrest-library/src/test/java/org/hamcrest/beans/
DSamePropertyValuesAsTest.java66 private int intProperty; field in SamePropertyValuesAsTest.ExampleBean
69 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()
/external/clang/test/Index/
Dcomplete-kvc.m25 @property int intProperty; property
39 - (int)intProperty { return 0; } method
52 - (int)intProperty { return 0; } method
/external/aws-sdk-java-v2/test/test-utils/src/test/java/software/amazon/awssdk/testutils/smoketest/
DReflectionUtilsTest.java65 private Integer intProperty; field in ReflectionUtilsTest.TestClass
/external/flatbuffers/kotlin/flatbuffers-kotlin/
Dbuild.gradle.kts105 fun String.intProperty() = findProperty(this).toString().toInt() in intProperty() method
/external/auto/value/src/it/functional/src/test/java/com/google/auto/value/
DAutoValueTest.java355 public abstract int intProperty(); in intProperty() method in AutoValueTest.IntProperty
357 public static IntProperty create(int intProperty) { in create()
365 IntProperty intProperty = IntProperty.create(intValue); in testIntHashCode() local