Home
last modified time | relevance | path

Searched defs:InvalidErrorCode (Results 1 – 2 of 2) sorted by relevance

/third_party/rust/rust/compiler/rustc_errors/src/
Dregistry.rs4 pub struct InvalidErrorCode; struct
18 pub fn try_find_description(&self, code: &str) -> Result<&'static str, InvalidErrorCode> { in try_find_description() argument
/third_party/skia/third_party/externals/abseil-cpp/absl/base/internal/
Dstrerror_test.cc39 TEST(StrErrorTest, InvalidErrorCode) { in TEST() argument