Searched defs:booleanType (Results 1 – 5 of 5) sorted by relevance
506 val booleanType = BOOLEAN in functionWithMultipleContextReceivers() constant592 val booleanType = BOOLEAN in functionParamSingleLambdaParam() constant618 val booleanType = BOOLEAN in functionParamMultipleLambdaParam() constant637 val booleanType = Boolean::class.asClassName() in functionParamMultipleLambdaParamNullableLambda() constant658 val booleanType = Boolean::class.asClassName() in functionParamMultipleNullableLambdaParam() constant
53 public static PrimitiveType booleanType() { in booleanType() method in PrimitiveType
111 prims.put(CtClass.booleanType, BOOLEAN); in prims.put()
93 public static CtClass booleanType; field in CtClass
4355 AST_MATCHER(Type, booleanType) { in AST_MATCHER() argument