Home
last modified time | relevance | path

Searched refs:str (Results 3701 - 3725 of 11052) sorted by relevance

1...<<141142143144145146147148149150>>...443

/third_party/rust/crates/bindgen/bindgen/
H A Dregex_set.rs34 S: AsRef<str>, in insert()
81 S: AsRef<str>, in matches()
/third_party/rust/crates/cxx/gen/build/src/syntax/
H A Dderive.rs54 impl AsRef<str> for Trait {
55 fn as_ref(&self) -> &str { in as_ref()
H A Dident.rs11 fn check_cxx_ident(cx: &mut Check, ident: &str) { in check()
20 fn check_rust_ident(cx: &mut Check, ident: &str) { in check()
/third_party/rust/crates/cxx/gen/lib/src/syntax/
H A Dderive.rs54 impl AsRef<str> for Trait {
55 fn as_ref(&self) -> &str { in as_ref()
H A Dident.rs11 fn check_cxx_ident(cx: &mut Check, ident: &str) { in check()
20 fn check_rust_ident(cx: &mut Check, ident: &str) { in check()
/third_party/rust/crates/cxx/macro/src/syntax/
H A Dident.rs11 fn check_cxx_ident(cx: &mut Check, ident: &str) { in check()
20 fn check_rust_ident(cx: &mut Check, ident: &str) { in check()
H A Dderive.rs54 impl AsRef<str> for Trait {
55 fn as_ref(&self) -> &str { in as_ref()
/third_party/rust/crates/cxx/syntax/
H A Dderive.rs54 impl AsRef<str> for Trait {
55 fn as_ref(&self) -> &str { in as_ref()
H A Dident.rs11 fn check_cxx_ident(cx: &mut Check, ident: &str) { in check()
20 fn check_rust_ident(cx: &mut Check, ident: &str) { in check()
/third_party/rust/crates/clap/tests/builder/
H A Dcargo.rs9 static DESCRIPTION_ONLY: &str = "prog 1
19 static AUTHORS_ONLY: &str = "prog 1
/third_party/rust/crates/cxx/gen/build/src/
H A Derror.rs19 UnusedExportedPrefix(&'static str),
20 UnusedExportedLinks(&'static str),
30 const LINKS_DOCUMENTATION: &str =
/third_party/rust/crates/cxx/gen/cmd/src/syntax/
H A Dderive.rs54 impl AsRef<str> for Trait {
55 fn as_ref(&self) -> &str { in as_ref()
H A Dident.rs11 fn check_cxx_ident(cx: &mut Check, ident: &str) { in check()
20 fn check_rust_ident(cx: &mut Check, ident: &str) { in check()
/third_party/rust/crates/autocfg/src/
H A Dversion.rs3 use std::str;
34 let output = try!(str::from_utf8(&output.stdout).map_err(error::from_utf8)); in from_rustc()
/third_party/rust/crates/clap/src/builder/
H A Dpossible_value.rs149 pub fn get_name(&self) -> &str { in get_name()
185 pub(crate) fn get_visible_quoted_name(&self) -> Option<std::borrow::Cow<'_, str>> {
200 pub fn get_name_and_aliases(&self) -> impl Iterator<Item = &str> + '_ { in get_name_and_aliases()
220 pub fn matches(&self, value: &str, ignore_case: bool) -> bool { in get_name_and_aliases()
/third_party/rust/crates/clap/tests/derive/
H A Dcustom_string_parsers.rs60 fn parse_hex(input: &str) -> Result<u64, ParseIntError> { in parse_hex()
100 fn custom_parser_2(_: &str) -> Result<&'static str, ErrCode> { in fmt()
107 b: &'static str, in fmt()
H A Doccurrences.rs22 fn parser(s: &str) -> Result<Vec<String>, std::convert::Infallible> { in test_vec_of_vec_opt_out()
23 Ok(s.split(',').map(str::to_owned).collect()) in test_vec_of_vec_opt_out()
/third_party/python/Tools/scripts/
H A Dndiff.py65 return fail("couldn't open " + fname + ": " + str(detail))
89 return fail(str(detail))
/third_party/rust/crates/cxx/src/
H A Dresult.rs11 use core::str;
63 let s = str::from_utf8_unchecked_mut(slice); in exception()
/third_party/pcre2/pcre2/src/
H A Dpcre2_string_utils.c209 PRIV(strlen)(PCRE2_SPTR str) in strlen() argument
212 while (*str++ != 0) c++; in strlen()
/third_party/python/Lib/distutils/tests/
H A Dtest_version.py13 self.assertEqual(str(version), '1.2.3a1')
16 self.assertEqual(str(version), '1.2')
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/Native/
H A DDbiModuleDescriptor.cpp81 uint32_t M = ModuleName.str().size() + 1; in getRecordLength()
82 uint32_t O = ObjFileName.str().size() + 1; in getRecordLength()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
H A Dgen_vk_mandatory_format_support_table.py77 def de(str):
78 return str.replace("VK_FORMAT_FEATURE_", "").replace("_BIT", "")
/third_party/skia/third_party/externals/angle2/src/tests/compiler_tests/
H A DHLSLOutput_test.cpp247 EXPECT_TRUE(m[0].str() != m[1].str()); in TEST_F()
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dfuncrepl.cpp101 UnicodeString str; in toReplacerPattern() local
106 rule.append(replacer->toReplacer()->toReplacerPattern(str, escapeUnprintable)); in toReplacerPattern()

Completed in 10 milliseconds

1...<<141142143144145146147148149150>>...443