Searched refs:MAP_TYPES (Results 1 – 5 of 5) sorted by relevance
58 MAP_TYPES = (1<<1), enumerator66 MAP_ALL = (MAP_TYPES | MAP_NAMES | MAP_FUNCS),
1458 if (options & MAP_TYPES) mapTypeConst(); in remap()
125 MAP_TYPES = canonicalize type IDs132 MAP_ALL = (MAP_TYPES | MAP_NAMES | MAP_FUNCS)
278 options = (options | spv::spirvbin_t::MAP_TYPES); in parseCmdLine()
287 public static final String MAP_TYPES = "mapTypes"; field in LDMLConstants