HomeSort by: relevance | last modified time | path
    Searched refs:MatchAndExplain (Results 1 - 7 of 7) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/Testing/Support/
Error.h 38 bool MatchAndExplain(const ExpectedHolder<T> &Holder,
43 bool result = Matcher.MatchAndExplain(*Holder.Exp, listener);
90 bool MatchAndExplain(const ErrorHolder &Holder,
109 return Matcher->MatchAndExplain(static_cast<InfoT &>(Info), listener);
139 bool MatchAndExplain(const ErrorHolder &Holder,
145 return Matcher.MatchAndExplain(Messages, listener);
SupportHelpers.h 78 bool MatchAndExplain(const llvm::Optional<T> &Input,
80 return Input && ValueMatcher.MatchAndExplain(Input.getValue(), L);
  /src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/include/gtest/
gtest-matchers.h 100 // of the match result. A matcher's MatchAndExplain() method can use
148 // MatchAndExplain() method of the Pointee(...) matcher should
151 // Implementations of MatchAndExplain() should add an explanation of
175 virtual bool MatchAndExplain(T x, MatchResultListener* listener) const = 0;
198 bool MatchAndExplain(const T& x,
200 return impl_->MatchAndExplain(x, listener);
263 bool MatchAndExplain(const T& x, MatchResultListener* listener) const {
264 return impl_->MatchAndExplain(x, listener);
270 return MatchAndExplain(x, &dummy);
284 MatchAndExplain(x, &listener)
    [all...]
  /src/external/apache2/llvm/dist/llvm/utils/unittest/googlemock/include/gmock/
gmock-matchers.h 206 bool MatchAndExplain(T x, MatchResultListener* listener) const override {
221 return source_matcher_.MatchAndExplain(static_cast<U>(x), listener);
351 const bool match = matcher.MatchAndExplain(value, &inner_listener);
397 if (!matcher.MatchAndExplain(value, &listener)) {
404 // matcher's MatchAndExplain() method handles the case when
500 bool MatchAndExplain(const T& /* x */,
528 bool MatchAndExplain(const Pointer& p,
544 bool MatchAndExplain(const Pointer& p,
600 // MatchAndExplain() takes a Super& (as opposed to const Super&)
602 bool MatchAndExplain(Super& x
    [all...]
gmock-generated-matchers.h 274 virtual bool MatchAndExplain(\
308 bool name##Matcher::gmock_Impl<arg_type>::MatchAndExplain(\
323 virtual bool MatchAndExplain(\
361 bool name##MatcherP<p0##_type>::gmock_Impl<arg_type>::MatchAndExplain(\
376 virtual bool MatchAndExplain(\
420 p1##_type>::gmock_Impl<arg_type>::MatchAndExplain(\
436 virtual bool MatchAndExplain(\
482 p2##_type>::gmock_Impl<arg_type>::MatchAndExplain(\
500 virtual bool MatchAndExplain(\
554 p3##_type>::gmock_Impl<arg_type>::MatchAndExplain(\
    [all...]
gmock-spec-builders.h 1131 if (!extra_matcher_.MatchAndExplain(args, &listener)) {
  /src/sys/external/bsd/compiler_rt/dist/lib/xray/tests/unit/
test_helpers.h 51 return ::testing::Matcher<decltype(arg.TSC)>(M).MatchAndExplain(

Completed in 68 milliseconds