Home
last modified time | relevance | path

Searched defs:MatchError (Results 1 – 8 of 8) sorted by relevance

/external/rust/crates/matchit/src/
Derror.rs97 pub enum MatchError { enum
106 impl MatchError { implementation
116 impl fmt::Display for MatchError { implementation
128 impl std::error::Error for MatchError {} implementation
Drouter.rs59 pub fn at<'m, 'p>(&'m self, path: &'p str) -> Result<Match<'m, 'p, &'m T>, MatchError> { in at() argument
89 ) -> Result<Match<'m, 'p, &'m mut T>, MatchError> { in at_mut() argument
Dtree.rs339 ) -> Result<(&'n UnsafeCell<T>, Params<'n, 'p>), MatchError> { in at() argument
/external/rust/crates/axum/src/routing/
Dpath_router.rs445 ) -> Result<matchit::Match<'n, 'p, &'n RouteId>, MatchError> { in at() argument
/external/leveldb/db/
Dlog_test.cc104 std::string MatchError(const std::string& msg) const { in MatchError() function in leveldb::log::LogTest
/external/swiftshader/third_party/llvm-16.0/llvm/lib/FileCheck/
DFileCheck.cpp2148 int MatchedCount, StringRef Buffer, Error MatchError, in printNoMatch()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/AsmParser/
DARMAsmParser.cpp11566 ARMAsmParser::getCustomOperandDiag(ARMMatchResultTy MatchError) { in getCustomOperandDiag()
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/ARM/AsmParser/
DARMAsmParser.cpp12274 ARMAsmParser::getCustomOperandDiag(ARMMatchResultTy MatchError) { in getCustomOperandDiag()