Home
last modified time | relevance | path

Searched defs:from_mut (Results 1 – 25 of 41) sorted by relevance

12

/aosp_15_r20/external/rust/cxx/src/
Drust_string.rs23 pub fn from_mut(s: &mut String) -> &mut Self { in from_mut() method
Drust_slice.rs20 pub fn from_mut<T>(slice: &mut [T]) -> Self { in from_mut() method
Drust_vec.rs32 pub fn from_mut(v: &mut Vec<T>) -> &mut Self { in from_mut() method
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/cxx-1.0.120/src/
H A Drust_string.rs23 pub fn from_mut(s: &mut String) -> &mut Self { in from_mut() method
H A Drust_slice.rs20 pub fn from_mut<T>(slice: &mut [T]) -> Self { in from_mut() method
H A Drust_vec.rs32 pub fn from_mut(v: &mut Vec<T>) -> &mut Self { in from_mut() method
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/core/src/slice/
H A Draw.rs177 pub const fn from_mut<T>(s: &mut T) -> &mut [T] { in from_mut() function
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/core/src/slice/
H A Draw.rs210 pub const fn from_mut<T>(s: &mut T) -> &mut [T] { in from_mut() function
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/core/src/slice/
H A Draw.rs210 pub const fn from_mut<T>(s: &mut T) -> &mut [T] { in from_mut() function
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/core/src/slice/
H A Draw.rs177 pub const fn from_mut<T>(s: &mut T) -> &mut [T] { in from_mut() function
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/core/src/slice/
H A Draw.rs210 pub const fn from_mut<T>(s: &mut T) -> &mut [T] { in from_mut() function
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/core/src/sync/
H A Dexclusive.rs146 pub const fn from_mut(r: &'_ mut T) -> &'_ mut Exclusive<T> { in from_mut() method
H A Datomic.rs500 pub fn from_mut(v: &mut bool) -> &mut Self { in from_mut() method
1298 pub fn from_mut(v: &mut *mut T) -> &mut Self { in from_mut() method
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/core/src/sync/
H A Dexclusive.rs146 pub const fn from_mut(r: &'_ mut T) -> &'_ mut Exclusive<T> { in from_mut() method
H A Datomic.rs500 pub fn from_mut(v: &mut bool) -> &mut Self { in from_mut() method
1297 pub fn from_mut(v: &mut *mut T) -> &mut Self { in from_mut() method
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/core/src/sync/
H A Dexclusive.rs146 pub const fn from_mut(r: &'_ mut T) -> &'_ mut Exclusive<T> { in from_mut() method
H A Datomic.rs500 pub fn from_mut(v: &mut bool) -> &mut Self { in from_mut() method
1298 pub fn from_mut(v: &mut *mut T) -> &mut Self { in from_mut() method
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/core/src/sync/
H A Dexclusive.rs146 pub const fn from_mut(r: &'_ mut T) -> &'_ mut Exclusive<T> { in from_mut() method
H A Datomic.rs500 pub fn from_mut(v: &mut bool) -> &mut Self { in from_mut() method
1297 pub fn from_mut(v: &mut *mut T) -> &mut Self { in from_mut() method
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/core/src/sync/
H A Dexclusive.rs146 pub const fn from_mut(r: &'_ mut T) -> &'_ mut Exclusive<T> { in from_mut() method
H A Datomic.rs500 pub fn from_mut(v: &mut bool) -> &mut Self { in from_mut() method
1297 pub fn from_mut(v: &mut *mut T) -> &mut Self { in from_mut() method
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/core/src/
H A Dcell.rs630 pub fn from_mut(t: &mut T) -> &Cell<T> { in from_mut() method
2119 pub const fn from_mut(value: &mut T) -> &mut UnsafeCell<T> { in from_mut() method
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/core/src/
H A Dcell.rs630 pub fn from_mut(t: &mut T) -> &Cell<T> { in from_mut() method
2119 pub const fn from_mut(value: &mut T) -> &mut UnsafeCell<T> { in from_mut() method
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/core/src/
H A Dcell.rs630 pub fn from_mut(t: &mut T) -> &Cell<T> { in from_mut() method
2119 pub const fn from_mut(value: &mut T) -> &mut UnsafeCell<T> { in from_mut() method
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/core/src/
H A Dcell.rs630 pub fn from_mut(t: &mut T) -> &Cell<T> { in from_mut() method
2119 pub const fn from_mut(value: &mut T) -> &mut UnsafeCell<T> { in from_mut() method

12