Searched defs:call_mut (Results 1 – 4 of 4) sorted by relevance
/external/rust/android-crates-io/crates/futures-util/src/ |
D | fns.rs | 20 fn call_mut(&mut self, arg: A) -> Self::Output; in call_mut() method 27 fn call_mut(&mut self, arg: A) -> R { in call_mut() function 109 fn call_mut(&mut self, arg: A) -> Self::Output { in call_mut() function 159 fn call_mut(&mut self, arg: A) -> Self::Output { in call_mut() function 194 fn call_mut(&mut self, arg: Result<T, E>) -> Self::Output { in call_mut() function 226 fn call_mut(&mut self, arg: Result<T, E>) -> Self::Output { in call_mut() function 260 fn call_mut(&mut self, arg: &'a Result<T, E>) -> Self::Output { in call_mut() function 298 fn call_mut(&mut self, arg: &'a Result<T, E>) -> Self::Output { in call_mut() function 339 fn call_mut(&mut self, arg: Result<T, E>) -> Self::Output { in call_mut() function
|
/external/cronet/stable/third_party/rust/chromium_crates_io/vendor/itertools-0.11.0/src/ |
D | groupbylazy.rs | 7 fn call_mut(&mut self, arg: A) -> Self::Key; in call_mut() method 15 fn call_mut(&mut self, arg: A) -> Self::Key { in call_mut() function 43 fn call_mut(&mut self, _arg: A) -> Self::Key { in call_mut() method
|
/external/cronet/tot/third_party/rust/chromium_crates_io/vendor/itertools-0.11.0/src/ |
D | groupbylazy.rs | 7 fn call_mut(&mut self, arg: A) -> Self::Key; in call_mut() method 15 fn call_mut(&mut self, arg: A) -> Self::Key { in call_mut() function 43 fn call_mut(&mut self, _arg: A) -> Self::Key { in call_mut() method
|
/external/rust/android-crates-io/crates/itertools/src/ |
D | groupbylazy.rs | 7 fn call_mut(&mut self, arg: A) -> Self::Key; in call_mut() method 16 fn call_mut(&mut self, arg: A) -> Self::Key { in call_mut() function 43 fn call_mut(&mut self, _arg: A) -> Self::Key { in call_mut() method
|