Searched defs:subInt (Results 1 – 3 of 3) sorted by relevance
80 private static void subInt() { in subInt() method in SubTest
497 public abstract int subInt(); in subInt() method in AutoValueTest.Sub499 public static Sub create(Object superObject, boolean superBoolean, int subInt) { in create()526 abstract int subInt(); in subInt() method in AutoValueTest.NonPublicSub528 static NonPublicSub create(Object superObject, String subString, int subInt) { in create()
171 TEST(ATen, subInt) { in TEST() argument