Home
last modified time | relevance | path

Searched refs:TestTraits (Results 1 – 25 of 52) sorted by relevance

123

/dports/www/chromium-legacy/chromium-88.0.4324.182/base/
H A Dtraits_bag_unittest.cc21 struct TestTraits { struct
32 constexpr TestTraits(ArgTypes... args) in TestTraits() argument
45 struct FilteredTestTraits : public TestTraits {
50 : TestTraits(Exclude<ExampleTrait>::Filter(args)...) {} in FilteredTestTraits()
88 constexpr TestTraits trait_test_class; in TEST()
94 constexpr TestTraits with_trait(ExampleTrait{}); in TEST()
95 constexpr TestTraits without_trait; in TEST()
102 constexpr TestTraits defaults; in TEST()
107 constexpr TestTraits a(EnumTraitA::A); in TEST()
108 constexpr TestTraits b(EnumTraitA::B); in TEST()
[all …]
H A Dtraits_bag_unittest.nc22 struct TestTraits {
32 constexpr TestTraits(ArgTypes... args)
41 constexpr TestTraits traits = {};
42 …_BAG_INVALID_TRAIT) // [r"no matching constructor for initialization of 'const base::TestTraits'"]
43 constexpr TestTraits traits = {RequiredTrait::A, NotAValidTrait{}};
45 constexpr TestTraits traits = {RequiredTrait::A, RequiredTrait::B};
47 constexpr TestTraits traits = {RequiredTrait::A, BooleanTrait(),
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/base/
H A Dtraits_bag_unittest.cc21 struct TestTraits { struct
32 constexpr TestTraits(ArgTypes... args) in TestTraits() function
45 struct FilteredTestTraits : public TestTraits {
50 : TestTraits(Exclude<ExampleTrait>::Filter(args)...) {} in FilteredTestTraits()
88 constexpr TestTraits trait_test_class; in TEST()
94 constexpr TestTraits with_trait(ExampleTrait{}); in TEST()
95 constexpr TestTraits without_trait; in TEST()
102 constexpr TestTraits defaults; in TEST()
107 constexpr TestTraits a(EnumTraitA::A); in TEST()
108 constexpr TestTraits b(EnumTraitA::B); in TEST()
[all …]
H A Dtraits_bag_unittest.nc22 struct TestTraits {
32 constexpr TestTraits(ArgTypes... args)
41 constexpr TestTraits traits = {};
42 …_BAG_INVALID_TRAIT) // [r"no matching constructor for initialization of 'const base::TestTraits'"]
43 constexpr TestTraits traits = {RequiredTrait::A, NotAValidTrait{}};
45 constexpr TestTraits traits = {RequiredTrait::A, RequiredTrait::B};
47 constexpr TestTraits traits = {RequiredTrait::A, BooleanTrait(),
/dports/devel/google-cloud-cpp/google-cloud-cpp-1.21.0/google/cloud/
H A Dconnection_options_test.cc32 struct TestTraits { struct
38 using TestConnectionOptions = ConnectionOptions<TestTraits>;
55 EXPECT_EQ(TestTraits::default_endpoint(), options.endpoint()); in TEST()
63 EXPECT_EQ(TestTraits::default_num_channels(), num_channels); in TEST()
114 EXPECT_EQ(TestTraits::user_agent_prefix(), options.user_agent_prefix()); in TEST()
116 EXPECT_EQ("test-prefix/1.2.3 " + TestTraits::user_agent_prefix(), in TEST()
/dports/devel/google-cloud-cpp117/google-cloud-cpp-1.17.0/google/cloud/
H A Dconnection_options_test.cc32 struct TestTraits { struct
38 using TestConnectionOptions = ConnectionOptions<TestTraits>;
55 EXPECT_EQ(TestTraits::default_endpoint(), options.endpoint()); in TEST()
63 EXPECT_EQ(TestTraits::default_num_channels(), num_channels); in TEST()
114 EXPECT_EQ(TestTraits::user_agent_prefix(), options.user_agent_prefix()); in TEST()
116 EXPECT_EQ("test-prefix/1.2.3 " + TestTraits::user_agent_prefix(), in TEST()
/dports/devel/folly/folly-2021.12.27.00/folly/test/
H A DProducerConsumerQueueTest.cpp34 struct TestTraits { struct
40 struct TestTraits<std::string> { struct
94 TestTraits<T> traits_;
196 TestTraits<T> traits_;
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/opencl/test/unit_test/command_stream/
H A Dcommand_stream_receiver_flush_task_gmock_tests.cpp84 constexpr uint32_t expectedCallsCount = TestTraits<gfxCoreFamily>::iohInSbaSupported ? 10 : 9; in HWTEST2_F()
173 constexpr uint32_t expectedCallsCount = TestTraits<gfxCoreFamily>::iohInSbaSupported ? 4 : 3; in HWTEST2_F()
216 constexpr uint32_t expectedCallsCount = TestTraits<gfxCoreFamily>::iohInSbaSupported ? 4 : 3; in HWTEST2_F()
238 if constexpr (TestTraits<gfxCoreFamily>::iohInSbaSupported) { in HWTEST2_F()
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/shared/test/common/helpers/
H A Dtest_traits.h13 struct TestTraits;
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/opencl/test/unit_test/fixtures/
H A Ddevice_queue_matcher.h15 return TestTraits<NEO::ToGfxCoreFamily<productFamily>::get()>::deviceEnqueueSupport; in isMatched()
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/opencl/test/unit_test/helpers/
H A Dtest_preamble_xehp_and_later.cpp170 if constexpr (TestTraits<gfxCoreFamily>::numberOfWalkersInCfeStateSupported) { in HWTEST2_F()
173 if constexpr (TestTraits<gfxCoreFamily>::fusedEuDispatchSupported) { in HWTEST2_F()
185 if constexpr (TestTraits<gfxCoreFamily>::numberOfWalkersInCfeStateSupported) { in HWTEST2_F()
188 if constexpr (TestTraits<gfxCoreFamily>::fusedEuDispatchSupported) { in HWTEST2_F()
223 if constexpr (TestTraits<gfxCoreFamily>::numberOfWalkersInCfeStateSupported) { in HWTEST2_F()
455 …return TestTraits<NEO::ToGfxCoreFamily<productFamily>::get()>::surfaceStateCompressionParamsSuppor… in isMatched()
/dports/devel/py-apptools/apptools-4.5.0/apptools/persistence/tests/
H A Dtest_state_pickler.py64 class TestTraits(HasTraits): class
353 t = TestTraits()
369 t = TestTraits()
379 t = TestTraits()
427 t = TestTraits()
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/shared/test/common/gen9/
H A Dtest_traits_gen9.h12 struct TestTraits<IGFX_GEN9_CORE> {
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/shared/test/common/gen8/
H A Dtest_traits_gen8.h12 struct TestTraits<IGFX_GEN8_CORE> {
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/shared/test/common/gen11/
H A Dtest_traits_gen11.h12 struct TestTraits<IGFX_GEN11_CORE> {
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/shared/test/common/gen12lp/
H A Dtest_traits_gen12lp.h12 struct TestTraits<IGFX_GEN12LP_CORE> {
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/shared/test/common/xe_hpg_core/
H A Dtest_traits_xe_hpg_core.h12 struct TestTraits<IGFX_XE_HPG_CORE> {
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/shared/test/common/xe_hpc_core/
H A Dtest_traits_xe_hpc_core.h12 struct TestTraits<IGFX_XE_HPC_CORE> {
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/shared/test/common/xe_hp_core/
H A Dtest_traits_xe_hp_core.h12 struct TestTraits<IGFX_XE_HP_CORE> {
/dports/net-im/kopete/kopete-21.12.3/protocols/jabber/libjingle/talk/base/
H A Dwin32toolhelp_unittest.cc148 class TestTraits { class
205 typedef talk_base::ToolhelpEnumeratorBase<TestTraits> EnumeratorForTest;
/dports/www/firefox-legacy/firefox-52.8.0esr/media/webrtc/trunk/webrtc/base/
H A Dwin32toolhelp_unittest.cc132 class TestTraits { class
189 typedef rtc::ToolhelpEnumeratorBase<TestTraits> EnumeratorForTest;
/dports/net-p2p/bitcoin/bitcoin-22.0/src/crc32c/src/
H A Dcrc32c_extend_unittests.h18 template<typename TestTraits>
/dports/net-p2p/bitcoin-utils/bitcoin-22.0/src/crc32c/src/
H A Dcrc32c_extend_unittests.h18 template<typename TestTraits>
/dports/net-p2p/bitcoin-daemon/bitcoin-22.0/src/crc32c/src/
H A Dcrc32c_extend_unittests.h18 template<typename TestTraits>
/dports/net-p2p/qtum/qtum-mainnet-fastlane-v0.20.3/src/crc32c/src/
H A Dcrc32c_extend_unittests.h18 template<typename TestTraits>

123