Home
last modified time | relevance | path

Searched defs:Result (Results 1 – 10 of 10) sorted by relevance

/linux-6.3-rc2/rust/alloc/
A Draw_vec.rs335 pub fn try_reserve(&mut self, len: usize, additional: usize) -> Result<(), TryReserveError> { in try_reserve()
345 pub fn try_reserve_for_push(&mut self, len: usize) -> Result<(), TryReserveError> { in try_reserve_for_push()
376 ) -> Result<(), TryReserveError> { in try_reserve_exact()
418 fn grow_amortized(&mut self, len: usize, additional: usize) -> Result<(), TryReserveError> { in grow_amortized()
447 fn grow_exact(&mut self, len: usize, additional: usize) -> Result<(), TryReserveError> { in grow_exact()
464 fn shrink(&mut self, cap: usize) -> Result<(), TryReserveError> { in shrink()
526 fn handle_reserve(result: Result<(), TryReserveError>) { in handle_reserve()
544 fn alloc_guard(alloc_size: usize) -> Result<(), TryReserveError> { in alloc_guard()
A Dboxed.rs1763 fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { in fmt()
1770 fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { in fmt()
1777 fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { in fmt()
/linux-6.3-rc2/rust/alloc/vec/
A Dinto_iter.rs48 fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { in fmt()
182 fn advance_by(&mut self, n: usize) -> Result<(), usize> { in advance_by()
247 fn advance_back_by(&mut self, n: usize) -> Result<(), usize> { in advance_back_by()
A Ddrain.rs40 fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { in fmt()
A Dmod.rs971 pub fn try_reserve(&mut self, additional: usize) -> Result<(), TryReserveError> { in try_reserve()
1013 pub fn try_reserve_exact(&mut self, additional: usize) -> Result<(), TryReserveError> { in try_reserve_exact()
1846 pub fn try_push(&mut self, value: T) -> Result<(), TryReserveError> { in try_push()
3014 fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { in fmt()
/linux-6.3-rc2/rust/kernel/
A Dstr.rs219 fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { in fmt()
248 fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { in fmt()
450 fn write_str(&mut self, s: &str) -> fmt::Result { in write_str()
502 fn write_str(&mut self, s: &str) -> fmt::Result { in write_str()
A Derror.rs143 pub type Result<T = ()> = core::result::Result<T, Error>; typedef
/linux-6.3-rc2/scripts/
A Dgenerate_rust_target.rs31 fn fmt(&self, formatter: &mut Formatter<'_>) -> Result { in fmt()
93 fn fmt(&self, formatter: &mut Formatter<'_>) -> Result { in fmt()
/linux-6.3-rc2/rust/alloc/collections/
A Dmod.rs137 ) -> core::result::Result<(), core::fmt::Error> { in fmt()
/linux-6.3-rc2/tools/perf/scripts/python/
A Dexported-sql-viewer.py2427 def Result(self): member in SlowInitClass

Completed in 27 milliseconds