Home
last modified time | relevance | path

Searched defs:ScanError (Results 1 – 11 of 11) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/yaml-rust/src/
Dscanner.rs47 pub struct ScanError { struct
52 impl ScanError { impl
53 pub fn new(loc: Marker, info: &str) -> ScanError { in new()
65 impl Error for ScanError { implementation
75 impl fmt::Display for ScanError { implementation
253 pub fn get_error(&self) -> Option<ScanError> { in get_error()
428 pub fn next_token(&mut self) -> Result<Option<Token>, ScanError> { in next_token() argument
550 fn scan_directive(&mut self) -> Result<Token, ScanError> { in scan_directive() argument
605 fn scan_version_directive_value(&mut self, mark: &Marker) -> Result<Token, ScanError> { in scan_version_directive_value() argument
629 fn scan_directive_name(&mut self) -> Result<String, ScanError> { in scan_directive_name() argument
[all …]
Dparser.rs109 pub fn peek(&mut self) -> Result<&(Event, Marker), ScanError> { in peek() argument
126 fn peek_token(&mut self) -> Result<&Token, ScanError> { in peek_token() argument
136 fn scan_next_token(&mut self) -> Result<Token, ScanError> { in scan_next_token() argument
177 ) -> Result<(), ScanError> { in load() argument
210 ) -> Result<(), ScanError> { in load_document() argument
230 ) -> Result<(), ScanError> { in load_node() argument
251 fn load_mapping<R: MarkedEventReceiver>(&mut self, recv: &mut R) -> Result<(), ScanError> { in load_mapping() argument
270 fn load_sequence<R: MarkedEventReceiver>(&mut self, recv: &mut R) -> Result<(), ScanError> { in load_sequence() argument
367 fn parser_process_directives(&mut self) -> Result<(), ScanError> { in parser_process_directives() argument
435 fn register_anchor(&mut self, name: String, _: &Marker) -> Result<usize, ScanError> { in register_anchor() argument
Dlib.rs104 fn try_fail(s: &str) -> Result<Vec<Yaml>, ScanError> { in try_fail() argument
Dyaml.rs189 pub fn load_from_str(source: &str) -> Result<Vec<Yaml>, ScanError> { in load_from_str() argument
/aosp_15_r20/external/pigweed/pw_bluetooth/public/pw_bluetooth/low_energy/
H A Dcentral.h37 enum class ScanError : uint8_t { kCanceled = 0 }; enum
/aosp_15_r20/external/lzma/CPP/7zip/UI/GUI/
H A DUpdateCallbackGUI.cpp51 HRESULT CUpdateCallbackGUI::ScanError(const FString &path, DWORD systemError) in ScanError() function in CUpdateCallbackGUI
H A DHashGUI.cpp89 HRESULT CHashCallbackGUI::ScanError(const FString &path, DWORD systemError) in ScanError() function in CHashCallbackGUI
/aosp_15_r20/external/lzma/CPP/7zip/UI/Console/
H A DHashCon.cpp52 HRESULT CHashCallbackConsole::ScanError(const FString &path, DWORD systemError) in ScanError() function in CHashCallbackConsole
H A DUpdateCallbackConsole.cpp251 HRESULT CUpdateCallbackConsole::ScanError(const FString &path, DWORD systemError) in ScanError() function in CUpdateCallbackConsole
H A DExtractCallbackConsole.cpp57 HRESULT CExtractScanConsole::ScanError(const FString &path, DWORD systemError) in ScanError() function in CExtractScanConsole
/aosp_15_r20/external/lzma/CPP/7zip/UI/Agent/
H A DAgentOut.cpp176 HRESULT ScanError(const FString &name, DWORD systemError) Z7_override in ScanError() function