Searched defs:map_or (Results 1 – 10 of 10) sorted by relevance
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/core/src/ |
H A D | result.rs | 797 pub fn map_or<U, F: FnOnce(T) -> U>(self, default: U, f: F) -> U { in map_or() method
|
H A D | option.rs | 1129 pub fn map_or<U, F>(self, default: U, f: F) -> U in map_or() method
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/core/src/ |
H A D | result.rs | 797 pub fn map_or<U, F: FnOnce(T) -> U>(self, default: U, f: F) -> U { in map_or() method
|
H A D | option.rs | 1129 pub fn map_or<U, F>(self, default: U, f: F) -> U in map_or() method
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/core/src/ |
H A D | result.rs | 797 pub fn map_or<U, F: FnOnce(T) -> U>(self, default: U, f: F) -> U { in map_or() method
|
H A D | option.rs | 1164 pub fn map_or<U, F>(self, default: U, f: F) -> U in map_or() method
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/core/src/ |
H A D | result.rs | 797 pub fn map_or<U, F: FnOnce(T) -> U>(self, default: U, f: F) -> U { in map_or() method
|
H A D | option.rs | 1164 pub fn map_or<U, F>(self, default: U, f: F) -> U in map_or() method
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/core/src/ |
H A D | result.rs | 797 pub fn map_or<U, F: FnOnce(T) -> U>(self, default: U, f: F) -> U { in map_or() method
|
H A D | option.rs | 1164 pub fn map_or<U, F>(self, default: U, f: F) -> U in map_or() method
|