Lines Matching defs:ParseResult
91 pub type ParseResult = Result<(Event, Marker), ScanError>; typedef
119 pub fn next(&mut self) -> ParseResult { in next()
164 fn parse(&mut self) -> ParseResult { in parse()
284 fn state_machine(&mut self) -> ParseResult { in state_machine()
324 fn stream_start(&mut self) -> ParseResult { in stream_start()
335 fn document_start(&mut self, implicit: bool) -> ParseResult { in document_start()
388 fn _explicit_document_start(&mut self) -> ParseResult { in _explicit_document_start()
404 fn document_content(&mut self) -> ParseResult { in document_content()
419 fn document_end(&mut self) -> ParseResult { in document_end()
447 fn parse_node(&mut self, block: bool, indentless_sequence: bool) -> ParseResult { in parse_node()
538 fn block_mapping_key(&mut self, first: bool) -> ParseResult { in block_mapping_key()
579 fn block_mapping_value(&mut self) -> ParseResult { in block_mapping_value()
605 fn flow_mapping_key(&mut self, first: bool) -> ParseResult { in flow_mapping_key()
660 fn flow_mapping_value(&mut self, empty: bool) -> ParseResult { in flow_mapping_value()
688 fn flow_sequence_entry(&mut self, first: bool) -> ParseResult { in flow_sequence_entry()
730 fn indentless_sequence_entry(&mut self) -> ParseResult { in indentless_sequence_entry()
754 fn block_sequence_entry(&mut self, first: bool) -> ParseResult { in block_sequence_entry()
787 fn flow_sequence_entry_mapping_key(&mut self) -> ParseResult { in flow_sequence_entry_mapping_key()
803 fn flow_sequence_entry_mapping_value(&mut self) -> ParseResult { in flow_sequence_entry_mapping_value()
826 fn flow_sequence_entry_mapping_end(&mut self) -> ParseResult { in flow_sequence_entry_mapping_end()