Home
last modified time | relevance | path

Searched defs:try_new (Results 1 - 4 of 4) sorted by relevance

/foundation/communication/ipc/interfaces/innerkits/rust/src/remote/
H A Dobj.rs51 pub fn try_new(wrap: UniquePtr<IRemoteObjectWrapper>) -> Option<Self> { in try_new() functions
/kernel/linux/linux-6.6/rust/kernel/sync/
H A Darc.rs165 pub fn try_new(contents: T) -> Result<Self, AllocError> { in try_new() functions
519 pub fn try_new(valu functions
[all...]
/kernel/linux/linux-6.6/rust/alloc/
H A Dboxed.rs306 pub fn try_new(x: T) -> Result<Self, AllocError> { in try_new() functions
/third_party/rust/crates/memchr/bench/data/code/
H A Drust-library.rs19986 pub fn try_new(value: T) -> Result<Rc<T>, AllocError> { in try_new() functions
23766 pub fn try_new(data: T) -> Result<Arc<T>, AllocError> { in try_new() functions
50430 pub fn try_new(x: T) -> Result<Self, AllocError> { try_new() functions
[all...]

Completed in 49 milliseconds