Searched refs:ErrorHolder (Results 1 - 6 of 6) sorted by relevance

/freebsd-12-stable/sys/contrib/zstd/contrib/pzstd/
H A DErrorHolder.h19 class ErrorHolder { class in namespace:pzstd
24 ErrorHolder() : error_(false) {} function in class:pzstd::ErrorHolder
50 ~ErrorHolder() {
H A DPzstd.h11 #include "ErrorHolder.h"
86 ErrorHolder errorHolder;
H A DPzstd.cpp117 ErrorHolder &errorHolder) {
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Testing/Support/
H A DSupportHelpers.h23 struct ErrorHolder { struct in namespace:llvm::detail
29 template <typename T> struct ExpectedHolder : public ErrorHolder {
30 ExpectedHolder(ErrorHolder Err, Expected<T> &Exp)
31 : ErrorHolder(std::move(Err)), Exp(Exp) {}
36 inline void PrintTo(const ErrorHolder &Err, std::ostream *Out) {
55 PrintTo(static_cast<const ErrorHolder &>(Item), Out);
H A DError.h21 ErrorHolder TakeError(Error Err);
85 class ErrorMatchesMono : public testing::MatcherInterface<const ErrorHolder &> {
90 bool MatchAndExplain(const ErrorHolder &Holder,
147 testing::Matcher<const detail::ErrorHolder &> Failed() {
152 testing::Matcher<const detail::ErrorHolder &> Failed(M Matcher) {
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Testing/Support/
H A DError.cpp15 llvm::detail::ErrorHolder llvm::detail::TakeError(llvm::Error Err) {

Completed in 124 milliseconds