Home
last modified time | relevance | path

Searched refs:MatcherCast (Results 1 – 25 of 425) sorted by relevance

12345678910>>...17

/dports/devel/google-cloud-cpp117/google-cloud-cpp-1.17.0/google/cloud/testing_util/
H A Dstatus_matchers.h58 if (!::testing::MatcherCast<::google::cloud::StatusCode const&>(code_matcher)
68 if (!::testing::MatcherCast<std::string const&>(message_matcher)
88 return ::testing::MatcherCast<::google::cloud::Status const&>(
97 return ::testing::MatcherCast<::google::cloud::Status const&>(
/dports/devel/google-cloud-cpp/google-cloud-cpp-1.21.0/google/cloud/testing_util/
H A Dstatus_matchers.h58 if (!::testing::MatcherCast<::google::cloud::StatusCode const&>(code_matcher)
68 if (!::testing::MatcherCast<std::string const&>(message_matcher)
88 return ::testing::MatcherCast<::google::cloud::Status const&>(
97 return ::testing::MatcherCast<::google::cloud::Status const&>(
/dports/audio/clementine-player/Clementine-1.4.0rc1/3rdparty/gmock/include/gmock/
H A Dgmock-generated-matchers.h353 MatcherCast<const Element&>(e1_),
354 MatcherCast<const Element&>(e2_),
381 MatcherCast<const Element&>(e1_),
382 MatcherCast<const Element&>(e2_),
383 MatcherCast<const Element&>(e3_),
411 MatcherCast<const Element&>(e1_),
412 MatcherCast<const Element&>(e2_),
413 MatcherCast<const Element&>(e3_),
414 MatcherCast<const Element&>(e4_),
443 MatcherCast<const Element&>(e1_),
[all …]
/dports/games/openlierox/OpenLieroX/src/breakpad/external/src/testing/include/gmock/
H A Dgmock-generated-matchers.h464 MatcherCast<const Element&>(e1_),
487 MatcherCast<const Element&>(e1_),
488 MatcherCast<const Element&>(e2_),
513 MatcherCast<const Element&>(e1_),
514 MatcherCast<const Element&>(e2_),
515 MatcherCast<const Element&>(e3_),
541 MatcherCast<const Element&>(e1_),
542 MatcherCast<const Element&>(e2_),
543 MatcherCast<const Element&>(e3_),
544 MatcherCast<const Element&>(e4_),
[all …]
/dports/games/trenchbroom/TrenchBroom-ed46601/lib/include/gmock/
H A Dgmock-generated-matchers.h350 MatcherCast<const Element&>(e1_),
351 MatcherCast<const Element&>(e2_),
377 MatcherCast<const Element&>(e1_),
378 MatcherCast<const Element&>(e2_),
379 MatcherCast<const Element&>(e3_),
406 MatcherCast<const Element&>(e1_),
407 MatcherCast<const Element&>(e2_),
408 MatcherCast<const Element&>(e3_),
409 MatcherCast<const Element&>(e4_),
437 MatcherCast<const Element&>(e1_),
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/testing/gtest/gmock/include/gmock/
H A Dgmock-generated-matchers.h350 MatcherCast<const Element&>(e1_),
351 MatcherCast<const Element&>(e2_),
377 MatcherCast<const Element&>(e1_),
378 MatcherCast<const Element&>(e2_),
379 MatcherCast<const Element&>(e3_),
406 MatcherCast<const Element&>(e1_),
407 MatcherCast<const Element&>(e2_),
408 MatcherCast<const Element&>(e3_),
409 MatcherCast<const Element&>(e4_),
437 MatcherCast<const Element&>(e1_),
[all …]
/dports/databases/arrow/apache-arrow-6.0.1/cpp/src/arrow/testing/
H A Dmatchers.h41 : result_matcher_(testing::MatcherCast<Result<ValueType>>(result_matcher)), in Impl()
86 : value_matcher_(testing::MatcherCast<ValueType>(value_matcher)) {} in Impl()
234 return ErrorMatcher(code, testing::MatcherCast<std::string>(message_matcher)); in Raises()
/dports/sysutils/barrier/barrier-2.3.3/src/test/unittests/ipc/
H A DIpcLogOutputterTests.cpp36 using ::testing::MatcherCast;
46 return MatcherCast<const IpcMessage&>(m); in IpcLogLineMessageEq()
/dports/sysutils/synergy/synergy-core-1.14.0.4-stable/src/test/unittests/ipc/
H A DIpcLogOutputterTests.cpp36 using ::testing::MatcherCast;
/dports/www/chromium-legacy/chromium-88.0.4324.182/gpu/command_buffer/service/
H A Dgles2_cmd_decoder_unittest_4.cc22 using ::testing::MatcherCast;
H A Draster_decoder_unittest_1.cc21 using ::testing::MatcherCast;
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/gpu/command_buffer/service/
H A Draster_decoder_unittest_1.cc21 using ::testing::MatcherCast;
H A Dgles2_cmd_decoder_unittest_4.cc22 using ::testing::MatcherCast;
/dports/devel/fbthrift/fbthrift-2021.12.27.00/thrift/lib/cpp2/test/
H A DMatcher-inl.h97 : concrete_matcher_(testing::MatcherCast<MatchedValue>(matcher)) {} in Impl()
174 : concrete_matcher_(testing::MatcherCast<FieldReferenceType>(matcher)) { in Impl()
/dports/science/axom/axom-0.6.1/src/cmake/blt/thirdparty_builtin/googletest-master-2020-01-07/googlemock/include/gmock/
H A Dgmock-matchers.h246 inline Matcher<T> MatcherCast(const M& matcher) { in MatcherCast() function
254 return MatcherCast<T>(polymorphic_matcher_or_value); in SafeMatcherCast()
286 return MatcherCast<T>(matcher); in SafeMatcherCast()
1183 matchers.push_back(MatcherCast<RawU>(matcher));
1268 return MatcherCast<const T&>(matcher_).Matches(x);
1617 : matcher_(MatcherCast<const Pointee&>(matcher)) {}
1970 : size_matcher_(MatcherCast<SizeType>(size_matcher)) {}
2965 matchers_.push_back(MatcherCast<const Element&>(*first));
3049 return MatcherCast<Target>(a);
3730 field, MatcherCast<const FieldType&>(matcher)));
[all …]
/dports/science/ascent/ascent-0.7.1-66-gbcf2742a/src/blt/thirdparty_builtin/googletest-master-2020-01-07/googlemock/include/gmock/
H A Dgmock-matchers.h246 inline Matcher<T> MatcherCast(const M& matcher) { in MatcherCast() function
254 return MatcherCast<T>(polymorphic_matcher_or_value); in SafeMatcherCast()
286 return MatcherCast<T>(matcher); in SafeMatcherCast()
1183 matchers.push_back(MatcherCast<RawU>(matcher));
1268 return MatcherCast<const T&>(matcher_).Matches(x);
1617 : matcher_(MatcherCast<const Pointee&>(matcher)) {}
1970 : size_matcher_(MatcherCast<SizeType>(size_matcher)) {}
2965 matchers_.push_back(MatcherCast<const Element&>(*first));
3049 return MatcherCast<Target>(a);
3730 field, MatcherCast<const FieldType&>(matcher)));
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/googletest/src/googlemock/include/gmock/
H A Dgmock-matchers.h246 inline Matcher<T> MatcherCast(const M& matcher) { in MatcherCast() function
254 return MatcherCast<T>(polymorphic_matcher_or_value); in SafeMatcherCast()
286 return MatcherCast<T>(matcher); in SafeMatcherCast()
1183 matchers.push_back(MatcherCast<RawU>(matcher));
1268 return MatcherCast<const T&>(matcher_).Matches(x);
1617 : matcher_(MatcherCast<const Pointee&>(matcher)) {}
1970 : size_matcher_(MatcherCast<SizeType>(size_matcher)) {}
2965 matchers_.push_back(MatcherCast<const Element&>(*first));
3049 return MatcherCast<Target>(a);
3730 field, MatcherCast<const FieldType&>(matcher)));
[all …]
/dports/science/conduit/conduit-0.8.0/src/blt/thirdparty_builtin/googletest-master-2020-01-07/googlemock/include/gmock/
H A Dgmock-matchers.h246 inline Matcher<T> MatcherCast(const M& matcher) { in MatcherCast() function
254 return MatcherCast<T>(polymorphic_matcher_or_value); in SafeMatcherCast()
286 return MatcherCast<T>(matcher); in SafeMatcherCast()
1183 matchers.push_back(MatcherCast<RawU>(matcher));
1268 return MatcherCast<const T&>(matcher_).Matches(x);
1617 : matcher_(MatcherCast<const Pointee&>(matcher)) {}
1970 : size_matcher_(MatcherCast<SizeType>(size_matcher)) {}
2965 matchers_.push_back(MatcherCast<const Element&>(*first));
3049 return MatcherCast<Target>(a);
3730 field, MatcherCast<const FieldType&>(matcher)));
[all …]
/dports/security/palisade/palisade-release-d76213499af44558170cca6c72c5314755fec23c/third-party/google-test/googlemock/include/gmock/
H A Dgmock-matchers.h246 inline Matcher<T> MatcherCast(const M& matcher) { in MatcherCast() function
254 return MatcherCast<T>(polymorphic_matcher_or_value); in SafeMatcherCast()
286 return MatcherCast<T>(matcher); in SafeMatcherCast()
1183 matchers.push_back(MatcherCast<RawU>(matcher));
1268 return MatcherCast<const T&>(matcher_).Matches(x);
1617 : matcher_(MatcherCast<const Pointee&>(matcher)) {}
1970 : size_matcher_(MatcherCast<SizeType>(size_matcher)) {}
2965 matchers_.push_back(MatcherCast<const Element&>(*first));
3049 return MatcherCast<Target>(a);
3730 field, MatcherCast<const FieldType&>(matcher)));
[all …]
/dports/graphics/blender/blender-2.91.0/extern/gmock/include/gmock/
H A Dgmock-matchers.h245 inline Matcher<T> MatcherCast(const M& matcher) { in MatcherCast() function
292 return MatcherCast<T>(matcher); in Cast()
1196 matchers.push_back(MatcherCast<RawU>(matcher));
1281 return MatcherCast<const T&>(matcher_).Matches(x);
1614 : matcher_(MatcherCast<const Pointee&>(matcher)) {}
1967 : size_matcher_(MatcherCast<SizeType>(size_matcher)) {}
2962 matchers_.push_back(MatcherCast<const Element&>(*first));
3044 return MatcherCast<Target>(a);
3718 field, MatcherCast<const FieldType&>(matcher)));
3747 property, MatcherCast<const PropertyType&>(matcher)));
[all …]
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/utils/unittest/googlemock/include/gmock/
H A Dgmock-matchers.h254 inline Matcher<T> MatcherCast(const M& matcher) { in MatcherCast() function
301 return MatcherCast<T>(matcher); in Cast()
1205 matchers.push_back(MatcherCast<RawU>(matcher));
1290 return MatcherCast<const T&>(matcher_).Matches(x);
1623 : matcher_(MatcherCast<const Pointee&>(matcher)) {}
1976 : size_matcher_(MatcherCast<SizeType>(size_matcher)) {}
2979 matchers_.push_back(MatcherCast<const Element&>(*first));
3061 return MatcherCast<Target>(a);
3743 field, MatcherCast<const FieldType&>(matcher)));
3772 property, MatcherCast<const PropertyType&>(matcher)));
[all …]
/dports/misc/quantum++/qpp-3.0/unit_tests/lib/googletest/googletest-release-1.10.0/googlemock/include/gmock/
H A Dgmock-matchers.h245 inline Matcher<T> MatcherCast(const M& matcher) { in MatcherCast() function
292 return MatcherCast<T>(matcher); in Cast()
1196 matchers.push_back(MatcherCast<RawU>(matcher));
1281 return MatcherCast<const T&>(matcher_).Matches(x);
1614 : matcher_(MatcherCast<const Pointee&>(matcher)) {}
1967 : size_matcher_(MatcherCast<SizeType>(size_matcher)) {}
2962 matchers_.push_back(MatcherCast<const Element&>(*first));
3044 return MatcherCast<Target>(a);
3718 field, MatcherCast<const FieldType&>(matcher)));
3747 property, MatcherCast<const PropertyType&>(matcher)));
[all …]
/dports/devel/upp/upp/bazaar/plugin/gmock/
H A Dgmock-matchers.h245 inline Matcher<T> MatcherCast(const M& matcher) { in MatcherCast() function
292 return MatcherCast<T>(matcher); in Cast()
1196 matchers.push_back(MatcherCast<RawU>(matcher));
1281 return MatcherCast<const T&>(matcher_).Matches(x);
1614 : matcher_(MatcherCast<const Pointee&>(matcher)) {}
1967 : size_matcher_(MatcherCast<SizeType>(size_matcher)) {}
2962 matchers_.push_back(MatcherCast<const Element&>(*first));
3044 return MatcherCast<Target>(a);
3718 field, MatcherCast<const FieldType&>(matcher)));
3747 property, MatcherCast<const PropertyType&>(matcher)));
[all …]
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/utils/unittest/googlemock/include/gmock/
H A Dgmock-matchers.h254 inline Matcher<T> MatcherCast(const M& matcher) { in MatcherCast() function
301 return MatcherCast<T>(matcher); in Cast()
1205 matchers.push_back(MatcherCast<RawU>(matcher));
1290 return MatcherCast<const T&>(matcher_).Matches(x);
1623 : matcher_(MatcherCast<const Pointee&>(matcher)) {}
1976 : size_matcher_(MatcherCast<SizeType>(size_matcher)) {}
2979 matchers_.push_back(MatcherCast<const Element&>(*first));
3061 return MatcherCast<Target>(a);
3743 field, MatcherCast<const FieldType&>(matcher)));
3772 property, MatcherCast<const PropertyType&>(matcher)));
[all …]
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/utils/unittest/googlemock/include/gmock/
H A Dgmock-matchers.h254 inline Matcher<T> MatcherCast(const M& matcher) { in MatcherCast() function
301 return MatcherCast<T>(matcher); in Cast()
1205 matchers.push_back(MatcherCast<RawU>(matcher));
1290 return MatcherCast<const T&>(matcher_).Matches(x);
1623 : matcher_(MatcherCast<const Pointee&>(matcher)) {}
1976 : size_matcher_(MatcherCast<SizeType>(size_matcher)) {}
2979 matchers_.push_back(MatcherCast<const Element&>(*first));
3061 return MatcherCast<Target>(a);
3743 field, MatcherCast<const FieldType&>(matcher)));
3772 property, MatcherCast<const PropertyType&>(matcher)));
[all …]

12345678910>>...17