Home
last modified time | relevance | path

Searched defs:by_ref (Results 1 – 23 of 23) sorted by relevance

/external/cronet/tot/third_party/rust/chromium_crates_io/vendor/anyhow-1.0.93/src/
Dptr.rs48 pub fn by_ref(&self) -> Ref<T> { in by_ref() function
167 pub fn by_ref(self) -> Ref<'a, T> { in by_ref() function
/external/rust/android-crates-io/crates/anyhow/src/
Dptr.rs48 pub fn by_ref(&self) -> Ref<T> { in by_ref() function
167 pub fn by_ref(self) -> Ref<'a, T> { in by_ref() function
/external/cronet/stable/third_party/rust/chromium_crates_io/vendor/anyhow-1.0.93/src/
Dptr.rs48 pub fn by_ref(&self) -> Ref<T> { in by_ref() function
167 pub fn by_ref(self) -> Ref<'a, T> { in by_ref() function
/external/rust/android-crates-io/crates/miette/src/eyreish/
Dptr.rs46 pub(crate) const fn by_ref<'a>(&self) -> Ref<'a, T> { in by_ref() function
157 pub(crate) const fn by_ref(self) -> Ref<'a, T> { in by_ref() function
/external/clang/test/SemaCXX/
Dwarn-loop-analysis.cpp8 void by_ref(int &value) { } in by_ref() function
/external/rust/android-crates-io/crates/syn-mid/src/
Dpat.rs251 let by_ref: Option<Token![ref]> = input.parse()?; in field_pat() localVariable
/external/cronet/stable/third_party/rust/chromium_crates_io/vendor/syn-2.0.87/src/
Dpat.rs559 let by_ref: Option<Token![ref]> = input.parse()?; in field_pat() localVariable
/external/rust/android-crates-io/crates/syn/src/
Dpat.rs559 let by_ref: Option<Token![ref]> = input.parse()?; in field_pat() localVariable
/external/cronet/tot/third_party/rust/chromium_crates_io/vendor/syn-2.0.87/src/
Dpat.rs559 let by_ref: Option<Token![ref]> = input.parse()?; in field_pat() localVariable
/external/rust/android-crates-io/crates/futures-util/src/stream/stream/
Dmod.rs1278 fn by_ref(&mut self) -> &mut Self { in by_ref() method
/external/rust/android-crates-io/crates/combine/src/parser/
Dmod.rs357 fn by_ref(&mut self) -> &mut Self in by_ref() method
/external/rust/android-crates-io/crates/winnow/src/
Dparser.rs149 fn by_ref(&mut self) -> impls::ByRef<'_, Self> in by_ref() method
/external/rust/android-crates-io/crates/fallible-streaming-iterator/src/
Dlib.rs92 fn by_ref(&mut self) -> &mut Self in by_ref() method
/external/rust/android-crates-io/crates/regex/src/
Dre_bytes.rs1153 fn by_ref<'r>(&'r mut self) -> ReplacerRef<'r, Self> { in by_ref() method
Dre_unicode.rs1204 fn by_ref<'r>(&'r mut self) -> ReplacerRef<'r, Self> { in by_ref() method
/external/rust/android-crates-io/crates/rustix/src/backend/linux_raw/
Dconv.rs214 pub(super) fn by_ref<T: Sized, Num: ArgNumber>(t: &T) -> ArgReg<'_, Num> { in by_ref() function
/external/cronet/tot/third_party/rust/chromium_crates_io/vendor/regex-1.11.1/src/regex/
Dstring.rs2474 fn by_ref<'r>(&'r mut self) -> ReplacerRef<'r, Self> { in by_ref() method
Dbytes.rs2467 fn by_ref<'r>(&'r mut self) -> ReplacerRef<'r, Self> { in by_ref() method
/external/cronet/stable/third_party/rust/chromium_crates_io/vendor/regex-1.11.1/src/regex/
Dstring.rs2474 fn by_ref<'r>(&'r mut self) -> ReplacerRef<'r, Self> { in by_ref() method
Dbytes.rs2467 fn by_ref<'r>(&'r mut self) -> ReplacerRef<'r, Self> { in by_ref() method
/external/rust/android-crates-io/crates/mls-rs/src/group/
Dmod.rs4141 let by_ref = CustomProposal::new(TEST_CUSTOM_PROPOSAL_TYPE, vec![]); in custom_proposal_by_ref_in_external_join() localVariable
4142 let by_ref = alice.propose_custom(by_ref, vec![]).await.unwrap(); in custom_proposal_by_ref_in_external_join() localVariable
/external/rust/android-crates-io/crates/tracing-subscriber/src/fmt/format/
Dmod.rs450 pub fn by_ref(&mut self) -> Writer<'_> { in by_ref() method
/external/rust/android-crates-io/crates/fallible-iterator/src/
Dlib.rs411 fn by_ref(&mut self) -> &mut Self in by_ref() method