Searched defs:BYTE (Results 1 – 4 of 4) sorted by relevance
78 public static final Type BYTE = new Type("B", BT_BYTE); field in Type134 CLASS_TYPE_MAP.put(byte.class, BYTE); in CLASS_TYPE_MAP.put() argument
38 public static final CstType BYTE = intern(Type.BYTE_CLASS); field in CstType
43 public static final CstType BYTE = new CstType(Type.BYTE_CLASS); field in CstType
79 public static final Type BYTE = new Type("B", BT_BYTE); field in Type