Home
last modified time | relevance | path

Searched refs:MyType1 (Results 1 – 25 of 61) sorted by relevance

123

/dports/math/e-antic/Catch2-ff349a5/projects/SelfTest/UsageTests/
H A DToStringVariant.tests.cpp10 struct MyType1 { struct
11 MyType1() = default;
12 [[noreturn]] MyType1(MyType1 const&) { throw 1; } in MyType1() function
13 MyType1& operator=(MyType1 const&) { throw 3; } in operator =() argument
44 using type = std::variant<MyType1, MyType2>;
62 using inner = std::variant<MyType1, float, int>;
73 REQUIRE_THROWS_AS( std::get<0>(value).emplace<MyType1>(MyType1{}), int );
/dports/math/e-antic/e-antic-1.0.0-rc.13/libeantic/test/external/catch2/projects/SelfTest/UsageTests/
H A DToStringVariant.tests.cpp10 struct MyType1 { struct
11 MyType1() = default;
12 [[noreturn]] MyType1(MyType1 const&) { throw 1; } in MyType1() argument
13 MyType1& operator=(MyType1 const&) { throw 3; } in operator =() argument
44 using type = std::variant<MyType1, MyType2>;
62 using inner = std::variant<MyType1, float, int>;
73 REQUIRE_THROWS_AS( std::get<0>(value).emplace<MyType1>(MyType1{}), int );
/dports/www/restbed/restbed-4.8/dependency/catch/projects/SelfTest/UsageTests/
H A DToStringVariant.tests.cpp10 struct MyType1 { struct
11 MyType1() = default;
12 [[noreturn]] MyType1(MyType1 const&) { throw 1; } in MyType1() argument
13 MyType1& operator=(MyType1 const&) { throw 3; } in operator =() argument
44 using type = std::variant<MyType1, MyType2>;
62 using inner = std::variant<MyType1, float, int>;
73 REQUIRE_THROWS_AS( std::get<0>(value).emplace<MyType1>(MyType1{}), int );
/dports/emulators/citra/citra-ac98458e0/externals/catch/projects/SelfTest/UsageTests/
H A DToStringVariant.tests.cpp10 struct MyType1 { struct
11 MyType1() = default;
12 [[noreturn]] MyType1(MyType1 const&) { throw 1; } in MyType1() argument
13 MyType1& operator=(MyType1 const&) { throw 3; } in operator =() argument
44 using type = std::variant<MyType1, MyType2>;
62 using inner = std::variant<MyType1, float, int>;
73 REQUIRE_THROWS_AS( std::get<0>(value).emplace<MyType1>(MyType1{}), int );
/dports/emulators/citra-qt5/citra-ac98458e0/externals/catch/projects/SelfTest/UsageTests/
H A DToStringVariant.tests.cpp10 struct MyType1 { struct
11 MyType1() = default;
12 [[noreturn]] MyType1(MyType1 const&) { throw 1; } in MyType1() function
13 MyType1& operator=(MyType1 const&) { throw 3; } in operator =() argument
44 using type = std::variant<MyType1, MyType2>;
62 using inner = std::variant<MyType1, float, int>;
73 REQUIRE_THROWS_AS( std::get<0>(value).emplace<MyType1>(MyType1{}), int );
/dports/devel/catch/Catch2-2.13.7/projects/SelfTest/UsageTests/
H A DToStringVariant.tests.cpp10 struct MyType1 { struct
11 MyType1() = default;
12 [[noreturn]] MyType1(MyType1 const&) { throw 1; } in MyType1() function
13 MyType1& operator=(MyType1 const&) { throw 3; } in operator =() argument
44 using type = std::variant<MyType1, MyType2>;
62 using inner = std::variant<MyType1, float, int>;
73 REQUIRE_THROWS_AS( std::get<0>(value).emplace<MyType1>(MyType1{}), int );
/dports/devel/stack/stack-2.7.3/_cabal_deps/generic-deriving-1.14/tests/
H A DDefaultSpec.hs61 universe :: [MyType1 Bool]
62 universe = MyType1 <$> [False, True]
67 gshowsPrec 0 (MyType1 False) "" `shouldBe` "MyType1 " <> showsPrec 0 False ""
68 gshowsPrec 0 (MyType1 True) "" `shouldBe` "MyType1 " <> showsPrec 0 True ""
154 data MyType1 a = MyType1 a function
156 deriving (GEq) via (Default (MyType1 a))
157 deriving (GFunctor) via (Default1 MyType1)
159 deriving via Default (MyType1 a) instance GShow a => GShow (MyType1 a)
160 deriving via (Default1 MyType1) instance GFoldable MyType1
/dports/devel/hs-hoogle/hoogle-5.0.18.2/_cabal_deps/generic-deriving-1.13.1/tests/
H A DDefaultSpec.hs61 universe :: [MyType1 Bool]
62 universe = MyType1 <$> [False, True]
67 gshowsPrec 0 (MyType1 False) "" `shouldBe` "MyType1 " <> showsPrec 0 False ""
68 gshowsPrec 0 (MyType1 True) "" `shouldBe` "MyType1 " <> showsPrec 0 True ""
154 data MyType1 a = MyType1 a function
156 deriving (GEq) via (Default (MyType1 a))
157 deriving (GFunctor) via (Default1 MyType1)
159 deriving via Default (MyType1 a) instance GShow a => GShow (MyType1 a)
160 deriving via (Default1 MyType1) instance GFoldable MyType1
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Dynamic.Runtime/tests/Dynamic.DynamicType/
H A DConformance.dynamic.dynamicType.formalParameter.cs315 public class MyType1 class
318 public MyType1() in MyType1() method in ManagedTests.DynamicCSharp.Conformance.dynamic.dynamicType.formalParameter.cnstrctor007.cnstrctor007.MyType1
415 new MyType1(v1); in MainMethod()
419 new MyType1(v1, v2); in MainMethod()
432 new MyType1(vn); in MainMethod()
455 new MyType1(v21); in MainMethod()
461 MyType1.Result = -1; in MainMethod()
464 MyType1.Result = -1; in MainMethod()
467 MyType1.Result = -1; in MainMethod()
470 MyType1.Result = -1; in MainMethod()
[all …]
/dports/lang/rust/rustc-1.58.1-src/src/test/ui/
H A Dimpl-unused-tps-inherent.rs3 struct MyType1<T>(T); struct
13 impl<T> MyType1<T> { impl
17 impl<T,U> MyType1<T> { impl
21 impl<T,U> MyType1<T> where T: Bar<Out=U> { impl
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/cheekybits/genny/parse/test/multipletypes/
H A Dcustom_types_simplemap.go7 type MyType1MyOtherTypeMap map[*MyType1]*MyOtherType
9 func (m MyType1MyOtherTypeMap) Has(key *MyType1) bool { argument
14 func (m MyType1MyOtherTypeMap) Get(key *MyType1) *MyOtherType { argument
18 func (m MyType1MyOtherTypeMap) Set(key *MyType1, value *MyOtherType) MyType1MyOtherTypeMap { argument
H A Dgeneric_simplemap_test.go25 key1 := new(MyType1)
26 key2 := new(MyType1)
/dports/net/storj/storj-1.45.3/vendor/github.com/cheekybits/genny/parse/test/multipletypes/
H A Dcustom_types_simplemap.go7 type MyType1MyOtherTypeMap map[*MyType1]*MyOtherType
9 func (m MyType1MyOtherTypeMap) Has(key *MyType1) bool { argument
14 func (m MyType1MyOtherTypeMap) Get(key *MyType1) *MyOtherType { argument
18 func (m MyType1MyOtherTypeMap) Set(key *MyType1, value *MyOtherType) MyType1MyOtherTypeMap { argument
H A Dgeneric_simplemap_test.go25 key1 := new(MyType1)
26 key2 := new(MyType1)
/dports/net-im/dendrite/dendrite-0.5.1/vendor/github.com/cheekybits/genny/parse/test/multipletypes/
H A Dcustom_types_simplemap.go7 type MyType1MyOtherTypeMap map[*MyType1]*MyOtherType
9 func (m MyType1MyOtherTypeMap) Has(key *MyType1) bool { argument
14 func (m MyType1MyOtherTypeMap) Get(key *MyType1) *MyOtherType { argument
18 func (m MyType1MyOtherTypeMap) Set(key *MyType1, value *MyOtherType) MyType1MyOtherTypeMap { argument
H A Dgeneric_simplemap_test.go25 key1 := new(MyType1)
26 key2 := new(MyType1)
/dports/security/xray-core/Xray-core-1.5.0/vendor/github.com/cheekybits/genny/parse/test/multipletypes/
H A Dcustom_types_simplemap.go7 type MyType1MyOtherTypeMap map[*MyType1]*MyOtherType
9 func (m MyType1MyOtherTypeMap) Has(key *MyType1) bool { argument
14 func (m MyType1MyOtherTypeMap) Get(key *MyType1) *MyOtherType { argument
18 func (m MyType1MyOtherTypeMap) Set(key *MyType1, value *MyOtherType) MyType1MyOtherTypeMap { argument
/dports/dns/nextdns/nextdns-1.32.2/vendor/github.com/cheekybits/genny/parse/test/multipletypes/
H A Dcustom_types_simplemap.go7 type MyType1MyOtherTypeMap map[*MyType1]*MyOtherType
9 func (m MyType1MyOtherTypeMap) Has(key *MyType1) bool { argument
14 func (m MyType1MyOtherTypeMap) Get(key *MyType1) *MyOtherType { argument
18 func (m MyType1MyOtherTypeMap) Set(key *MyType1, value *MyOtherType) MyType1MyOtherTypeMap { argument
/dports/net/v2ray/v2ray-core-4.36.2/vendor/github.com/cheekybits/genny/parse/test/multipletypes/
H A Dcustom_types_simplemap.go7 type MyType1MyOtherTypeMap map[*MyType1]*MyOtherType
9 func (m MyType1MyOtherTypeMap) Has(key *MyType1) bool {
14 func (m MyType1MyOtherTypeMap) Get(key *MyType1) *MyOtherType {
18 func (m MyType1MyOtherTypeMap) Set(key *MyType1, value *MyOtherType) MyType1MyOtherTypeMap {
/dports/net/ooni-mini/probe-engine-0.23.0/vendor/github.com/cheekybits/genny/parse/test/multipletypes/
H A Dcustom_types_simplemap.go7 type MyType1MyOtherTypeMap map[*MyType1]*MyOtherType
9 func (m MyType1MyOtherTypeMap) Has(key *MyType1) bool { argument
14 func (m MyType1MyOtherTypeMap) Get(key *MyType1) *MyOtherType { argument
18 func (m MyType1MyOtherTypeMap) Set(key *MyType1, value *MyOtherType) MyType1MyOtherTypeMap { argument
H A Dgeneric_simplemap_test.go25 key1 := new(MyType1)
26 key2 := new(MyType1)
/dports/net/ooni-probe-cli/probe-cli-3.10.1/vendor/github.com/cheekybits/genny/parse/test/multipletypes/
H A Dcustom_types_simplemap.go7 type MyType1MyOtherTypeMap map[*MyType1]*MyOtherType
9 func (m MyType1MyOtherTypeMap) Has(key *MyType1) bool { argument
14 func (m MyType1MyOtherTypeMap) Get(key *MyType1) *MyOtherType { argument
18 func (m MyType1MyOtherTypeMap) Set(key *MyType1, value *MyOtherType) MyType1MyOtherTypeMap { argument
/dports/devel/mutagen/mutagen-0.11.8/vendor/github.com/cheekybits/genny/parse/test/multipletypes/
H A Dcustom_types_simplemap.go7 type MyType1MyOtherTypeMap map[*MyType1]*MyOtherType
9 func (m MyType1MyOtherTypeMap) Has(key *MyType1) bool { argument
14 func (m MyType1MyOtherTypeMap) Get(key *MyType1) *MyOtherType { argument
18 func (m MyType1MyOtherTypeMap) Set(key *MyType1, value *MyOtherType) MyType1MyOtherTypeMap { argument
/dports/www/chromium-legacy/chromium-88.0.4324.182/tools/json_schema_compiler/test/
H A Didl_basics.idl28 dictionary MyType1 {
55 callback Callback3 = void(MyType1 arg);
73 static void function3(MyType1 arg);
84 static void function9(optional MyType1 arg);
87 static void function11(MyType1[] arg);
111 static MyType1 function25();
112 static MyType1[] function26();
122 static void onFoo2(MyType1 arg);
H A Didl_schemas_unittest.cc14 using test::api::idl_basics::MyType1;
32 MyType1 a; in TEST()
36 MyType1 b; in TEST()
37 EXPECT_TRUE(MyType1::Populate(*serialized.get(), &b)); in TEST()
80 MyType1 c; in TEST()
81 EXPECT_TRUE(MyType1::Populate(f6_results.GetList()[0], &c)); in TEST()
126 MyType1* t1 = f9_params->arg.get(); in TEST()
159 MyType1 a; in TEST()
160 MyType1 b; in TEST()

123