Home
last modified time | relevance | path

Searched refs:convert_type (Results 1 – 4 of 4) sorted by relevance

/third_party/rust/crates/clap/clap_derive/src/derives/
Dargs.rs641 let convert_type = inner_type(&field.ty); in gen_parsers() localVariable
643 let get_one = quote_spanned!(span=> remove_one::<#convert_type>); in gen_parsers()
644 let get_many = quote_spanned!(span=> remove_many::<#convert_type>); in gen_parsers()
645 let get_occurrences = quote_spanned!(span=> remove_occurrences::<#convert_type>); in gen_parsers()
/third_party/mesa3d/src/compiler/glsl/
Dlower_precision.cpp643 convert_type(bool up, const glsl_type *type) in convert_type() function
646 return glsl_type::get_array_instance(convert_type(up, type->fields.array), in convert_type()
695 return convert_type(false, type); in lower_glsl_type()
735 const glsl_type *desired_type = convert_type(up, ir->type); in convert_precision()
/third_party/benchmark/src/
Dsysinfo.cc429 using convert_type = std::codecvt_utf8<wchar_t>; in GetSystemName() typedef
430 std::wstring_convert<convert_type, wchar_t> converter; in GetSystemName()
/third_party/pcre2/pcre2/src/
Dpcre2test.c571 uint32_t convert_type; member
656 …{ "convert", MOD_PAT, MOD_CON, 0, PO(convert_type) },
5251 if (pat_patctl.convert_type != CONVERT_UNSET && in process_pattern()
5697 if (pat_patctl.convert_type != CONVERT_UNSET) in process_pattern()
5701 uint32_t convert_options = pat_patctl.convert_type; in process_pattern()
8882 def_patctl.convert_type = CONVERT_UNSET; in main()