Home
last modified time | relevance | path

Searched refs:MyType2 (Results 1 – 25 of 48) sorted by relevance

12

/dports/math/e-antic/Catch2-ff349a5/projects/SelfTest/UsageTests/
H A DToStringVariant.tests.cpp15 struct MyType2 { struct
16 MyType2() = default;
17 [[noreturn]] MyType2(MyType2 const&) { throw 2; } in MyType2() argument
18 MyType2& operator=(MyType2 const&) { throw 4; } in operator =() argument
44 using type = std::variant<MyType1, MyType2>;
47 REQUIRE_THROWS_AS(value.emplace<MyType2>(MyType2{}), int);
/dports/math/e-antic/e-antic-1.0.0-rc.13/libeantic/test/external/catch2/projects/SelfTest/UsageTests/
H A DToStringVariant.tests.cpp15 struct MyType2 { struct
16 MyType2() = default;
17 [[noreturn]] MyType2(MyType2 const&) { throw 2; } in MyType2() function
18 MyType2& operator=(MyType2 const&) { throw 4; } in operator =() argument
44 using type = std::variant<MyType1, MyType2>;
47 REQUIRE_THROWS_AS(value.emplace<MyType2>(MyType2{}), int);
/dports/www/restbed/restbed-4.8/dependency/catch/projects/SelfTest/UsageTests/
H A DToStringVariant.tests.cpp15 struct MyType2 { struct
16 MyType2() = default;
17 [[noreturn]] MyType2(MyType2 const&) { throw 2; } in MyType2() function
18 MyType2& operator=(MyType2 const&) { throw 4; } in operator =() argument
44 using type = std::variant<MyType1, MyType2>;
47 REQUIRE_THROWS_AS(value.emplace<MyType2>(MyType2{}), int);
/dports/emulators/citra/citra-ac98458e0/externals/catch/projects/SelfTest/UsageTests/
H A DToStringVariant.tests.cpp15 struct MyType2 { struct
16 MyType2() = default;
17 [[noreturn]] MyType2(MyType2 const&) { throw 2; } in MyType2() argument
18 MyType2& operator=(MyType2 const&) { throw 4; } in operator =() argument
44 using type = std::variant<MyType1, MyType2>;
47 REQUIRE_THROWS_AS(value.emplace<MyType2>(MyType2{}), int);
/dports/emulators/citra-qt5/citra-ac98458e0/externals/catch/projects/SelfTest/UsageTests/
H A DToStringVariant.tests.cpp15 struct MyType2 { struct
16 MyType2() = default;
17 [[noreturn]] MyType2(MyType2 const&) { throw 2; } in MyType2() function
18 MyType2& operator=(MyType2 const&) { throw 4; } in operator =() argument
44 using type = std::variant<MyType1, MyType2>;
47 REQUIRE_THROWS_AS(value.emplace<MyType2>(MyType2{}), int);
/dports/devel/catch/Catch2-2.13.7/projects/SelfTest/UsageTests/
H A DToStringVariant.tests.cpp15 struct MyType2 { struct
16 MyType2() = default;
17 [[noreturn]] MyType2(MyType2 const&) { throw 2; } in MyType2() function
18 MyType2& operator=(MyType2 const&) { throw 4; } in operator =() argument
44 using type = std::variant<MyType1, MyType2>;
47 REQUIRE_THROWS_AS(value.emplace<MyType2>(MyType2{}), int);
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Dynamic.Runtime/tests/Dynamic.DynamicType/
H A DConformance.dynamic.dynamicType.formalParameter.cs361 public MyType2() in MyType2() method in ManagedTests.DynamicCSharp.Conformance.dynamic.dynamicType.formalParameter.cnstrctor007.cnstrctor007.MyType2
477 new MyType2(vde); in MainMethod()
484 new MyType2(ch, vc); in MainMethod()
491 new MyType2(ve); in MainMethod()
494 MyType2.Result = -1; in MainMethod()
495 new MyType2(ve, ve); in MainMethod()
507 new MyType2(ves); in MainMethod()
510 MyType2.Result = -1; in MainMethod()
531 MyType2.Result = -1; in MainMethod()
532 new MyType2(vf1); in MainMethod()
[all …]
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.swt/examples/org.eclipse.swt.snippets/src/org/eclipse/swt/snippets/
H A DSnippet171.java132 static class MyType2 extends MyType { class in Snippet171
158 MyType2 data = (MyType2) object; in javaToByteArray()
179 MyType2 data = new MyType2(); in byteArrayToJava()
210 return object != null && object instanceof MyType2; in checkMyType2()
236 MyType2 myType = new MyType2(); in main()
289 MyType2 myType = (MyType2) event.data; in main()
/dports/lang/rust/rustc-1.58.1-src/src/test/ui/impl-trait/
H A Dtrait_type.rs2 struct MyType2; struct
11 impl std::fmt::Display for MyType2 { implementation
/dports/lang/nim/nim-1.6.2/tests/misc/
H A Dtloops.nim78 MyType2 = tuple[x, y: float]
87 var myType2: MyType2
88 var c: MyType2
/dports/lang/perl5.34/perl-5.34.0/dist/ExtUtils-ParseXS/t/
H A DXSMore.xs6 typedef IV MyType2; typedef
74 MyType2 T_FOOOO
114 MyType2
/dports/lang/perl5.30/perl-5.30.3/dist/ExtUtils-ParseXS/t/
H A DXSMore.xs6 typedef IV MyType2; typedef
74 MyType2 T_FOOOO
114 MyType2
/dports/lang/perl5.32/perl-5.32.1/dist/ExtUtils-ParseXS/t/
H A DXSMore.xs6 typedef IV MyType2; typedef
74 MyType2 T_FOOOO
114 MyType2
/dports/devel/p5-ExtUtils-ParseXS/ExtUtils-ParseXS-3.35/t/
H A DXSMore.xs6 typedef IV MyType2; typedef
74 MyType2 T_FOOOO
114 MyType2
/dports/lang/nim/nim-1.6.2/tests/types/
H A Dtillegaltuplerecursion.nim14 children: array[10, MyType2]
16 MyType2 = ref tuple
/dports/devel/stack/stack-2.7.3/_cabal_deps/generic-deriving-1.14/tests/
H A DExampleSpec.hs222 | MyType1Cons { _myType1Rec :: (f :/: a), _myType2Rec :: MyType2 }
224 | (f :/: a) :/: MyType2
231 data MyType2 = MyType2 Float ([] :/: Int) function
252 $(deriveAll0 ''MyType2)
/dports/devel/hs-hoogle/hoogle-5.0.18.2/_cabal_deps/generic-deriving-1.13.1/tests/
H A DExampleSpec.hs222 | MyType1Cons { _myType1Rec :: (f :/: a), _myType2Rec :: MyType2 }
224 | (f :/: a) :/: MyType2
231 data MyType2 = MyType2 Float ([] :/: Int) type
252 $(deriveAll0 ''MyType2)
/dports/lang/perl5-devel/perl5-5.35.4-102-ge43d289c7c/dist/ExtUtils-ParseXS/t/
H A DXSMore.xs6 typedef IV MyType2; typedef
104 MyType2 T_FOOOO
144 MyType2
/dports/www/chromium-legacy/chromium-88.0.4324.182/tools/json_schema_compiler/test/
H A Didl_basics.idl38 dictionary MyType2 {
50 MyType2 key_ref;
56 callback Callback4 = void(MyType2[] arg);
/dports/www/firefox/firefox-99.0/third_party/rust/type-map/src/
H A Dlib.rs326 struct MyType2(String); in test_type_map() struct
342 let entry = map.entry::<MyType2>(); in test_type_map()
344 let mut v = entry.or_insert_with(MyType2::default); in test_type_map()
348 assert_eq!(map.get(), Some(&MyType2("Hello".into()))); in test_type_map()
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/type-map/src/
H A Dlib.rs326 struct MyType2(String); in test_type_map() struct
342 let entry = map.entry::<MyType2>(); in test_type_map()
344 let mut v = entry.or_insert_with(MyType2::default); in test_type_map()
348 assert_eq!(map.get(), Some(&MyType2("Hello".into()))); in test_type_map()
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/type-map/src/
H A Dlib.rs326 struct MyType2(String); in test_type_map() struct
342 let entry = map.entry::<MyType2>(); in test_type_map()
344 let mut v = entry.or_insert_with(MyType2::default); in test_type_map()
348 assert_eq!(map.get(), Some(&MyType2("Hello".into()))); in test_type_map()
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/type-map/src/
H A Dlib.rs326 struct MyType2(String); in test_type_map() struct
342 let entry = map.entry::<MyType2>(); in test_type_map()
344 let mut v = entry.or_insert_with(MyType2::default); in test_type_map()
348 assert_eq!(map.get(), Some(&MyType2("Hello".into()))); in test_type_map()
/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_error_codes/src/error_codes/
H A DE0210.md41 struct MyType2;
42 impl<T> ForeignTrait2<T, MyType<T>> for MyType2 { } // error
52 impl<T> ForeignTrait2<MyType<T>, T> for MyType2 { } // Ok
/dports/textproc/uncrustify/uncrustify-uncrustify-0.74.0/tests/expected/cpp/
H A D31594-issue_672.cpp5 void f123(MyType1 AAAAAAAAAAAAAA, MyType2 BBBBBBBBBBBB,

12