Home
last modified time | relevance | path

Searched refs:MyTypes (Results 176 – 200 of 485) sorted by relevance

12345678910>>...20

/dports/irc/quassel-core/quassel-0.14-rc2/3rdparty/googletest-1.8.1/googletest/include/gtest/
H A Dgtest-typed-test.h58 typedef testing::Types<char, int, unsigned int> MyTypes;
59 TYPED_TEST_CASE(FooTest, MyTypes);
159 typedef testing::Types<char, int, unsigned int> MyTypes;
160 INSTANTIATE_TYPED_TEST_CASE_P(My, FooTest, MyTypes);
/dports/irc/quassel/quassel-0.14-rc2/3rdparty/googletest-1.8.1/googletest/include/gtest/
H A Dgtest-typed-test.h58 typedef testing::Types<char, int, unsigned int> MyTypes;
59 TYPED_TEST_CASE(FooTest, MyTypes);
159 typedef testing::Types<char, int, unsigned int> MyTypes;
160 INSTANTIATE_TYPED_TEST_CASE_P(My, FooTest, MyTypes);
/dports/multimedia/intel-media-sdk/MediaSDK-intel-mediasdk-22.1.0/contrib/googletest/googletest/include/gtest/
H A Dgtest-typed-test.h58 typedef testing::Types<char, int, unsigned int> MyTypes;
59 TYPED_TEST_CASE(FooTest, MyTypes);
159 typedef testing::Types<char, int, unsigned int> MyTypes;
160 INSTANTIATE_TYPED_TEST_CASE_P(My, FooTest, MyTypes);
/dports/devel/p5-Type-Tiny/Type-Tiny-1.012004/t/40-regression/
H A Drt85911.t35 package MyTypes;
50 my $check = compile( slurpy Dict [ foo => MyTypes::StrList ] );
55 my $check = compile( MyTypes::StrList );
/dports/devel/kdevelop/kdevelop-21.12.3/plugins/qmljs/tests/files/
H A Ddirectory_import.qml2 import "types.js" as MyTypes
14 var from_types_js = MyTypes.simple_compare;
/dports/devel/p5-Type-Tiny/Type-Tiny-1.012004/t/30-integration/MouseX-Types/
H A Dextending.t36 package MyTypes;
43 $INC{'MyTypes.pm'} = __FILE__;
46 use MyTypes -types;
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/boringssl/src/third_party/googletest/include/gtest/
H A Dgtest-typed-test.h58 typedef testing::Types<char, int, unsigned int> MyTypes;
59 TYPED_TEST_SUITE(FooTest, MyTypes);
159 typedef testing::Types<char, int, unsigned int> MyTypes;
160 INSTANTIATE_TYPED_TEST_SUITE_P(My, FooTest, MyTypes);
/dports/multimedia/libgav1/libgav1-0.17.0/third_party/googletest/googletest/include/gtest/
H A Dgtest-typed-test.h57 typedef testing::Types<char, int, unsigned int> MyTypes;
58 TYPED_TEST_SUITE(FooTest, MyTypes);
158 typedef testing::Types<char, int, unsigned int> MyTypes;
159 INSTANTIATE_TYPED_TEST_SUITE_P(My, FooTest, MyTypes);
/dports/devel/string_theory/string_theory-3.4/test/gtest-1.10.0/include/gtest/
H A Dgtest-typed-test.h58 typedef testing::Types<char, int, unsigned int> MyTypes;
59 TYPED_TEST_SUITE(FooTest, MyTypes);
159 typedef testing::Types<char, int, unsigned int> MyTypes;
160 INSTANTIATE_TYPED_TEST_SUITE_P(My, FooTest, MyTypes);
/dports/misc/adios2/ADIOS2-2.7.1/thirdparty/GTest/googletest/googletest/include/gtest/
H A Dgtest-typed-test.h57 typedef testing::Types<char, int, unsigned int> MyTypes;
58 TYPED_TEST_SUITE(FooTest, MyTypes);
158 typedef testing::Types<char, int, unsigned int> MyTypes;
159 INSTANTIATE_TYPED_TEST_SUITE_P(My, FooTest, MyTypes);
/dports/math/pdal/PDAL-2.3.0/vendor/gtest/include/gtest/
H A Dgtest-typed-test.h58 typedef testing::Types<char, int, unsigned int> MyTypes;
59 TYPED_TEST_SUITE(FooTest, MyTypes);
159 typedef testing::Types<char, int, unsigned int> MyTypes;
160 INSTANTIATE_TYPED_TEST_SUITE_P(My, FooTest, MyTypes);
/dports/www/firefox-esr/firefox-91.8.0/security/nss/gtests/google_test/gtest/include/gtest/
H A Dgtest-typed-test.h57 typedef testing::Types<char, int, unsigned int> MyTypes;
58 TYPED_TEST_SUITE(FooTest, MyTypes);
158 typedef testing::Types<char, int, unsigned int> MyTypes;
159 INSTANTIATE_TYPED_TEST_SUITE_P(My, FooTest, MyTypes);
/dports/graphics/blender/blender-2.91.0/extern/gtest/include/gtest/
H A Dgtest-typed-test.h58 typedef testing::Types<char, int, unsigned int> MyTypes;
59 TYPED_TEST_SUITE(FooTest, MyTypes);
159 typedef testing::Types<char, int, unsigned int> MyTypes;
160 INSTANTIATE_TYPED_TEST_SUITE_P(My, FooTest, MyTypes);
/dports/games/fs2open/fs2open.github.com-release_21_4_1/test/gtest/include/gtest/
H A Dgtest-typed-test.h58 typedef testing::Types<char, int, unsigned int> MyTypes;
59 TYPED_TEST_SUITE(FooTest, MyTypes);
159 typedef testing::Types<char, int, unsigned int> MyTypes;
160 INSTANTIATE_TYPED_TEST_SUITE_P(My, FooTest, MyTypes);
/dports/archivers/draco/googletest/googletest/include/gtest/
H A Dgtest-typed-test.h55 typedef testing::Types<char, int, unsigned int> MyTypes;
56 TYPED_TEST_SUITE(FooTest, MyTypes);
156 typedef testing::Types<char, int, unsigned int> MyTypes;
157 INSTANTIATE_TYPED_TEST_SUITE_P(My, FooTest, MyTypes);
/dports/archivers/lazperf/laz-perf-2.0.0/cpp/test/gtest/gtest-1.10.0/include/gtest/
H A Dgtest-typed-test.h58 typedef testing::Types<char, int, unsigned int> MyTypes;
59 TYPED_TEST_SUITE(FooTest, MyTypes);
159 typedef testing::Types<char, int, unsigned int> MyTypes;
160 INSTANTIATE_TYPED_TEST_SUITE_P(My, FooTest, MyTypes);
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/utils/unittest/googletest/include/gtest/
H A Dgtest-typed-test.h58 typedef testing::Types<char, int, unsigned int> MyTypes;
59 TYPED_TEST_SUITE(FooTest, MyTypes);
159 typedef testing::Types<char, int, unsigned int> MyTypes;
160 INSTANTIATE_TYPED_TEST_SUITE_P(My, FooTest, MyTypes);
/dports/lang/v8/v8-9.6.180.12/third_party/googletest/src/googletest/include/gtest/
H A Dgtest-typed-test.h55 typedef testing::Types<char, int, unsigned int> MyTypes;
56 TYPED_TEST_SUITE(FooTest, MyTypes);
156 typedef testing::Types<char, int, unsigned int> MyTypes;
157 INSTANTIATE_TYPED_TEST_SUITE_P(My, FooTest, MyTypes);
/dports/math/stanmath/math-4.2.0/lib/benchmark_1.5.1/googletest/googletest/include/gtest/
H A Dgtest-typed-test.h57 typedef testing::Types<char, int, unsigned int> MyTypes;
58 TYPED_TEST_SUITE(FooTest, MyTypes);
158 typedef testing::Types<char, int, unsigned int> MyTypes;
159 INSTANTIATE_TYPED_TEST_SUITE_P(My, FooTest, MyTypes);
/dports/devel/googletest/googletest-release-1.11.0/googletest/include/gtest/
H A Dgtest-typed-test.h57 typedef testing::Types<char, int, unsigned int> MyTypes;
58 TYPED_TEST_SUITE(FooTest, MyTypes);
158 typedef testing::Types<char, int, unsigned int> MyTypes;
159 INSTANTIATE_TYPED_TEST_SUITE_P(My, FooTest, MyTypes);
/dports/science/axom/axom-0.6.1/src/cmake/blt/thirdparty_builtin/googletest-master-2020-01-07/googletest/include/gtest/
H A Dgtest-typed-test.h57 typedef testing::Types<char, int, unsigned int> MyTypes;
58 TYPED_TEST_SUITE(FooTest, MyTypes);
158 typedef testing::Types<char, int, unsigned int> MyTypes;
159 INSTANTIATE_TYPED_TEST_SUITE_P(My, FooTest, MyTypes);
/dports/science/ascent/ascent-0.7.1-66-gbcf2742a/src/blt/thirdparty_builtin/googletest-master-2020-01-07/googletest/include/gtest/
H A Dgtest-typed-test.h57 typedef testing::Types<char, int, unsigned int> MyTypes;
58 TYPED_TEST_SUITE(FooTest, MyTypes);
158 typedef testing::Types<char, int, unsigned int> MyTypes;
159 INSTANTIATE_TYPED_TEST_SUITE_P(My, FooTest, MyTypes);
/dports/net-im/tg_owt/tg_owt-d578c76/src/third_party/libvpx/source/libvpx/third_party/googletest/src/include/gtest/
H A Dgtest-typed-test.h57 typedef testing::Types<char, int, unsigned int> MyTypes;
58 TYPED_TEST_SUITE(FooTest, MyTypes);
158 typedef testing::Types<char, int, unsigned int> MyTypes;
159 INSTANTIATE_TYPED_TEST_SUITE_P(My, FooTest, MyTypes);
/dports/multimedia/libvpx/libvpx-1.11.0/third_party/googletest/src/include/gtest/
H A Dgtest-typed-test.h57 typedef testing::Types<char, int, unsigned int> MyTypes;
58 TYPED_TEST_SUITE(FooTest, MyTypes);
158 typedef testing::Types<char, int, unsigned int> MyTypes;
159 INSTANTIATE_TYPED_TEST_SUITE_P(My, FooTest, MyTypes);
/dports/misc/mxnet/incubator-mxnet-1.9.0/3rdparty/mkldnn/tests/gtests/gtest/
H A Dgtest-typed-test.h58 typedef testing::Types<char, int, unsigned int> MyTypes;
59 TYPED_TEST_SUITE(FooTest, MyTypes);
159 typedef testing::Types<char, int, unsigned int> MyTypes;
160 INSTANTIATE_TYPED_TEST_SUITE_P(My, FooTest, MyTypes);

12345678910>>...20