Searched refs:BOOLEAN_ARRAY (Results 1 – 5 of 5) sorted by relevance
23 import com.squareup.kotlinpoet.BOOLEAN_ARRAY76 BOOLEAN_ARRAY -> ArrayTypeName.of(JTypeName.BOOLEAN) in toJClassName()
107 private static final boolean[] BOOLEAN_ARRAY = new boolean[]{BOOLEAN}; field in TypesTest109 new boolean[][][] {{BOOLEAN_ARRAY}};841 …at(senderProvider.provide(context, testProfileConnector).identityBooleanArrayMethod(BOOLEAN_ARRAY)) in booleanArrayReturnTypeAndArgument_bothWork()842 .isEqualTo(BOOLEAN_ARRAY); in booleanArrayReturnTypeAndArgument_bothWork()
287 @JvmField public val BOOLEAN_ARRAY: ClassName = ClassName("kotlin", "BooleanArray") constant
71 private static TypeId<boolean[]> BOOLEAN_ARRAY = TypeId.get(boolean[].class); field in DexMakerTest1808 Method booleanArrayLength = arrayLengthMethod(BOOLEAN_ARRAY); in testArrayLength()1848 Method newBooleanArray = newArrayMethod(BOOLEAN_ARRAY); in testNewArray()1891 Method swapBooleanArray = arraySwapMethod(BOOLEAN_ARRAY, TypeId.BOOLEAN); in testReadAndWriteArray()
843 public static final field BOOLEAN_ARRAY Lcom/squareup/kotlinpoet/ClassName;