/aosp_15_r20/external/rust/android-crates-io/crates/miette/src/ |
D | protocol.rs | 136 struct StringError(String); in from() struct 138 impl std::error::Error for StringError {} in from() implementation 139 impl Diagnostic for StringError {} in from() implementation 141 impl Display for StringError { in from() implementation 148 impl fmt::Debug for StringError { in from() implementation
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
H A D | Error.cpp | 116 StringError::StringError(std::error_code EC, const Twine &S) in StringError() function in llvm::StringError 119 StringError::StringError(const Twine &S, std::error_code EC) in StringError() function in llvm::StringError
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Support/ |
H A D | Error.cpp | 121 StringError::StringError(std::error_code EC, const Twine &S) in StringError() function in llvm::StringError 124 StringError::StringError(const Twine &S, std::error_code EC) in StringError() function in llvm::StringError
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/alloc/src/ |
H A D | boxed.rs | 2492 struct StringError(String); in from() struct 2494 impl Error for StringError { in from() implementation 2501 impl fmt::Display for StringError { in from() implementation 2508 impl fmt::Debug for StringError { in from() implementation
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/alloc/src/ |
H A D | boxed.rs | 2492 struct StringError(String); in from() struct 2494 impl Error for StringError { in from() implementation 2501 impl fmt::Display for StringError { in from() implementation 2508 impl fmt::Debug for StringError { in from() implementation
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/alloc/src/ |
H A D | boxed.rs | 2485 struct StringError(String); in from() struct 2487 impl Error for StringError { in from() implementation 2494 impl fmt::Display for StringError { in from() implementation 2501 impl fmt::Debug for StringError { in from() implementation
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/alloc/src/ |
H A D | boxed.rs | 2485 struct StringError(String); in from() struct 2487 impl Error for StringError { in from() implementation 2494 impl fmt::Display for StringError { in from() implementation 2501 impl fmt::Debug for StringError { in from() implementation
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/alloc/src/ |
H A D | boxed.rs | 2492 struct StringError(String); in from() struct 2494 impl Error for StringError { in from() implementation 2501 impl fmt::Display for StringError { in from() implementation 2508 impl fmt::Debug for StringError { in from() implementation
|
/aosp_15_r20/external/llvm/lib/Support/ |
H A D | Error.cpp | 94 StringError::StringError(const Twine &S, std::error_code EC) in StringError() function in llvm::StringError
|
/aosp_15_r20/external/llvm/unittests/Support/ |
H A D | ErrorTest.cpp | 426 TEST(Error, StringError) { in TEST() argument
|