Searched defs:ParserConfig (Results 1 – 5 of 5) sorted by relevance
/aosp_15_r20/external/rust/android-crates-io/crates/xml-rs/src/reader/ |
D | config.rs | 17 pub struct ParserConfig { struct 29 pub trim_whitespace: bool, 37 pub whitespace_to_characters: bool, 46 pub cdata_to_characters: bool, 51 pub ignore_comments: bool, 62 pub coalesce_characters: bool, 70 pub extra_entities: HashMap<String, String>, 100 impl ParserConfig { impl 168 …ub fn add_entity<S: Into<String>, T: Into<String>>(mut self, entity: S, value: T) -> ParserConfig { in add_entity() 174 impl Default for ParserConfig { implementation
|
/aosp_15_r20/external/rust/android-crates-io/crates/httparse/src/ |
D | lib.rs | 257 pub struct ParserConfig { struct 267 impl ParserConfig { argument 531 config: &ParserConfig, in parse_with_config_and_uninit_headers() 703 config: &ParserConfig, in parse_with_config_and_uninit_headers()
|
/aosp_15_r20/external/rust/android-crates-io/crates/hyper/src/proto/h1/ |
D | conn.rs | 106 pub(crate) fn set_h1_parser_config(&mut self, parser_config: ParserConfig) { in set_h1_parser_config()
|
/aosp_15_r20/external/python/google-api-python-client/googleapiclient/discovery_cache/documents/ |
D | healthcare.v1.json | 6092 "ParserConfig": { object
|
D | healthcare.v1beta1.json | 7352 "ParserConfig": { object
|