Searched refs:explicit_type (Results 1 – 6 of 6) sorted by relevance
61 fn explicit_type(self: Pin<MyType>); in test_explicit_type()
1345 xkb_layout_index_t group, bool *explicit_type) in FindTypeForGroup() argument1351 *explicit_type = true; in FindTypeForGroup()1360 *explicit_type = false; in FindTypeForGroup()1446 bool explicit_type; in CopySymbolsDefToKeymap() local1448 type = FindTypeForGroup(keymap, keyi, i, &explicit_type); in CopySymbolsDefToKeymap()1466 key->groups[i].explicit_type = explicit_type; in CopySymbolsDefToKeymap()
505 if (key->groups[group].explicit_type) in write_key()518 if (!key->groups[group].explicit_type) in write_key()
567 key->groups[0].explicit_type = true; in get_explicits()570 key->groups[1].explicit_type = true; in get_explicits()573 key->groups[2].explicit_type = true; in get_explicits()576 key->groups[3].explicit_type = true; in get_explicits()
325 bool explicit_type; member
2251 const struct glsl_type *explicit_type = in lower_vars_to_explicit() local2254 if (explicit_type != var->type) in lower_vars_to_explicit()2255 var->type = explicit_type; in lower_vars_to_explicit()