Home
last modified time | relevance | path

Searched defs:as_ref (Results 1 – 25 of 83) sorted by relevance

1234

/third_party/rust/crates/rust-openssl/openssl/src/
Dstring.rs36 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/
Doutput.rs16 fn as_ref(&self) -> &[u8] { in as_ref() method
/third_party/rust/crates/humantime/src/
Dwrapper.rs50 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/
Dstr.rs122 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/
Dfragment.rs68 fn as_ref(&self) -> &TokenStream { in as_ref() method
/third_party/rust/crates/which-rs/src/
Dlib.rs478 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/
Daio.rs497 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/
Ddec_int.rs115 fn as_ref(&self) -> &Path { in as_ref() method
/third_party/rust/crates/cxx/syntax/
Dderive.rs55 fn as_ref(&self) -> &str { in as_ref() method
Datom.rs61 fn as_ref(&self) -> &str { in as_ref() method
/third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/
Ddisable-untagged-union.rs16 pub unsafe fn as_ref(&self) -> &T { in as_ref() method
Dunion-in-ns_1_0.rs18 pub unsafe fn as_ref(&self) -> &T { in as_ref() method
Dunion_fields_1_0.rs16 pub unsafe fn as_ref(&self) -> &T { in as_ref() method
Dunion_dtor_1_0.rs16 pub unsafe fn as_ref(&self) -> &T { in as_ref() method
Dbindgen-union-inside-namespace.rs18 pub unsafe fn as_ref(&self) -> &T { in as_ref() method
Dderive-partialeq-union_1_0.rs16 pub unsafe fn as_ref(&self) -> &T { in as_ref() method
Dstruct_with_anon_unnamed_union_1_0.rs16 pub unsafe fn as_ref(&self) -> &T { in as_ref() method
Dunion_template_1_0.rs16 pub unsafe fn as_ref(&self) -> &T { in as_ref() method
Dstruct_with_anon_union_1_0.rs16 pub unsafe fn as_ref(&self) -> &T { in as_ref() method
Dunion_with_anon_union_1_0.rs16 pub unsafe fn as_ref(&self) -> &T { in as_ref() method
/third_party/rust/crates/memchr/src/memmem/
Dmod.rs546 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/
Dspanned.rs73 fn as_ref(&self) -> &str { in as_ref() method
/third_party/rust/crates/autocfg/src/
Dtests.rs64 let as_ref = ac.core_std("convert::AsRef"); in probe_as_ref() localVariable
/third_party/rust/crates/os_str_bytes/src/
Draw_str.rs865 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/
Dlib.rs616 fn as_ref(&self) -> MaybeItemFnRef<'_, TokenStream> { in as_ref() method

1234