Searched refs:explicit_type (Results 1 – 9 of 9) sorted by relevance
145 fn explicit_type(self: Pin<MyType>); in test_explicit_type()
149 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()
69 fn explicit_type(input: &str) -> IResult<&str, Style> { in explicit_type() function88 let (input, spec) = explicit_type(input).unwrap_or((input, Style::None)); in style()
594 key->groups[0].explicit_type = true; in get_explicits()597 key->groups[1].explicit_type = true; in get_explicits()600 key->groups[2].explicit_type = true; in get_explicits()603 key->groups[3].explicit_type = true; in get_explicits()
325 bool explicit_type; member
2623 const struct glsl_type *explicit_type = in lower_vars_to_explicit() local2627 if (explicit_type != var->type) in lower_vars_to_explicit()2628 var->type = explicit_type; in lower_vars_to_explicit()2631 glsl_type_is_struct_or_ifc(explicit_type) && in lower_vars_to_explicit()2632 glsl_get_length(explicit_type) == 0; in lower_vars_to_explicit()2635 glsl_type_is_cmat(glsl_without_array(explicit_type))); in lower_vars_to_explicit()