Searched defs:byteType (Results 1 – 9 of 9) sorted by relevance
20 var byteType = reflect.TypeOf(byte(0)) var
23 byteType = reflect.TypeOf((*byte)(nil)).Elem() var
29 val byteType: KSType constant
61 public static PrimitiveType byteType() { in byteType() method in PrimitiveType
110 prims.put(CtClass.byteType, BYTE); in prims.put()
90 override val byteType: KSType by lazy { KSTypeImpl.getCached(builtIns.BYTE) } in <lambda>() constant
105 public static CtClass byteType; field in CtClass
74 byteType = reflect.TypeOf(byte(0)) var
1130 override val byteType: KSType by lazy { getKSTypeCached(builtIns.byteType) } in <lambda>() constant