Home
last modified time | relevance | path

Searched refs:into_cow (Results 1 – 25 of 82) sorted by relevance

1234

/dports/lang/rust/rustc-1.58.1-src/src/test/ui/ufcs/
H A Dufcs-qpath-missing-params.rs4 fn into_cow(self) -> Cow<'a, B>; in into_cow() method
8 fn into_cow(self) -> Cow<'a, str> { in into_cow() method
14 <String as IntoCow>::into_cow("foo".to_string()); in main()
17 <String as IntoCow>::into_cow::<str>("foo".to_string()); in main()
H A Dufcs-qpath-missing-params.stderr4 LL | <String as IntoCow>::into_cow("foo".to_string());
14 LL | <String as IntoCow<B>>::into_cow("foo".to_string());
20 LL | <String as IntoCow>::into_cow::<str>("foo".to_string());
30 LL | <String as IntoCow<B>>::into_cow::<str>("foo".to_string());
36 LL | <String as IntoCow>::into_cow::<str>("foo".to_string());
44 LL | fn into_cow(self) -> Cow<'a, B>;
/dports/lang/rust/rustc-1.58.1-src/src/test/ui/associated-types/
H A Dassociated-types-coherence-failure.rs12 fn into_cow(self) -> Cow<'a, B>; in into_cow() method
16 fn into_cow(self) -> Cow<'a, B> { in into_cow() function
23 fn into_cow(self) -> Cow<'a, B> { in into_cow() function
30 fn into_cow(self) -> Cow<'a, B> { in into_cow() function
/dports/lang/rust/rustc-1.58.1-src/src/test/ui/
H A Dufcs-polymorphic-paths.rs19 fn into_cow(self) -> Cow<'a, B>; in into_cow() method
23 fn into_cow(self) -> Cow<'a, str> { in into_cow() method
146 String::into_cow, fn(String) -> Cow<'static, str>,
148 <String>::into_cow, fn(String) -> Cow<'static, str>,
150 <String as IntoCow<_>>::into_cow, fn(String) -> Cow<'static, str>,
152 <String as IntoCow<'static, _>>::into_cow, fn(String) -> Cow<'static, str>,
/dports/lang/rust/rustc-1.58.1-src/library/alloc/tests/
H A Dstring.rs15 fn into_cow(self) -> Cow<'a, B>; in into_cow() method
19 fn into_cow(self) -> Cow<'a, str> { in into_cow() method
25 fn into_cow(self) -> Cow<'a, str> { in into_cow() method
68 let ys: Cow<'_, str> = "hello".into_cow(); in test_from_utf8_lossy()
72 let ys: Cow<'_, str> = "ศไทย中华Việt Nam".into_cow(); in test_from_utf8_lossy()
78 String::from("Hello\u{FFFD} There\u{FFFD} Goodbye").into_cow() in test_from_utf8_lossy()
84 String::from("Hello\u{FFFD}\u{FFFD} There\u{FFFD} Goodbye").into_cow() in test_from_utf8_lossy()
90 String::from("\u{FFFD}foo\u{FFFD}\u{FFFD}bar").into_cow() in test_from_utf8_lossy()
96 String::from("\u{FFFD}foo\u{FFFD}bar\u{FFFD}baz").into_cow() in test_from_utf8_lossy()
102 String::from("\u{FFFD}foo\u{FFFD}bar\u{FFFD}\u{FFFD}baz").into_cow() in test_from_utf8_lossy()
[all …]
/dports/www/jwt-cli/jwt-cli-5.0.0/cargo-crates/litrs-0.2.3/src/
H A Dlib.rs228 fn into_cow(self) -> Self::Cow; in into_cow() method
255 fn into_cow(self) -> Self::Cow { in into_cow() method
279 fn into_cow(self) -> Self::Cow { in into_cow() method
/dports/www/jwt-cli/jwt-cli-5.0.0/cargo-crates/litrs-0.2.3/src/string/
H A Dmod.rs53 value.map(B::Cow::from).unwrap_or_else(|| raw.cut(inner_range).into_cow()) in into_value()
/dports/security/vaultwarden/Rocket-263e39b5b429de1913ce7e3036575a7b4d88b6d7/core/lib/src/response/
H A Dresponse.rs1125 self.headers.replace_all(name.into_cow(), values); in merge()
1174 self.headers.add_all(name.into_cow(), &mut values); in join()
/dports/www/geckodriver/mozilla-central-e9783a644016aa9b317887076618425586730d73/testing/geckodriver/cargo-crates/toml-0.4.5/src/
H A Dtokens.rs290 val: val.into_cow(&self.input[..i]), in read_string()
425 fn into_cow(self, input: &str) -> Cow<str> { in into_cow() method
/dports/x11/admiral/admiral-1.0.0-7-g5a9f33b/cargo-crates/toml-0.4.5/src/
H A Dtokens.rs290 val: val.into_cow(&self.input[..i]), in read_string()
425 fn into_cow(self, input: &str) -> Cow<str> { in into_cow() method
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/toml/src/
H A Dtokens.rs290 val: val.into_cow(&self.input[..i]), in read_string()
425 fn into_cow(self, input: &str) -> Cow<str> { in into_cow() method
/dports/security/vaultwarden/vaultwarden-1.23.1/cargo-crates/uncased-0.9.6/src/
H A Downed.rs150 pub fn into_cow(self) -> Cow<'s, str> { in into_cow() method
/dports/www/zola/zola-0.15.2/cargo-crates/uncased-0.9.6/src/
H A Downed.rs150 pub fn into_cow(self) -> Cow<'s, str> { in into_cow() method
/dports/devel/stylua/StyLua-0.11.0/cargo-crates/toml-0.5.8/src/
H A Dtokens.rs359 val: val.into_cow(&self.input[..i]), in read_string()
522 fn into_cow(self, input: &str) -> Cow<'_, str> { in into_cow() method
/dports/multimedia/librav1e/rav1e-0.5.1/cargo-crates/toml-0.5.8/src/
H A Dtokens.rs359 val: val.into_cow(&self.input[..i]), in read_string()
522 fn into_cow(self, input: &str) -> Cow<'_, str> { in into_cow() method
/dports/multimedia/rav1e/rav1e-0.5.1/cargo-crates/toml-0.5.8/src/
H A Dtokens.rs359 val: val.into_cow(&self.input[..i]), in read_string()
522 fn into_cow(self, input: &str) -> Cow<'_, str> { in into_cow() method
/dports/misc/broot/broot-1.7.0/cargo-crates/toml-0.5.8/src/
H A Dtokens.rs359 val: val.into_cow(&self.input[..i]), in read_string()
522 fn into_cow(self, input: &str) -> Cow<'_, str> { in into_cow() method
/dports/devel/cargo-c/cargo-c-0.9.6+cargo-0.58/cargo-crates/toml-0.5.8/src/
H A Dtokens.rs359 val: val.into_cow(&self.input[..i]), in read_string()
522 fn into_cow(self, input: &str) -> Cow<'_, str> { in into_cow() method
/dports/devel/sccache/sccache-0.2.15/cargo-crates/toml-0.5.8/src/
H A Dtokens.rs359 val: val.into_cow(&self.input[..i]), in read_string()
522 fn into_cow(self, input: &str) -> Cow<'_, str> { in into_cow() method
/dports/net/gemserv/gemserv-v0.4.5/cargo-crates/toml-0.5.8/src/
H A Dtokens.rs359 val: val.into_cow(&self.input[..i]), in read_string()
522 fn into_cow(self, input: &str) -> Cow<'_, str> { in into_cow() method
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/toml-0.5.8/src/
H A Dtokens.rs359 val: val.into_cow(&self.input[..i]), in read_string()
522 fn into_cow(self, input: &str) -> Cow<'_, str> { in into_cow() method
/dports/games/jaggedalliance2/ja2-stracciatella-0.18.0/cargo-crates/toml-0.5.6/src/
H A Dtokens.rs351 val: val.into_cow(&self.input[..i]), in read_string()
514 fn into_cow(self, input: &str) -> Cow<'_, str> { in into_cow() method
/dports/devel/rust-cbindgen/cbindgen-0.20.0/cargo-crates/toml-0.5.6/src/
H A Dtokens.rs351 val: val.into_cow(&self.input[..i]), in read_string()
514 fn into_cow(self, input: &str) -> Cow<'_, str> { in into_cow() method
/dports/net/routinator/routinator-0.10.2/cargo-crates/toml-0.5.8/src/
H A Dtokens.rs359 val: val.into_cow(&self.input[..i]), in read_string()
522 fn into_cow(self, input: &str) -> Cow<'_, str> { in into_cow() method
/dports/security/vaultwarden/vaultwarden-1.23.1/cargo-crates/toml-0.4.10/src/
H A Dtokens.rs328 val: val.into_cow(&self.input[..i]), in read_string()
493 fn into_cow(self, input: &str) -> Cow<str> { in into_cow() method

1234