/third_party/rust/crates/rust-openssl/openssl/src/ |
D | string.rs | 36 fn as_ref(&self) -> &str { in as_ref() method 42 fn as_ref(&self) -> &[u8] { in as_ref() method 59 fn as_ref(&self) -> &str { in as_ref() method 65 fn as_ref(&self) -> &[u8] { in as_ref() method
|
/third_party/rust/crates/unicode-ident/generate/src/ |
D | output.rs | 16 fn as_ref(&self) -> &[u8] { in as_ref() method
|
/third_party/rust/crates/humantime/src/ |
D | wrapper.rs | 50 fn as_ref(&self) -> &StdDuration { &self.0 } in as_ref() method 80 fn as_ref(&self) -> &SystemTime { &self.0 } in as_ref() method
|
/third_party/rust/crates/clap/src/builder/ |
D | str.rs | 122 fn as_ref(&self) -> &str { in as_ref() method 129 fn as_ref(&self) -> &[u8] { in as_ref() method 136 fn as_ref(&self) -> &std::ffi::OsStr { in as_ref() method 143 fn as_ref(&self) -> &std::path::Path { in as_ref() method
|
/third_party/rust/crates/serde/serde_derive/src/ |
D | fragment.rs | 68 fn as_ref(&self) -> &TokenStream { in as_ref() method
|
/third_party/rust/crates/which-rs/src/ |
D | lib.rs | 478 fn as_ref(&self) -> &path::Path { in as_ref() method 484 fn as_ref(&self) -> &OsStr { in as_ref() method 610 fn as_ref(&self) -> &path::Path { in as_ref() method 616 fn as_ref(&self) -> &OsStr { in as_ref() method
|
/third_party/rust/crates/nix/src/sys/ |
D | aio.rs | 497 fn as_ref(&self) -> &libc::aiocb { in as_ref() method 613 fn as_ref(&self) -> &libc::aiocb { in as_ref() method 737 fn as_ref(&self) -> &libc::aiocb { in as_ref() method 849 fn as_ref(&self) -> &libc::aiocb { in as_ref() method 970 fn as_ref(&self) -> &libc::aiocb { in as_ref() method
|
/third_party/rust/crates/rustix/src/path/ |
D | dec_int.rs | 115 fn as_ref(&self) -> &Path { in as_ref() method
|
/third_party/rust/crates/cxx/syntax/ |
D | derive.rs | 55 fn as_ref(&self) -> &str { in as_ref() method
|
D | atom.rs | 61 fn as_ref(&self) -> &str { in as_ref() method
|
/third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/ |
D | disable-untagged-union.rs | 16 pub unsafe fn as_ref(&self) -> &T { in as_ref() method
|
D | union-in-ns_1_0.rs | 18 pub unsafe fn as_ref(&self) -> &T { in as_ref() method
|
D | union_fields_1_0.rs | 16 pub unsafe fn as_ref(&self) -> &T { in as_ref() method
|
D | union_dtor_1_0.rs | 16 pub unsafe fn as_ref(&self) -> &T { in as_ref() method
|
D | bindgen-union-inside-namespace.rs | 18 pub unsafe fn as_ref(&self) -> &T { in as_ref() method
|
D | derive-partialeq-union_1_0.rs | 16 pub unsafe fn as_ref(&self) -> &T { in as_ref() method
|
D | struct_with_anon_unnamed_union_1_0.rs | 16 pub unsafe fn as_ref(&self) -> &T { in as_ref() method
|
D | union_template_1_0.rs | 16 pub unsafe fn as_ref(&self) -> &T { in as_ref() method
|
D | struct_with_anon_union_1_0.rs | 16 pub unsafe fn as_ref(&self) -> &T { in as_ref() method
|
D | union_with_anon_union_1_0.rs | 16 pub unsafe fn as_ref(&self) -> &T { in as_ref() method
|
/third_party/rust/crates/memchr/src/memmem/ |
D | mod.rs | 546 pub fn as_ref(&self) -> Finder<'_> { in as_ref() method 677 pub fn as_ref(&self) -> FinderRev<'_> { in as_ref() method 877 fn as_ref(&self) -> Searcher<'_> { in as_ref() method 1074 fn as_ref(&self) -> SearcherRev<'_> { in as_ref() method
|
/third_party/rust/crates/clap/clap_derive/src/utils/ |
D | spanned.rs | 73 fn as_ref(&self) -> &str { in as_ref() method
|
/third_party/rust/crates/autocfg/src/ |
D | tests.rs | 64 let as_ref = ac.core_std("convert::AsRef"); in probe_as_ref() localVariable
|
/third_party/rust/crates/os_str_bytes/src/ |
D | raw_str.rs | 865 fn as_ref(&self) -> &Self { in as_ref() method 872 fn as_ref(&self) -> &RawOsStr { in as_ref() method 879 fn as_ref(&self) -> &RawOsStr { in as_ref() method 1311 fn as_ref(&self) -> &RawOsStr { in as_ref() method
|
/third_party/rust/crates/tracing/tracing-attributes/src/ |
D | lib.rs | 616 fn as_ref(&self) -> MaybeItemFnRef<'_, TokenStream> { in as_ref() method
|