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