/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/ |
D | ipa-prop.h | 153 bool by_ref; member 390 bool by_ref; member 587 unsigned by_ref : 1; member
|
/aosp_15_r20/external/rust/android-crates-io/crates/miette/src/eyreish/ |
D | ptr.rs | 46 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
|
/aosp_15_r20/external/rust/android-crates-io/crates/anyhow/src/ |
D | ptr.rs | 48 pub fn by_ref(&self) -> Ref<T> { in by_ref() function 167 pub fn by_ref(self) -> Ref<'a, T> { in by_ref() function
|
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/anyhow-1.0.82/src/ |
H A D | ptr.rs | 48 pub fn by_ref(&self) -> Ref<T> { in by_ref() function 167 pub fn by_ref(self) -> Ref<'a, T> { in by_ref() function
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/alloc/tests/ |
H A D | boxed.rs | 175 fn by_ref(&self) -> &Self in by_ref() method
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/alloc/tests/ |
H A D | boxed.rs | 175 fn by_ref(&self) -> &Self in by_ref() method
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/alloc/tests/ |
H A D | boxed.rs | 175 fn by_ref(&self) -> &Self in by_ref() method
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/alloc/tests/ |
H A D | boxed.rs | 175 fn by_ref(&self) -> &Self in by_ref() method
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/alloc/tests/ |
H A D | boxed.rs | 175 fn by_ref(&self) -> &Self in by_ref() method
|
/aosp_15_r20/external/clang/test/SemaCXX/ |
H A D | warn-loop-analysis.cpp | 8 void by_ref(int &value) { } in by_ref() function
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/core/src/alloc/ |
H A D | mod.rs | 366 fn by_ref(&self) -> &Self in by_ref() method
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/core/src/alloc/ |
H A D | mod.rs | 366 fn by_ref(&self) -> &Self in by_ref() method
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/core/src/alloc/ |
H A D | mod.rs | 366 fn by_ref(&self) -> &Self in by_ref() method
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/core/src/alloc/ |
H A D | mod.rs | 366 fn by_ref(&self) -> &Self in by_ref() method
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/core/src/alloc/ |
H A D | mod.rs | 366 fn by_ref(&self) -> &Self in by_ref() method
|
/aosp_15_r20/external/rust/android-crates-io/crates/syn-mid/src/ |
D | pat.rs | 251 let by_ref: Option<Token![ref]> = input.parse()?; in field_pat() localVariable
|
/aosp_15_r20/system/tools/aidl/ |
D | aidl_to_rust.cpp | 45 const std::variant<std::string, std::vector<std::string>>& raw_value, bool by_ref) { in ConstantValueDecoratorInternal()
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/std/src/io/ |
H A D | mod.rs | 1034 fn by_ref(&mut self) -> &mut Self in by_ref() method 1874 fn by_ref(&mut self) -> &mut Self in by_ref() method
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/std/src/io/ |
H A D | mod.rs | 1034 fn by_ref(&mut self) -> &mut Self in by_ref() method 1866 fn by_ref(&mut self) -> &mut Self in by_ref() method
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/std/src/io/ |
H A D | mod.rs | 1034 fn by_ref(&mut self) -> &mut Self in by_ref() method 1866 fn by_ref(&mut self) -> &mut Self in by_ref() method
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/std/src/io/ |
H A D | mod.rs | 1034 fn by_ref(&mut self) -> &mut Self in by_ref() method 1866 fn by_ref(&mut self) -> &mut Self in by_ref() method
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/std/src/io/ |
H A D | mod.rs | 1034 fn by_ref(&mut self) -> &mut Self in by_ref() method 1874 fn by_ref(&mut self) -> &mut Self in by_ref() method
|
/aosp_15_r20/external/rust/android-crates-io/crates/syn/src/ |
D | pat.rs | 552 let by_ref: Option<Token![ref]> = input.parse()?; in field_pat() localVariable
|
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/syn-2.0.55/src/ |
H A D | pat.rs | 552 let by_ref: Option<Token![ref]> = input.parse()?; in field_pat() localVariable
|
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/syn-1.0.109/src/ |
H A D | pat.rs | 513 let by_ref: Option<Token![ref]> = input.parse()?; in field_pat() localVariable
|