Searched refs:__typeClassToTypeName (Results 1 – 1 of 1) sorted by relevance
68 private static final String[] __typeClassToTypeName = new String[] { field in Type278 for (int i = 0; i < __typeClassToTypeName.length; ++i) { in Type()279 if (__typeClassToTypeName[i].equals(typeName)) { in Type()310 _typeName = __typeClassToTypeName[typeClass.getValue()]; in Type()446 : __typeClassToTypeName[_typeClass.getValue()]; in init()640 return typeClass.getValue() < __typeClassToTypeName.length; in __isTypeClassPrimitive()