Home
last modified time | relevance | path

Searched defs:new_with_config (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/xml-rs/src/
Dwriter.rs37 pub fn new_with_config(sink: W, config: EmitterConfig) -> EventWriter<W> { in new_with_config() method
Dreader.rs45 pub fn new_with_config(source: R, config: impl Into<ParserConfig2>) -> EventReader<R> { in new_with_config() method
/aosp_15_r20/external/rust/android-crates-io/crates/sharded-slab/src/
Dlib.rs382 pub fn new_with_config<C: cfg::Config>() -> Slab<T, C> { in new_with_config() method
Dpool.rs391 pub fn new_with_config<C: cfg::Config>() -> Pool<T, C> { in new_with_config() function
/aosp_15_r20/external/rust/android-crates-io/crates/quiche/src/recovery/
Dmod.rs194 pub fn new_with_config(recovery_config: &RecoveryConfig) -> Self { in new_with_config() method
/aosp_15_r20/external/rust/crates/quiche/src/recovery/
Dmod.rs194 pub fn new_with_config(recovery_config: &RecoveryConfig) -> Self { in new_with_config() method