Home
last modified time | relevance | path

Searched defs:String (Results 1 – 25 of 507) sorted by relevance

12345678910>>...21

/third_party/rust/crates/clap/clap_complete/src/shells/
Dbash.rs12 fn file_name(&self, name: &str) -> String { in file_name()
75 fn all_subcommands(cmd: &Command) -> String { in all_subcommands()
81 subcmds: &mut Vec<(String, String, String)>, in all_subcommands() argument
126 fn subcommand_details(cmd: &Command) -> String { in subcommand_details()
163 fn option_details_for_path(cmd: &Command, path: &str) -> String { in option_details_for_path()
200 fn vals_for(o: &Arg) -> String { in vals_for()
217 fn all_options_for_path(cmd: &Command, path: &str) -> String { in all_options_for_path()
Dpowershell.rs14 fn file_name(&self, name: &str) -> String { in file_name()
63 fn escape_string(string: &str) -> String { in escape_string()
67 fn get_tooltip<T: ToString>(help: Option<&StyledStr>, data: T) -> String { in get_tooltip()
74 fn generate_inner(p: &Command, previous_command_name: &str) -> String { in generate_inner()
Delvish.rs14 fn file_name(&self, name: &str) -> String { in file_name()
58 fn escape_string(string: &str) -> String { in escape_string()
62 fn get_tooltip<T: ToString>(help: Option<&StyledStr>, data: T) -> String { in get_tooltip()
69 fn generate_inner(p: &Command, previous_command_name: &str) -> String { in generate_inner()
/third_party/rust/crates/cxx/src/symbols/
Drust_string.rs11 unsafe extern "C" fn string_new(this: &mut MaybeUninit<String>) { in string_new()
18 unsafe extern "C" fn string_clone(this: &mut MaybeUninit<String>, other: &String) { in string_clone()
26 this: &mut MaybeUninit<String>, in string_from_utf8()
44 this: &mut MaybeUninit<String>, in string_from_utf8_lossy()
56 this: &mut MaybeUninit<String>, in string_from_utf16()
73 this: &mut MaybeUninit<String>, in string_from_utf16_lossy()
84 unsafe extern "C" fn string_drop(this: &mut ManuallyDrop<String>) { in string_drop()
104 unsafe extern "C" fn string_reserve_additional(this: &mut String, additional: usize) { in string_reserve_additional()
109 unsafe extern "C" fn string_reserve_total(this: &mut String, new_cap: usize) { in string_reserve_total()
/third_party/skia/third_party/externals/tint/src/
Dintrinsic_table.inl50 std::string Bool::String(MatchState&) const { function in Bool
77 std::string F32::String(MatchState&) const { function in F32
104 std::string I32::String(MatchState&) const { function in I32
131 std::string U32::String(MatchState&) const { function in U32
163 std::string Vec2::String(MatchState& state) const { function in Vec2
196 std::string Vec3::String(MatchState& state) const { function in Vec3
229 std::string Vec4::String(MatchState& state) const { function in Vec4
267 std::string Vec::String(MatchState& state) const { function in Vec
313 std::string Mat::String(MatchState& state) const { function in Mat
360 std::string Ptr::String(MatchState& state) const { function in Ptr
[all …]
/third_party/icu/tools/cldr/cldr-to-icu/src/main/java/org/unicode/icu/tool/cldrtoicu/localedistance/
DLikelySubtagsBuilder.java132 private Aliases(ImmutableSortedMap<String, String> toCanonical) { in Aliases()
191 Map<String, Map<String, Map<String, LSR>>> languages, in writeLsrTable()
204 … Trie.Span languageSpan, Map<String, Map<String, LSR>> scripts, Indexer<LSR, Integer> lsrToIndex) { in writeScripts()
229 … Trie.Span languageOrScriptSpan, Map<String, LSR> regions, Indexer<LSR, Integer> lsrToIndex) { in writeRegions()
312 Map<String, Map<String, Map<String, LSR>>> langTable, LSR key, LSR newValue) { in set()
316 private static void set(Map<String, Map<String, Map<String, LSR>>> langTable, in set()
323 … private static <T> Map<String, T> getSubtable(Map<String, Map<String, T>> table, String subtag) { in getSubtable()
/third_party/libexif/libexif/
Di18n.h29 # define _(String) dgettext (GETTEXT_PACKAGE, String) argument
31 # define N_(String) gettext_noop (String) argument
33 # define N_(String) (String) argument
36 # define textdomain(String) (String) argument
37 # define gettext(String) (String) argument
48 # define _(String) (String) argument
49 # define N_(String) (String) argument
/third_party/rust/crates/clap/clap_derive/src/utils/
Ddoc_comments.rs8 pub fn extract_doc_comment(attrs: &[syn::Attribute]) -> Vec<String> { in extract_doc_comment()
51 lines: &[String], in format_doc_comment()
54 ) -> (Option<String>, Option<String>) { in format_doc_comment()
84 fn split_paragraphs(lines: &[String]) -> Vec<String> { in split_paragraphs()
107 fn remove_period(mut s: String) -> String { in remove_period()
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/
Dgst-i18n-plugin.h34 #define _(String) dgettext (GETTEXT_PACKAGE, String) argument
35 #define N_(String) gettext_noop (String) argument
39 #define _(String) String argument
40 #define N_(String) String argument
/third_party/gstreamer/gstplugins_good/gst-libs/gst/
Dgst-i18n-plugin.h36 #define _(String) dgettext (GETTEXT_PACKAGE, String) argument
37 #define N_(String) gettext_noop (String) argument
41 #define _(String) String argument
42 #define N_(String) String argument
/third_party/gstreamer/gstreamer/gst/
Dgst-i18n-app.h32 #define _(String) gettext (String) argument
33 #define N_(String) gettext_noop (String) argument
38 #define _(String) String argument
39 #define N_(String) String argument
Dgst-i18n-lib.h36 #define _(String) dgettext (GETTEXT_PACKAGE, String) argument
37 #define N_(String) gettext_noop (String) argument
41 #define _(String) String argument
42 #define N_(String) String argument
/third_party/gstreamer/gstplugins_base/gst-libs/gst/
Dgst-i18n-app.h32 #define _(String) gettext (String) argument
33 #define N_(String) gettext_noop (String) argument
38 #define _(String) String argument
39 #define N_(String) String argument
/third_party/rust/crates/cxx/src/
Drust_string.rs20 unsafe { &*(s as *const String as *const RustString) } in from_ref() constant
27 pub fn into_string(self) -> String { in into_string()
31 pub fn as_string(&self) -> &String { in as_string()
32 unsafe { &*(self as *const RustString as *const String) } in as_string() constant
35 pub fn as_mut_string(&mut self) -> &mut String { in as_mut_string()
/third_party/rust/crates/clap/clap_complete_fig/src/
Dfig.rs13 fn file_name(&self, name: &str) -> String { in file_name()
45 fn escape_string(string: &str) -> String { in escape_string()
54 fn gen_fig_inner(parent_commands: &[&str], indent: usize, cmd: &Command, buffer: &mut String) { in gen_fig_inner()
139 fn gen_options(cmd: &Command, indent: usize) -> String { in gen_options()
355 fn gen_args(arg: &Arg, indent: usize) -> String { in gen_args()
475 fn arg_conflicts(cmd: &Command, arg: &Arg) -> Vec<String> { in arg_conflicts()
/third_party/rust/crates/clang-sys/build/
Dcommon.rs23 fn add_command_error(name: &str, path: &str, arguments: &[&str], message: String) { in add_command_error()
96 fn run_command(name: &str, path: &str, arguments: &[&str]) -> Option<String> { in run_command()
117 pub fn run_llvm_config(arguments: &[&str]) -> Option<String> { in run_llvm_config()
124 pub fn run_xcode_select(arguments: &[&str]) -> Option<String> { in run_xcode_select()
187 fn search_directory(directory: &Path, filenames: &[String]) -> Vec<(PathBuf, String)> { in search_directory() argument
228 fn search_directories(directory: &Path, filenames: &[String]) -> Vec<(PathBuf, String)> { in search_directories() argument
246 pub fn search_libclang_directories(filenames: &[String], variable: &str) -> Vec<(PathBuf, String)> { in search_libclang_directories() argument
Ddynamic.rs52 fn validate_library(path: &Path) -> Result<(), String> { in validate_library() argument
101 fn search_libclang_directories(runtime: bool) -> Result<Vec<(PathBuf, String, Vec<u32>)>, String> { in search_libclang_directories() argument
177 pub fn find(runtime: bool) -> Result<(PathBuf, String), String> { in find() argument
/third_party/rust/crates/clap/src/builder/
Dstyled_str.rs34 pub(crate) fn header(&mut self, msg: impl Into<String>) { in header()
38 pub(crate) fn literal(&mut self, msg: impl Into<String>) { in literal()
42 pub(crate) fn placeholder(&mut self, msg: impl Into<String>) { in placeholder()
47 pub(crate) fn good(&mut self, msg: impl Into<String>) { in good()
52 pub(crate) fn warning(&mut self, msg: impl Into<String>) { in warning()
56 pub(crate) fn error(&mut self, msg: impl Into<String>) { in error()
61 pub(crate) fn hint(&mut self, msg: impl Into<String>) { in hint()
65 pub(crate) fn none(&mut self, msg: impl Into<String>) { in none()
69 pub(crate) fn stylize(&mut self, style: impl Into<Option<Style>>, msg: impl Into<String>) { in stylize()
133 fn stylize_(&mut self, style: Option<Style>, msg: String) { in stylize_()
[all …]
/third_party/rust/crates/clap/src/error/
Dmod.rs349 arg: String, in argument_conflict()
350 mut others: Vec<String>, in argument_conflict()
375 pub(crate) fn empty_value(cmd: &Command, good_vals: &[String], arg: String) -> Self { in empty_value()
379 pub(crate) fn no_equals(cmd: &Command, arg: String, usage: Option<StyledStr>) -> Self { in no_equals()
397 bad_val: String, in invalid_value()
398 good_vals: &[String], in invalid_value()
399 arg: String, in invalid_value()
427 subcmd: String, in invalid_subcommand()
428 did_you_mean: Vec<String>, in invalid_subcommand()
429 name: String, in invalid_subcommand()
[all …]
/third_party/skia/include/private/
DSkSLString.h23 class String; variable
29 explicit String(std::string s) : INHERITED(std::move(s)) {} in String() function
30 explicit String(skstd::string_view s) : INHERITED(s.data(), s.length()) {} in String() function
/third_party/rust/crates/clang-sys/src/
Dsupport.rs173 fn run(executable: &str, arguments: &[&str]) -> Result<(String, String), String> { in run() argument
186 fn run_clang(path: &Path, arguments: &[&str]) -> (String, String) { in run_clang()
191 fn run_llvm_config(arguments: &[&str]) -> Result<String, String> { in run_llvm_config() argument
/third_party/rust/crates/bindgen/bindgen-tests/tests/quickchecking/src/
Dbin.rs24 fn validate_generate_range(v: String) -> Result<(), String> { in validate_generate_range() argument
34 fn validate_tests_count(v: String) -> Result<(), String> { in validate_tests_count() argument
44 fn validate_path(v: String) -> Result<(), String> { in validate_path() argument
/third_party/rust/crates/cxx/gen/src/
Dblock.rs13 pub fn write_begin(self, out: &mut String) { in write_begin()
21 pub fn write_end(self, out: &mut String) { in write_end()
27 fn write_common(self, out: &mut String) { in write_common()
/third_party/rust/crates/clap/tests/derive/
Dutils.rs17 pub fn get_help<T: CommandFactory>() -> String { in get_help()
26 pub fn get_long_help<T: CommandFactory>() -> String { in get_long_help()
37 pub fn get_subcommand_long_help<T: CommandFactory>(subcmd: &str) -> String { in get_subcommand_long_help()
/third_party/rust/crates/bindgen/bindgen/ir/
Dcomment.rs15 pub fn preprocess(comment: &str) -> String { in preprocess()
37 fn preprocess_single_lines(comment: &str) -> String { in preprocess_single_lines()
47 fn preprocess_multi_line(comment: &str) -> String { in preprocess_multi_line()

12345678910>>...21