Home
last modified time | relevance | path

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

12

/aosp_15_r20/external/rust/android-crates-io/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
/aosp_15_r20/external/rust/android-crates-io/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
/aosp_15_r20/external/rust/android-crates-io/crates/clap_builder/src/
Dderive.rs41 fn try_parse() -> Result<Self, Error> { in try_parse() method
292 fn try_parse() -> Result<Self, Error> { in try_parse() method
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/clap_builder-4.5.2/src/
H A Dderive.rs41 fn try_parse() -> Result<Self, Error> { in try_parse() method
292 fn try_parse() -> Result<Self, Error> { in try_parse() method
/aosp_15_r20/external/rust/android-crates-io/extra_versions/crates/clap/src/
Dderive.rs95 fn try_parse() -> Result<Self, Error> { in try_parse() method
507 fn try_parse() -> Result<Self, Error> { in try_parse() method
/aosp_15_r20/external/rust/android-crates-io/crates/async-trait/src/
Dargs.rs23 fn try_parse(input: ParseStream) -> Result<Args> { in try_parse() function
/aosp_15_r20/external/rust/android-crates-io/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
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/rustversion-1.0.15/src/
H A Drelease.rs16 fn try_parse(iter: Iter) -> Result<Release, ()> { in try_parse() function
H A Ddate.rs31 fn try_parse(iter: Iter) -> Result<Date, ()> { in try_parse() function
/aosp_15_r20/external/rust/android-crates-io/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
/aosp_15_r20/external/rust/android-crates-io/crates/uguid/src/
Dguid.rs244 pub const fn try_parse(s: &str) -> Result<Self, GuidFromStrError> { in try_parse() method
/aosp_15_r20/external/rust/crates/uguid/src/
Dguid.rs244 pub const fn try_parse(s: &str) -> Result<Self, GuidFromStrError> { in try_parse() method
/aosp_15_r20/art/tools/checker/file_format/checker/
H A Dtest.py29 def try_parse(self, string): member in CheckerParser_PrefixTest
/aosp_15_r20/external/rust/android-crates-io/crates/hyper/src/client/connect/
Ddns.rs193 pub(super) fn try_parse(host: &str, port: u16) -> Option<SocketAddrs> { in try_parse() method
/aosp_15_r20/external/rust/pica/src/
Dapp_config.rs168 fn try_parse<T: TryFrom<u8, Error = u8>>(value: &[u8]) -> anyhow::Result<T> { in set() function
/aosp_15_r20/external/rust/android-crates-io/crates/criterion/src/html/
Dmod.rs435 fn try_parse(s: &str) -> Option<f64> { in summarize() function
/aosp_15_r20/external/rust/android-crates-io/crates/bindgen/ir/
Ditem.rs1360 macro_rules! try_parse { in parse() macro
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/site-packages/pkg_resources/
D__init__.py2045 def try_parse(name): function
/aosp_15_r20/external/python/setuptools/pkg_resources/
D__init__.py2032 def try_parse(name): function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/site-packages/pkg_resources/
D__init__.py2045 def try_parse(name): function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/site-packages/pkg_resources/
D__init__.py2045 def try_parse(name): function

12