Home
last modified time | relevance | path

Searched refs:PolymorphicMatcher (Results 1 – 25 of 384) sorted by relevance

12345678910>>...16

/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/include/clang/ASTMatchers/
H A DASTMatchersMacros.h242 inline ::clang::ast_matchers::internal::PolymorphicMatcher< \
245 return ::clang::ast_matchers::internal::PolymorphicMatcher< \
287 inline ::clang::ast_matchers::internal::PolymorphicMatcher< \
291 return ::clang::ast_matchers::internal::PolymorphicMatcher< \
295 typedef ::clang::ast_matchers::internal::PolymorphicMatcher< \
340 inline ::clang::ast_matchers::internal::PolymorphicMatcher< \
344 return ::clang::ast_matchers::internal::PolymorphicMatcher< \
348 typedef ::clang::ast_matchers::internal::PolymorphicMatcher< \
527 inline ::clang::ast_matchers::internal::PolymorphicMatcher< \
531 return ::clang::ast_matchers::internal::PolymorphicMatcher< \
[all …]
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/include/clang/ASTMatchers/
H A DASTMatchersMacros.h242 inline ::clang::ast_matchers::internal::PolymorphicMatcher< \
245 return ::clang::ast_matchers::internal::PolymorphicMatcher< \
287 inline ::clang::ast_matchers::internal::PolymorphicMatcher< \
291 return ::clang::ast_matchers::internal::PolymorphicMatcher< \
295 typedef ::clang::ast_matchers::internal::PolymorphicMatcher< \
340 inline ::clang::ast_matchers::internal::PolymorphicMatcher< \
344 return ::clang::ast_matchers::internal::PolymorphicMatcher< \
348 typedef ::clang::ast_matchers::internal::PolymorphicMatcher< \
527 inline ::clang::ast_matchers::internal::PolymorphicMatcher< \
531 return ::clang::ast_matchers::internal::PolymorphicMatcher< \
[all …]
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/include/clang/ASTMatchers/
H A DASTMatchersMacros.h242 inline ::clang::ast_matchers::internal::PolymorphicMatcher< \
245 return ::clang::ast_matchers::internal::PolymorphicMatcher< \
287 inline ::clang::ast_matchers::internal::PolymorphicMatcher< \
291 return ::clang::ast_matchers::internal::PolymorphicMatcher< \
295 typedef ::clang::ast_matchers::internal::PolymorphicMatcher< \
340 inline ::clang::ast_matchers::internal::PolymorphicMatcher< \
344 return ::clang::ast_matchers::internal::PolymorphicMatcher< \
348 typedef ::clang::ast_matchers::internal::PolymorphicMatcher< \
527 inline ::clang::ast_matchers::internal::PolymorphicMatcher< \
531 return ::clang::ast_matchers::internal::PolymorphicMatcher< \
[all …]
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchersMacros.h242 inline ::clang::ast_matchers::internal::PolymorphicMatcher< \
245 return ::clang::ast_matchers::internal::PolymorphicMatcher< \
287 inline ::clang::ast_matchers::internal::PolymorphicMatcher< \
291 return ::clang::ast_matchers::internal::PolymorphicMatcher< \
295 typedef ::clang::ast_matchers::internal::PolymorphicMatcher< \
340 inline ::clang::ast_matchers::internal::PolymorphicMatcher< \
344 return ::clang::ast_matchers::internal::PolymorphicMatcher< \
348 typedef ::clang::ast_matchers::internal::PolymorphicMatcher< \
527 inline ::clang::ast_matchers::internal::PolymorphicMatcher< \
531 return ::clang::ast_matchers::internal::PolymorphicMatcher< \
[all …]
/dports/devel/llvm13/llvm-project-13.0.1.src/clang/include/clang/ASTMatchers/
H A DASTMatchersMacros.h242 inline ::clang::ast_matchers::internal::PolymorphicMatcher< \
245 return ::clang::ast_matchers::internal::PolymorphicMatcher< \
287 inline ::clang::ast_matchers::internal::PolymorphicMatcher< \
291 return ::clang::ast_matchers::internal::PolymorphicMatcher< \
295 typedef ::clang::ast_matchers::internal::PolymorphicMatcher< \
340 inline ::clang::ast_matchers::internal::PolymorphicMatcher< \
344 return ::clang::ast_matchers::internal::PolymorphicMatcher< \
348 typedef ::clang::ast_matchers::internal::PolymorphicMatcher< \
527 inline ::clang::ast_matchers::internal::PolymorphicMatcher< \
531 return ::clang::ast_matchers::internal::PolymorphicMatcher< \
[all …]
/dports/lang/clang-mesa/clang-13.0.1.src/include/clang/ASTMatchers/
H A DASTMatchersMacros.h242 inline ::clang::ast_matchers::internal::PolymorphicMatcher< \
245 return ::clang::ast_matchers::internal::PolymorphicMatcher< \
287 inline ::clang::ast_matchers::internal::PolymorphicMatcher< \
291 return ::clang::ast_matchers::internal::PolymorphicMatcher< \
295 typedef ::clang::ast_matchers::internal::PolymorphicMatcher< \
340 inline ::clang::ast_matchers::internal::PolymorphicMatcher< \
344 return ::clang::ast_matchers::internal::PolymorphicMatcher< \
348 typedef ::clang::ast_matchers::internal::PolymorphicMatcher< \
527 inline ::clang::ast_matchers::internal::PolymorphicMatcher< \
531 return ::clang::ast_matchers::internal::PolymorphicMatcher< \
[all …]
/dports/games/openlierox/OpenLieroX/src/breakpad/external/src/testing/include/gmock/
H A Dgmock-matchers.h235 class PolymorphicMatcher {
237 explicit PolymorphicMatcher(const Impl& impl) : impl_(impl) {} in PolymorphicMatcher() function
303 inline PolymorphicMatcher<Impl> MakePolymorphicMatcher(const Impl& impl) { in MakePolymorphicMatcher()
304 return PolymorphicMatcher<Impl>(impl); in MakePolymorphicMatcher()
1955 inline PolymorphicMatcher<internal::NotNullMatcher > NotNull() {
2003 inline PolymorphicMatcher<
2020 inline PolymorphicMatcher<
2115 inline PolymorphicMatcher<internal::MatchesRegexMatcher> MatchesRegex(
2119 inline PolymorphicMatcher<internal::MatchesRegexMatcher> MatchesRegex(
2303 inline PolymorphicMatcher<internal::TrulyMatcher<Predicate> >
[all …]
/dports/games/trenchbroom/TrenchBroom-ed46601/lib/include/gmock/
H A Dgmock-matchers.h317 class PolymorphicMatcher {
319 explicit PolymorphicMatcher(const Impl& an_impl) : impl_(an_impl) {} in PolymorphicMatcher() function
360 GTEST_DISALLOW_ASSIGN_(PolymorphicMatcher);
384 return PolymorphicMatcher<Impl>(impl); in MakePolymorphicMatcher()
2637 inline PolymorphicMatcher<internal::IsNullMatcher > IsNull() {
2644 inline PolymorphicMatcher<internal::NotNullMatcher > NotNull() {
2692 inline PolymorphicMatcher<
2709 inline PolymorphicMatcher<
2802 inline PolymorphicMatcher<internal::MatchesRegexMatcher> MatchesRegex(
2912 inline PolymorphicMatcher<internal::TrulyMatcher<Predicate> >
[all …]
/dports/audio/clementine-player/Clementine-1.4.0rc1/3rdparty/gmock/include/gmock/
H A Dgmock-matchers.h316 class PolymorphicMatcher {
318 explicit PolymorphicMatcher(const Impl& an_impl) : impl_(an_impl) {} in PolymorphicMatcher() function
359 GTEST_DISALLOW_ASSIGN_(PolymorphicMatcher);
383 return PolymorphicMatcher<Impl>(impl); in MakePolymorphicMatcher()
2464 inline PolymorphicMatcher<internal::IsNullMatcher > IsNull() {
2471 inline PolymorphicMatcher<internal::NotNullMatcher > NotNull() {
2519 inline PolymorphicMatcher<
2536 inline PolymorphicMatcher<
2629 inline PolymorphicMatcher<internal::MatchesRegexMatcher> MatchesRegex(
2815 inline PolymorphicMatcher<internal::TrulyMatcher<Predicate> >
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/testing/gtest/gmock/include/gmock/
H A Dgmock-matchers.h317 class PolymorphicMatcher {
319 explicit PolymorphicMatcher(const Impl& an_impl) : impl_(an_impl) {} in PolymorphicMatcher() function
360 GTEST_DISALLOW_ASSIGN_(PolymorphicMatcher);
384 return PolymorphicMatcher<Impl>(impl); in MakePolymorphicMatcher()
2637 inline PolymorphicMatcher<internal::IsNullMatcher > IsNull() {
2644 inline PolymorphicMatcher<internal::NotNullMatcher > NotNull() {
2692 inline PolymorphicMatcher<
2709 inline PolymorphicMatcher<
2802 inline PolymorphicMatcher<internal::MatchesRegexMatcher> MatchesRegex(
2912 inline PolymorphicMatcher<internal::TrulyMatcher<Predicate> >
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/boringssl/src/third_party/googletest/include/gtest/
H A Dgtest-matchers.h452 class PolymorphicMatcher {
454 explicit PolymorphicMatcher(const Impl& an_impl) : impl_(an_impl) {} in PolymorphicMatcher() function
511 inline PolymorphicMatcher<Impl> MakePolymorphicMatcher(const Impl& impl) { in MakePolymorphicMatcher()
512 return PolymorphicMatcher<Impl>(impl); in MakePolymorphicMatcher()
669 inline PolymorphicMatcher<internal::MatchesRegexMatcher> MatchesRegex( in MatchesRegex()
673 inline PolymorphicMatcher<internal::MatchesRegexMatcher> MatchesRegex( in MatchesRegex()
680 inline PolymorphicMatcher<internal::MatchesRegexMatcher> ContainsRegex( in ContainsRegex()
684 inline PolymorphicMatcher<internal::MatchesRegexMatcher> ContainsRegex( in ContainsRegex()
/dports/devel/string_theory/string_theory-3.4/test/gtest-1.10.0/include/gtest/
H A Dgtest-matchers.h454 class PolymorphicMatcher {
456 explicit PolymorphicMatcher(const Impl& an_impl) : impl_(an_impl) {} in PolymorphicMatcher() function
513 inline PolymorphicMatcher<Impl> MakePolymorphicMatcher(const Impl& impl) { in MakePolymorphicMatcher()
514 return PolymorphicMatcher<Impl>(impl); in MakePolymorphicMatcher()
671 inline PolymorphicMatcher<internal::MatchesRegexMatcher> MatchesRegex( in MatchesRegex()
675 inline PolymorphicMatcher<internal::MatchesRegexMatcher> MatchesRegex( in MatchesRegex()
682 inline PolymorphicMatcher<internal::MatchesRegexMatcher> ContainsRegex( in ContainsRegex()
686 inline PolymorphicMatcher<internal::MatchesRegexMatcher> ContainsRegex( in ContainsRegex()
/dports/math/pdal/PDAL-2.3.0/vendor/gtest/include/gtest/
H A Dgtest-matchers.h454 class PolymorphicMatcher {
456 explicit PolymorphicMatcher(const Impl& an_impl) : impl_(an_impl) {} in PolymorphicMatcher() function
513 inline PolymorphicMatcher<Impl> MakePolymorphicMatcher(const Impl& impl) { in MakePolymorphicMatcher()
514 return PolymorphicMatcher<Impl>(impl); in MakePolymorphicMatcher()
671 inline PolymorphicMatcher<internal::MatchesRegexMatcher> MatchesRegex( in MatchesRegex()
675 inline PolymorphicMatcher<internal::MatchesRegexMatcher> MatchesRegex( in MatchesRegex()
682 inline PolymorphicMatcher<internal::MatchesRegexMatcher> ContainsRegex( in ContainsRegex()
686 inline PolymorphicMatcher<internal::MatchesRegexMatcher> ContainsRegex( in ContainsRegex()
/dports/www/firefox-esr/firefox-91.8.0/security/nss/gtests/google_test/gtest/include/gtest/
H A Dgtest-matchers.h454 class PolymorphicMatcher {
456 explicit PolymorphicMatcher(const Impl& an_impl) : impl_(an_impl) {} in PolymorphicMatcher() function
513 inline PolymorphicMatcher<Impl> MakePolymorphicMatcher(const Impl& impl) { in MakePolymorphicMatcher()
514 return PolymorphicMatcher<Impl>(impl); in MakePolymorphicMatcher()
671 inline PolymorphicMatcher<internal::MatchesRegexMatcher> MatchesRegex( in MatchesRegex()
675 inline PolymorphicMatcher<internal::MatchesRegexMatcher> MatchesRegex( in MatchesRegex()
682 inline PolymorphicMatcher<internal::MatchesRegexMatcher> ContainsRegex( in ContainsRegex()
686 inline PolymorphicMatcher<internal::MatchesRegexMatcher> ContainsRegex( in ContainsRegex()
/dports/graphics/blender/blender-2.91.0/extern/gtest/include/gtest/
H A Dgtest-matchers.h454 class PolymorphicMatcher {
456 explicit PolymorphicMatcher(const Impl& an_impl) : impl_(an_impl) {} in PolymorphicMatcher() function
513 inline PolymorphicMatcher<Impl> MakePolymorphicMatcher(const Impl& impl) { in MakePolymorphicMatcher()
514 return PolymorphicMatcher<Impl>(impl); in MakePolymorphicMatcher()
671 inline PolymorphicMatcher<internal::MatchesRegexMatcher> MatchesRegex( in MatchesRegex()
675 inline PolymorphicMatcher<internal::MatchesRegexMatcher> MatchesRegex( in MatchesRegex()
682 inline PolymorphicMatcher<internal::MatchesRegexMatcher> ContainsRegex( in ContainsRegex()
686 inline PolymorphicMatcher<internal::MatchesRegexMatcher> ContainsRegex( in ContainsRegex()
/dports/games/fs2open/fs2open.github.com-release_21_4_1/test/gtest/include/gtest/
H A Dgtest-matchers.h454 class PolymorphicMatcher {
456 explicit PolymorphicMatcher(const Impl& an_impl) : impl_(an_impl) {} in PolymorphicMatcher() function
513 inline PolymorphicMatcher<Impl> MakePolymorphicMatcher(const Impl& impl) { in MakePolymorphicMatcher()
514 return PolymorphicMatcher<Impl>(impl); in MakePolymorphicMatcher()
671 inline PolymorphicMatcher<internal::MatchesRegexMatcher> MatchesRegex( in MatchesRegex()
675 inline PolymorphicMatcher<internal::MatchesRegexMatcher> MatchesRegex( in MatchesRegex()
682 inline PolymorphicMatcher<internal::MatchesRegexMatcher> ContainsRegex( in ContainsRegex()
686 inline PolymorphicMatcher<internal::MatchesRegexMatcher> ContainsRegex( in ContainsRegex()
/dports/archivers/lazperf/laz-perf-2.0.0/cpp/test/gtest/gtest-1.10.0/include/gtest/
H A Dgtest-matchers.h454 class PolymorphicMatcher {
456 explicit PolymorphicMatcher(const Impl& an_impl) : impl_(an_impl) {} in PolymorphicMatcher() function
513 inline PolymorphicMatcher<Impl> MakePolymorphicMatcher(const Impl& impl) { in MakePolymorphicMatcher()
514 return PolymorphicMatcher<Impl>(impl); in MakePolymorphicMatcher()
671 inline PolymorphicMatcher<internal::MatchesRegexMatcher> MatchesRegex( in MatchesRegex()
675 inline PolymorphicMatcher<internal::MatchesRegexMatcher> MatchesRegex( in MatchesRegex()
682 inline PolymorphicMatcher<internal::MatchesRegexMatcher> ContainsRegex( in ContainsRegex()
686 inline PolymorphicMatcher<internal::MatchesRegexMatcher> ContainsRegex( in ContainsRegex()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/utils/unittest/googletest/include/gtest/
H A Dgtest-matchers.h454 class PolymorphicMatcher {
456 explicit PolymorphicMatcher(const Impl& an_impl) : impl_(an_impl) {} in PolymorphicMatcher() function
513 inline PolymorphicMatcher<Impl> MakePolymorphicMatcher(const Impl& impl) { in MakePolymorphicMatcher()
514 return PolymorphicMatcher<Impl>(impl); in MakePolymorphicMatcher()
671 inline PolymorphicMatcher<internal::MatchesRegexMatcher> MatchesRegex( in MatchesRegex()
675 inline PolymorphicMatcher<internal::MatchesRegexMatcher> MatchesRegex( in MatchesRegex()
682 inline PolymorphicMatcher<internal::MatchesRegexMatcher> ContainsRegex( in ContainsRegex()
686 inline PolymorphicMatcher<internal::MatchesRegexMatcher> ContainsRegex( in ContainsRegex()
/dports/science/axom/axom-0.6.1/src/cmake/blt/thirdparty_builtin/googletest-master-2020-01-07/googletest/include/gtest/
H A Dgtest-matchers.h454 class PolymorphicMatcher {
456 explicit PolymorphicMatcher(const Impl& an_impl) : impl_(an_impl) {} in PolymorphicMatcher() function
513 inline PolymorphicMatcher<Impl> MakePolymorphicMatcher(const Impl& impl) { in MakePolymorphicMatcher()
514 return PolymorphicMatcher<Impl>(impl); in MakePolymorphicMatcher()
671 inline PolymorphicMatcher<internal::MatchesRegexMatcher> MatchesRegex( in MatchesRegex()
675 inline PolymorphicMatcher<internal::MatchesRegexMatcher> MatchesRegex( in MatchesRegex()
682 inline PolymorphicMatcher<internal::MatchesRegexMatcher> ContainsRegex( in ContainsRegex()
686 inline PolymorphicMatcher<internal::MatchesRegexMatcher> ContainsRegex( in ContainsRegex()
/dports/science/ascent/ascent-0.7.1-66-gbcf2742a/src/blt/thirdparty_builtin/googletest-master-2020-01-07/googletest/include/gtest/
H A Dgtest-matchers.h454 class PolymorphicMatcher {
456 explicit PolymorphicMatcher(const Impl& an_impl) : impl_(an_impl) {} in PolymorphicMatcher() function
513 inline PolymorphicMatcher<Impl> MakePolymorphicMatcher(const Impl& impl) { in MakePolymorphicMatcher()
514 return PolymorphicMatcher<Impl>(impl); in MakePolymorphicMatcher()
671 inline PolymorphicMatcher<internal::MatchesRegexMatcher> MatchesRegex( in MatchesRegex()
675 inline PolymorphicMatcher<internal::MatchesRegexMatcher> MatchesRegex( in MatchesRegex()
682 inline PolymorphicMatcher<internal::MatchesRegexMatcher> ContainsRegex( in ContainsRegex()
686 inline PolymorphicMatcher<internal::MatchesRegexMatcher> ContainsRegex( in ContainsRegex()
/dports/net-im/tg_owt/tg_owt-d578c76/src/third_party/libvpx/source/libvpx/third_party/googletest/src/include/gtest/
H A Dgtest-matchers.h454 class PolymorphicMatcher {
456 explicit PolymorphicMatcher(const Impl& an_impl) : impl_(an_impl) {} in PolymorphicMatcher() function
513 inline PolymorphicMatcher<Impl> MakePolymorphicMatcher(const Impl& impl) { in MakePolymorphicMatcher()
514 return PolymorphicMatcher<Impl>(impl); in MakePolymorphicMatcher()
671 inline PolymorphicMatcher<internal::MatchesRegexMatcher> MatchesRegex( in MatchesRegex()
675 inline PolymorphicMatcher<internal::MatchesRegexMatcher> MatchesRegex( in MatchesRegex()
682 inline PolymorphicMatcher<internal::MatchesRegexMatcher> ContainsRegex( in ContainsRegex()
686 inline PolymorphicMatcher<internal::MatchesRegexMatcher> ContainsRegex( in ContainsRegex()
/dports/multimedia/libvpx/libvpx-1.11.0/third_party/googletest/src/include/gtest/
H A Dgtest-matchers.h454 class PolymorphicMatcher {
456 explicit PolymorphicMatcher(const Impl& an_impl) : impl_(an_impl) {} in PolymorphicMatcher() function
513 inline PolymorphicMatcher<Impl> MakePolymorphicMatcher(const Impl& impl) { in MakePolymorphicMatcher()
514 return PolymorphicMatcher<Impl>(impl); in MakePolymorphicMatcher()
671 inline PolymorphicMatcher<internal::MatchesRegexMatcher> MatchesRegex( in MatchesRegex()
675 inline PolymorphicMatcher<internal::MatchesRegexMatcher> MatchesRegex( in MatchesRegex()
682 inline PolymorphicMatcher<internal::MatchesRegexMatcher> ContainsRegex( in ContainsRegex()
686 inline PolymorphicMatcher<internal::MatchesRegexMatcher> ContainsRegex( in ContainsRegex()
/dports/graphics/libosmesa-gallium/mesa-21.3.6/src/gtest/include/gtest/
H A Dgtest-matchers.h454 class PolymorphicMatcher {
456 explicit PolymorphicMatcher(const Impl& an_impl) : impl_(an_impl) {} in PolymorphicMatcher() function
513 inline PolymorphicMatcher<Impl> MakePolymorphicMatcher(const Impl& impl) { in MakePolymorphicMatcher()
514 return PolymorphicMatcher<Impl>(impl); in MakePolymorphicMatcher()
671 inline PolymorphicMatcher<internal::MatchesRegexMatcher> MatchesRegex( in MatchesRegex()
675 inline PolymorphicMatcher<internal::MatchesRegexMatcher> MatchesRegex( in MatchesRegex()
682 inline PolymorphicMatcher<internal::MatchesRegexMatcher> ContainsRegex( in ContainsRegex()
686 inline PolymorphicMatcher<internal::MatchesRegexMatcher> ContainsRegex( in ContainsRegex()
/dports/comms/openzwave-devel/open-zwave-14f2ba74/cpp/test/include/gtest/
H A Dgtest-matchers.h454 class PolymorphicMatcher {
456 explicit PolymorphicMatcher(const Impl& an_impl) : impl_(an_impl) {} in PolymorphicMatcher() function
513 inline PolymorphicMatcher<Impl> MakePolymorphicMatcher(const Impl& impl) { in MakePolymorphicMatcher()
514 return PolymorphicMatcher<Impl>(impl); in MakePolymorphicMatcher()
671 inline PolymorphicMatcher<internal::MatchesRegexMatcher> MatchesRegex( in MatchesRegex()
675 inline PolymorphicMatcher<internal::MatchesRegexMatcher> MatchesRegex( in MatchesRegex()
682 inline PolymorphicMatcher<internal::MatchesRegexMatcher> ContainsRegex( in ContainsRegex()
686 inline PolymorphicMatcher<internal::MatchesRegexMatcher> ContainsRegex( in ContainsRegex()
/dports/misc/quantum++/qpp-3.0/unit_tests/lib/googletest/googletest-release-1.10.0/googletest/include/gtest/
H A Dgtest-matchers.h454 class PolymorphicMatcher {
456 explicit PolymorphicMatcher(const Impl& an_impl) : impl_(an_impl) {} in PolymorphicMatcher() function
513 inline PolymorphicMatcher<Impl> MakePolymorphicMatcher(const Impl& impl) { in MakePolymorphicMatcher()
514 return PolymorphicMatcher<Impl>(impl); in MakePolymorphicMatcher()
671 inline PolymorphicMatcher<internal::MatchesRegexMatcher> MatchesRegex( in MatchesRegex()
675 inline PolymorphicMatcher<internal::MatchesRegexMatcher> MatchesRegex( in MatchesRegex()
682 inline PolymorphicMatcher<internal::MatchesRegexMatcher> ContainsRegex( in ContainsRegex()
686 inline PolymorphicMatcher<internal::MatchesRegexMatcher> ContainsRegex( in ContainsRegex()

12345678910>>...16