Home
last modified time | relevance | path

Searched defs:MyType1 (Results 1 – 25 of 29) sorted by relevance

12

/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.go9 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 {
H A Dcustom_types.go3 type MyType1 struct{} struct
/dports/net/storj/storj-1.45.3/vendor/github.com/cheekybits/genny/parse/test/multipletypes/
H A Dcustom_types_simplemap.go9 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 {
H A Dcustom_types.go3 type MyType1 struct{} struct
/dports/net-im/dendrite/dendrite-0.5.1/vendor/github.com/cheekybits/genny/parse/test/multipletypes/
H A Dcustom_types_simplemap.go9 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 {
H A Dcustom_types.go3 type MyType1 struct{} struct
/dports/security/xray-core/Xray-core-1.5.0/vendor/github.com/cheekybits/genny/parse/test/multipletypes/
H A Dcustom_types_simplemap.go9 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 {
H A Dcustom_types.go3 type MyType1 struct{} struct
/dports/dns/nextdns/nextdns-1.32.2/vendor/github.com/cheekybits/genny/parse/test/multipletypes/
H A Dcustom_types_simplemap.go9 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 {
H A Dcustom_types.go3 type MyType1 struct{} struct
/dports/net/v2ray/v2ray-core-4.36.2/vendor/github.com/cheekybits/genny/parse/test/multipletypesets/
H A Dgeneric_simplemap_test.go10
11 key1 := new(KeyType)
16 assert.Equal(t, m, m.Set(key1, value1))
19 assert.Equal(t, value1, m.Get(key1))
H A Dgeneric_simplemap.go3 import (
4 "log"
/dports/net/ooni-mini/probe-engine-0.23.0/vendor/github.com/cheekybits/genny/parse/test/multipletypes/
H A Dcustom_types_simplemap.go9 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 {
H A Dcustom_types.go3 type MyType1 struct{} struct
/dports/net/ooni-probe-cli/probe-cli-3.10.1/vendor/github.com/cheekybits/genny/parse/test/multipletypes/
H A Dcustom_types_simplemap.go9 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/devel/mutagen/mutagen-0.11.8/vendor/github.com/cheekybits/genny/parse/test/multipletypes/
H A Dcustom_types_simplemap.go9 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/math/e-antic/Catch2-ff349a5/projects/SelfTest/UsageTests/
H A DToStringVariant.tests.cpp10 struct MyType1 { struct
12 [[noreturn]] MyType1(MyType1 const&) { throw 1; } in MyType1() function
13 MyType1& operator=(MyType1 const&) { throw 3; } in operator =() argument
/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
12 [[noreturn]] MyType1(MyType1 const&) { throw 1; } in MyType1() function
13 MyType1& operator=(MyType1 const&) { throw 3; } in operator =() argument
/dports/www/restbed/restbed-4.8/dependency/catch/projects/SelfTest/UsageTests/
H A DToStringVariant.tests.cpp10 struct MyType1 { struct
12 [[noreturn]] MyType1(MyType1 const&) { throw 1; } in MyType1() function
13 MyType1& operator=(MyType1 const&) { throw 3; } in operator =() argument
/dports/emulators/citra/citra-ac98458e0/externals/catch/projects/SelfTest/UsageTests/
H A DToStringVariant.tests.cpp10 struct MyType1 { struct
12 [[noreturn]] MyType1(MyType1 const&) { throw 1; } in MyType1() argument
13 MyType1& operator=(MyType1 const&) { throw 3; } in operator =() argument
/dports/emulators/citra-qt5/citra-ac98458e0/externals/catch/projects/SelfTest/UsageTests/
H A DToStringVariant.tests.cpp10 struct MyType1 { struct
12 [[noreturn]] MyType1(MyType1 const&) { throw 1; } in MyType1() argument
13 MyType1& operator=(MyType1 const&) { throw 3; } in operator =() argument
/dports/devel/catch/Catch2-2.13.7/projects/SelfTest/UsageTests/
H A DToStringVariant.tests.cpp10 struct MyType1 { struct
12 [[noreturn]] MyType1(MyType1 const&) { throw 1; } in MyType1() argument
13 MyType1& operator=(MyType1 const&) { throw 3; } in operator =() argument
/dports/devel/stack/stack-2.7.3/_cabal_deps/generic-deriving-1.14/tests/
H A DDefaultSpec.hs154 data MyType1 a = MyType1 a constructor
/dports/devel/hs-hoogle/hoogle-5.0.18.2/_cabal_deps/generic-deriving-1.13.1/tests/
H A DDefaultSpec.hs154 data MyType1 a = MyType1 a type

12