Home
last modified time | relevance | path

Searched refs:explicit_type (Results 1 – 9 of 9) sorted by relevance

/external/cronet/tot/third_party/rust/chromium_crates_io/vendor/syn-2.0.87/tests/
Dtest_receiver.rs145 fn explicit_type(self: Pin<MyType>); in test_explicit_type()
/external/rust/android-crates-io/crates/syn/tests/
Dtest_receiver.rs149 fn explicit_type(self: Pin<MyType>); in test_explicit_type()
/external/cronet/stable/third_party/rust/chromium_crates_io/vendor/syn-2.0.87/tests/
Dtest_receiver.rs145 fn explicit_type(self: Pin<MyType>); in test_explicit_type()
/external/libxkbcommon/src/xkbcomp/
Dsymbols.c1345 xkb_layout_index_t group, bool *explicit_type) in FindTypeForGroup() argument
1351 *explicit_type = true; in FindTypeForGroup()
1360 *explicit_type = false; in FindTypeForGroup()
1446 bool explicit_type; in CopySymbolsDefToKeymap() local
1448 type = FindTypeForGroup(keymap, keyi, i, &explicit_type); in CopySymbolsDefToKeymap()
1466 key->groups[i].explicit_type = explicit_type; in CopySymbolsDefToKeymap()
Dkeymap-dump.c505 if (key->groups[group].explicit_type) in write_key()
518 if (!key->groups[group].explicit_type) in write_key()
/external/pigweed/pw_format/rust/pw_format/
Dcore_fmt.rs69 fn explicit_type(input: &str) -> IResult<&str, Style> { in explicit_type() function
88 let (input, spec) = explicit_type(input).unwrap_or((input, Style::None)); in style()
/external/libxkbcommon/src/x11/
Dkeymap.c594 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()
/external/libxkbcommon/src/
Dkeymap.h325 bool explicit_type; member
/external/mesa3d/src/compiler/nir/
Dnir_lower_io.c2623 const struct glsl_type *explicit_type = in lower_vars_to_explicit() local
2627 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()