Searched defs:fieldsCount (Results 1 – 9 of 9) sorted by relevance
82 private tailrec fun Class<*>.fieldsCount(accumulator: Int = 0): Int { in fieldsCount() method83 val fieldsCount = declaredFields.count { !Modifier.isStatic(it.modifiers) } in fieldsCount() constant
163 int fieldsCount = fields.length; in testInvokeMethod() local
24 protected FieldsSet(int whichEnum, int fieldsCount) { in FieldsSet()
21 protected FieldsSet(int whichEnum, int fieldsCount) { in FieldsSet()
500 int fieldsCount = 0; in toByteArray() local
736 int fieldsCount = readUnsignedShort(currentOffset); in accept() local3448 int fieldsCount = readUnsignedShort(currentOffset); in getFirstAttributeOffset() local
484 int fieldsCount = reader.u2(); in readFields() local
314 private inline fun fieldsCount(dynamic: dynamic): Int { in fieldsCount() method in kotlinx.serialization.json.DynamicPolymorphismTest
2054 int fieldsCount = fieldIDs.length; in getObjectReferenceValues() local2088 int fieldsCount = fieldIDs.length; in getReferenceTypeValues() local