Home
last modified time | relevance | path

Searched defs:StringError (Results 1 – 10 of 10) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/miette/src/
Dprotocol.rs136 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 DError.cpp116 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 DError.cpp121 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 Dboxed.rs2492 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 Dboxed.rs2492 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 Dboxed.rs2485 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 Dboxed.rs2485 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 Dboxed.rs2492 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 DError.cpp94 StringError::StringError(const Twine &S, std::error_code EC) in StringError() function in llvm::StringError
/aosp_15_r20/external/llvm/unittests/Support/
H A DErrorTest.cpp426 TEST(Error, StringError) { in TEST() argument