Home
last modified time | relevance | path

Searched defs:EmitterError (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/xml-rs/src/writer/
Demitter.rs18 pub enum EmitterError { enum
37 impl From<io::Error> for EmitterError { implementation
39 fn from(err: io::Error) -> EmitterError { in from()
44 impl fmt::Display for EmitterError { implementation
58 impl Error for EmitterError { implementation
/aosp_15_r20/external/python/pyyaml/lib/yaml/
Demitter.py14 class EmitterError(YAMLError): class
/aosp_15_r20/external/python/pyyaml/yaml/
D_yaml.pyx21 EmitterError = yaml.emitter.EmitterError variable