Home
last modified time | relevance | path

Searched defs:ParseErrorWithoutLoc (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/protobuf-json-mapping/src/
Dparse.rs84 struct ParseErrorWithoutLoc(ParseErrorWithoutLocInner); struct
86 impl From<TokenizerError> for ParseErrorWithoutLoc { implementation
92 impl From<FromBase64Error> for ParseErrorWithoutLoc { implementation
98 impl From<ParseIntError> for ParseErrorWithoutLoc { implementation
104 impl From<ParseFloatError> for ParseErrorWithoutLoc { implementation
110 impl From<rfc_3339::Rfc3339ParseError> for ParseErrorWithoutLoc { implementation
148 fn from_string(v: &str) -> Result<Self, ParseErrorWithoutLoc> { in from_string() argument
162 fn from_string(v: &str) -> Result<Self, ParseErrorWithoutLoc> { in from_string() argument
176 fn from_string(v: &str) -> Result<Self, ParseErrorWithoutLoc> { in from_string() argument
190 fn from_string(v: &str) -> Result<Self, ParseErrorWithoutLoc> { in from_string() argument
[all …]
/aosp_15_r20/external/rust/android-crates-io/crates/protobuf/src/text_format/
Dparse.rs20 pub enum ParseErrorWithoutLoc { enum
39 impl From<int::Overflow> for ParseErrorWithoutLoc { implementation