Home
last modified time | relevance | path

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

/external/rust/crates/protobuf-parse/src/
Dprotobuf_abs_path.rs135 pub fn try_new(path: &str) -> Option<ProtobufAbsPath> { in try_new() method
/external/crosvm/devices/src/virtio/snd/vios_backend/
Dstreams.rs73 pub fn try_new( in try_new() method
Dworker.rs49 pub fn try_new( in try_new() method
Dshm_vios.rs153 pub fn try_new<P: AsRef<Path>>(server: P) -> Result<VioSClient> { in try_new() method
/external/crosvm/devices/src/pci/
Dac97.rs173 pub fn try_new( in try_new() method
/external/rust/crates/synstructure/src/
Dlib.rs966 pub fn try_new(ast: &'a DeriveInput) -> Result<Self> { in try_new() method