/aosp_15_r20/external/rust/android-crates-io/crates/yaml-rust/src/ |
D | scanner.rs | 47 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 …]
|
D | parser.rs | 109 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
|
D | lib.rs | 104 fn try_fail(s: &str) -> Result<Vec<Yaml>, ScanError> { in try_fail() argument
|
D | yaml.rs | 189 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 D | central.h | 37 enum class ScanError : uint8_t { kCanceled = 0 }; enum
|
/aosp_15_r20/external/lzma/CPP/7zip/UI/GUI/ |
H A D | UpdateCallbackGUI.cpp | 51 HRESULT CUpdateCallbackGUI::ScanError(const FString &path, DWORD systemError) in ScanError() function in CUpdateCallbackGUI
|
H A D | HashGUI.cpp | 89 HRESULT CHashCallbackGUI::ScanError(const FString &path, DWORD systemError) in ScanError() function in CHashCallbackGUI
|
/aosp_15_r20/external/lzma/CPP/7zip/UI/Console/ |
H A D | HashCon.cpp | 52 HRESULT CHashCallbackConsole::ScanError(const FString &path, DWORD systemError) in ScanError() function in CHashCallbackConsole
|
H A D | UpdateCallbackConsole.cpp | 251 HRESULT CUpdateCallbackConsole::ScanError(const FString &path, DWORD systemError) in ScanError() function in CUpdateCallbackConsole
|
H A D | ExtractCallbackConsole.cpp | 57 HRESULT CExtractScanConsole::ScanError(const FString &path, DWORD systemError) in ScanError() function in CExtractScanConsole
|
/aosp_15_r20/external/lzma/CPP/7zip/UI/Agent/ |
H A D | AgentOut.cpp | 176 HRESULT ScanError(const FString &name, DWORD systemError) Z7_override in ScanError() function
|