Home
last modified time | relevance | path

Searched refs:ParserErrorWithLocation (Results 1 – 12 of 12) sorted by relevance

/dports/audio/spotifyd/spotifyd-0.3.0/cargo-crates/protobuf-codegen-pure-2.10.0/src/
H A Dlib.rs56 ParserErrorWithLocation(parser::ParserErrorWithLocation),
60 impl From<parser::ParserErrorWithLocation> for CodegenError {
61 fn from(e: parser::ParserErrorWithLocation) -> Self {
62 CodegenError::ParserErrorWithLocation(e)
H A Dmodel.rs10 pub use parser::ParserErrorWithLocation;
271 pub fn parse<S: AsRef<str>>(file: S) -> Result<Self, ParserErrorWithLocation> { in parse() argument
277 Err(ParserErrorWithLocation { error, line, col }) in parse()
H A Dparser.rs62 pub struct ParserErrorWithLocation {
/dports/multimedia/librespot/librespot-0.1.3/cargo-crates/protobuf-codegen-pure-2.14.0/src/
H A Dlib.rs160 ParserErrorWithLocation(parser::ParserErrorWithLocation), enumerator
164 impl From<parser::ParserErrorWithLocation> for CodegenError {
165 fn from(e: parser::ParserErrorWithLocation) -> Self { in from()
166 CodegenError::ParserErrorWithLocation(e) in from()
H A Dmodel.rs10 pub use parser::ParserErrorWithLocation;
271 pub fn parse<S: AsRef<str>>(file: S) -> Result<Self, ParserErrorWithLocation> { in parse() argument
277 Err(ParserErrorWithLocation { error, line, col }) in parse()
H A Dparser.rs62 pub struct ParserErrorWithLocation { struct
/dports/lang/gleam/gleam-0.18.2/cargo-crates/protobuf-codegen-pure-2.25.2/src/
H A Dlib.rs161 ParserErrorWithLocation(parser::ParserErrorWithLocation), enumerator
165 impl From<parser::ParserErrorWithLocation> for CodegenError {
166 fn from(e: parser::ParserErrorWithLocation) -> Self { in from()
167 CodegenError::ParserErrorWithLocation(e) in from()
H A Dmodel.rs10 pub use parser::ParserErrorWithLocation;
331 pub fn parse<S: AsRef<str>>(file: S) -> Result<Self, ParserErrorWithLocation> { in parse() argument
337 Err(ParserErrorWithLocation { error, line, col }) in parse()
H A Dparser.rs66 pub struct ParserErrorWithLocation { struct
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/protobuf-codegen-pure-2.25.2/src/
H A Dlib.rs161 ParserErrorWithLocation(parser::ParserErrorWithLocation), enumerator
165 impl From<parser::ParserErrorWithLocation> for CodegenError {
166 fn from(e: parser::ParserErrorWithLocation) -> Self { in from()
167 CodegenError::ParserErrorWithLocation(e) in from()
H A Dmodel.rs10 pub use parser::ParserErrorWithLocation;
331 pub fn parse<S: AsRef<str>>(file: S) -> Result<Self, ParserErrorWithLocation> {
337 Err(ParserErrorWithLocation { error, line, col })
H A Dparser.rs66 pub struct ParserErrorWithLocation {