Home
last modified time | relevance | path

Searched defs:new_custom (Results 1 – 11 of 11) sorted by relevance

/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/std/src/io/error/
H A Drepr_unpacked.rs16 pub(super) fn new_custom(b: Box<Custom>) -> Self { in new_custom() method
H A Drepr_bitpacked.rs142 pub(super) fn new_custom(b: Box<Custom>) -> Self { in new_custom() method
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/std/src/io/error/
H A Drepr_unpacked.rs16 pub(super) fn new_custom(b: Box<Custom>) -> Self { in new_custom() method
H A Drepr_bitpacked.rs142 pub(super) fn new_custom(b: Box<Custom>) -> Self { in new_custom() method
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/std/src/io/error/
H A Drepr_unpacked.rs16 pub(super) fn new_custom(b: Box<Custom>) -> Self { in new_custom() method
H A Drepr_bitpacked.rs142 pub(super) fn new_custom(b: Box<Custom>) -> Self { in new_custom() method
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/std/src/io/error/
H A Drepr_unpacked.rs16 pub(super) fn new_custom(b: Box<Custom>) -> Self { in new_custom() method
H A Drepr_bitpacked.rs142 pub(super) fn new_custom(b: Box<Custom>) -> Self { in new_custom() method
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/std/src/io/error/
H A Drepr_unpacked.rs16 pub(super) fn new_custom(b: Box<Custom>) -> Self { in new_custom() method
H A Drepr_bitpacked.rs142 pub(super) fn new_custom(b: Box<Custom>) -> Self { in new_custom() method
/aosp_15_r20/external/crosvm/devices/src/virtio/input/
H A Dmod.rs846 pub fn new_custom<T>( in new_custom() function