Searched refs:PRIMITIVE_TYPES (Results 1 – 1 of 1) sorted by relevance
49 private static final ImmutableMap<String, Class> PRIMITIVE_TYPES = getPrimitiveTypes(); field in CurrentApiHelper179 return PRIMITIVE_TYPES.get(typeName); in getClassByName()203 return PRIMITIVE_TYPES.containsKey(typeName); in isPrimitiveTypeName()