Home
last modified time | relevance | path

Searched defs:try_parse (Results 1 – 16 of 16) sorted by relevance

/external/rust/crates/async-trait/src/
Dargs.rs23 fn try_parse(input: ParseStream) -> Result<Args> { in try_parse() function
/external/rust/crates/rustversion/src/
Drelease.rs16 fn try_parse(iter: Iter) -> Result<Release, ()> { in try_parse() function
Ddate.rs31 fn try_parse(iter: Iter) -> Result<Date, ()> { in try_parse() function
/external/rust/crates/uuid/src/
Dparser.rs98 pub const fn try_parse(input: &str) -> Result<Uuid, Error> { in try_parse() method
135 const fn try_parse(input: &[u8]) -> Result<[u8; 16], InvalidUuid> { in try_parse() function
/external/rust/crates/tungstenite/src/handshake/
Dheaders.rs32 fn try_parse(buf: &[u8]) -> Result<Option<(usize, Self)>> { in try_parse() method
Dmachine.rs121 fn try_parse(data: &[u8]) -> Result<Option<(usize, Self)>>; in try_parse() method
Dclient.rs248 fn try_parse(buf: &[u8]) -> Result<Option<(usize, Self)>> { in try_parse() method
Dserver.rs115 fn try_parse(buf: &[u8]) -> Result<Option<(usize, Self)>> { in try_parse() method
/external/rust/crates/pdl-compiler/src/backends/rust_no_allocation/
Dpreamble.rs100 pub fn try_parse<T: TryFrom<u64>>(&self) -> Result<T, ParseError> { in try_parse() method
153 fn try_parse(parent: Self::Parent) -> Result<Self, ParseError>; in try_parse() method
163 fn try_parse(buf: Box<[u8]>) -> Result<Self, ParseError>; in try_parse() method
/external/rust/crates/clap/src/
Dderive.rs96 fn try_parse() -> Result<Self, Error> { in try_parse() method
402 fn try_parse() -> Result<Self, Error> { in try_parse() method
/external/rust/crates/clap/3.2.23/src/
Dderive.rs95 fn try_parse() -> Result<Self, Error> { in try_parse() method
507 fn try_parse() -> Result<Self, Error> { in try_parse() method
/external/rust/crates/hyper/src/client/connect/
Ddns.rs193 pub(super) fn try_parse(host: &str, port: u16) -> Option<SocketAddrs> { in try_parse() method
/external/rust/pica/src/
Dapp_config.rs168 fn try_parse<T: TryFrom<u8, Error = u8>>(value: &[u8]) -> anyhow::Result<T> { in set() function
/external/rust/crates/criterion/src/html/
Dmod.rs435 fn try_parse(s: &str) -> Option<f64> { in summarize() function
/external/rust/crates/bindgen/ir/
Ditem.rs1357 macro_rules! try_parse { in parse() macro
/external/python/setuptools/pkg_resources/
D__init__.py2032 def try_parse(name): function