/third_party/rust/crates/bindgen/bindgen/ |
H A D | regex_set.rs | 34 S: AsRef<str>, in insert() 81 S: AsRef<str>, in matches()
|
/third_party/rust/crates/cxx/gen/build/src/syntax/ |
H A D | derive.rs | 54 impl AsRef<str> for Trait { 55 fn as_ref(&self) -> &str { in as_ref()
|
H A D | ident.rs | 11 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 D | derive.rs | 54 impl AsRef<str> for Trait { 55 fn as_ref(&self) -> &str { in as_ref()
|
H A D | ident.rs | 11 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 D | ident.rs | 11 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 D | derive.rs | 54 impl AsRef<str> for Trait { 55 fn as_ref(&self) -> &str { in as_ref()
|
/third_party/rust/crates/cxx/syntax/ |
H A D | derive.rs | 54 impl AsRef<str> for Trait { 55 fn as_ref(&self) -> &str { in as_ref()
|
H A D | ident.rs | 11 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 D | cargo.rs | 9 static DESCRIPTION_ONLY: &str = "prog 1 19 static AUTHORS_ONLY: &str = "prog 1
|
/third_party/rust/crates/cxx/gen/build/src/ |
H A D | error.rs | 19 UnusedExportedPrefix(&'static str), 20 UnusedExportedLinks(&'static str), 30 const LINKS_DOCUMENTATION: &str =
|
/third_party/rust/crates/cxx/gen/cmd/src/syntax/ |
H A D | derive.rs | 54 impl AsRef<str> for Trait { 55 fn as_ref(&self) -> &str { in as_ref()
|
H A D | ident.rs | 11 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 D | version.rs | 3 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 D | possible_value.rs | 149 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 D | custom_string_parsers.rs | 60 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 D | occurrences.rs | 22 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 D | ndiff.py | 65 return fail("couldn't open " + fname + ": " + str(detail)) 89 return fail(str(detail))
|
/third_party/rust/crates/cxx/src/ |
H A D | result.rs | 11 use core::str; 63 let s = str::from_utf8_unchecked_mut(slice); in exception()
|
/third_party/pcre2/pcre2/src/ |
H A D | pcre2_string_utils.c | 209 PRIV(strlen)(PCRE2_SPTR str) in strlen() argument 212 while (*str++ != 0) c++; in strlen()
|
/third_party/python/Lib/distutils/tests/ |
H A D | test_version.py | 13 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 D | DbiModuleDescriptor.cpp | 81 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 D | gen_vk_mandatory_format_support_table.py | 77 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 D | HLSLOutput_test.cpp | 247 EXPECT_TRUE(m[0].str() != m[1].str()); in TEST_F()
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
H A D | funcrepl.cpp | 101 UnicodeString str; in toReplacerPattern() local 106 rule.append(replacer->toReplacer()->toReplacerPattern(str, escapeUnprintable)); in toReplacerPattern()
|