Searched defs:MatchError (Results 1 – 8 of 8) sorted by relevance
| /external/rust/crates/matchit/src/ |
| D | error.rs | 97 pub enum MatchError { enum 106 impl MatchError { implementation 116 impl fmt::Display for MatchError { implementation 128 impl std::error::Error for MatchError {} implementation
|
| D | router.rs | 59 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
|
| D | tree.rs | 339 ) -> Result<(&'n UnsafeCell<T>, Params<'n, 'p>), MatchError> { in at() argument
|
| /external/rust/crates/axum/src/routing/ |
| D | path_router.rs | 445 ) -> Result<matchit::Match<'n, 'p, &'n RouteId>, MatchError> { in at() argument
|
| /external/leveldb/db/ |
| D | log_test.cc | 104 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/ |
| D | FileCheck.cpp | 2148 int MatchedCount, StringRef Buffer, Error MatchError, in printNoMatch()
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/AsmParser/ |
| D | ARMAsmParser.cpp | 11566 ARMAsmParser::getCustomOperandDiag(ARMMatchResultTy MatchError) { in getCustomOperandDiag()
|
| /external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/ARM/AsmParser/ |
| D | ARMAsmParser.cpp | 12274 ARMAsmParser::getCustomOperandDiag(ARMMatchResultTy MatchError) { in getCustomOperandDiag()
|