Searched refs:mInt2 (Results 1 – 3 of 3) sorted by relevance
566 @Field(order = 1, type = Type.U16) final int mInt2; field in StructTest.MismatchedConstructor569 mInt2 = Integer.valueOf(int2); in MismatchedConstructor()582 @Field(order = 1, type = Type.U16) final int mInt2; field in StructTest.ClassWithTwoConstructors585 mInt2 = Integer.valueOf(int2); in ClassWithTwoConstructors()589 mInt2 = int2; in ClassWithTwoConstructors()598 assertEquals(30806 /* 0x7856 */, msg.mInt2); in testClassWithTwoConstructors()650 @Field(order = 1, type = Type.S32) int mInt2; field in StructTest.BigEndianDataMessage667 assertEquals(-2, msg.mInt2); in testBigEndianByteBuffer()
144 private int mInt2; field in Icon213 return mInt2; in getDataOffset()703 rep.mInt2 = offset; in createWithData()
17049 Landroid/graphics/drawable/Icon;->mInt2:I