Home
last modified time | relevance | path

Searched refs:fetch_document_indicator (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/python/pyyaml/lib/yaml/
Dscanner.py403 self.fetch_document_indicator(DocumentStartToken)
406 self.fetch_document_indicator(DocumentEndToken)
408 def fetch_document_indicator(self, TokenClass): member in Scanner
/aosp_15_r20/external/rust/android-crates-io/crates/yaml-rust/src/
Dscanner.rs376 self.fetch_document_indicator(TokenType::DocumentStart)?; in fetch_next_token()
386 self.fetch_document_indicator(TokenType::DocumentEnd)?; in fetch_next_token()
1051 fn fetch_document_indicator(&mut self, t: TokenType) -> ScanResult { in fetch_document_indicator() method