Home
last modified time | relevance | path

Searched refs:Struct4 (Results 1 – 25 of 159) sorted by relevance

1234567

/dports/devel/fbthrift/fbthrift-2021.12.27.00/thrift/compiler/test/fixtures/constants/gen-swift/test/fixtures/constants/
H A DStruct4.java30 public Struct4( in Struct4() method in Struct4
41 protected Struct4() { in Struct4() method in Struct4
78 public Builder(Struct4 other) { in Builder()
85 public Struct4 build() { in build()
86 Struct4 result = new Struct4 ( in build()
145 Struct4 other = (Struct4)o; in equals()
165 return Struct4::read0; in asReader()
170 oprot.readStructBegin(Struct4.NAMES_TO_IDS, Struct4.FIELD_METADATA); in read0()
171 Struct4.Builder builder = new Struct4.Builder(); in read0()
230 private static final Struct4 _DEFAULT = new Struct4.Builder().build();
[all …]
/dports/lang/rust/rustc-1.58.1-src/src/test/ui/stability-attribute/
H A Dgenerics-default-stability.stderr25 warning: use of deprecated struct `unstable_generic_param::Struct4`: test
28 LL | let _: Struct4<isize> = Struct4 { field: 1 };
33 warning: use of deprecated struct `unstable_generic_param::Struct4`: test
36 LL | let _: Struct4<isize> = Struct4 { field: 1 };
39 warning: use of deprecated struct `unstable_generic_param::Struct4`: test
42 LL | let _: Struct4 = STRUCT4;
48 LL | let _: Struct4<usize> = STRUCT4;
54 LL | let _: Struct4<isize> = Struct4 { field: 0 };
60 LL | let _: Struct4<isize> = Struct4 { field: 0 };
470 LL | let _: Struct4<isize> = Struct4 { field: 1 };
[all …]
H A Dgenerics-default-stability.rs83 let _: Struct4<isize> = Struct4 { field: 1 }; in main()
88 …let _: Struct4 = STRUCT4; //~ use of deprecated struct `unstable_generic_param::Struct4`: test [de… in main()
89 …let _: Struct4<usize> = STRUCT4; //~ use of deprecated struct `unstable_generic_param::Struct4`: t… in main()
90 let _: Struct4<isize> = Struct4 { field: 0 }; in main()
/dports/converters/wkhtmltopdf/qt-5db36ec/tests/auto/qdbusmetatype/
H A Dtst_qdbusmetatype.cpp70 struct Struct4 // (ssa(ss)sayasx) struct
93 Q_DECLARE_METATYPE(Struct4) argument
99 Q_DECLARE_METATYPE(QList<Struct4>)
154 QDBusArgument &operator<<(QDBusArgument &arg, const Struct4 &s) in operator <<()
213 const QDBusArgument &operator>>(const QDBusArgument &arg, Struct4 &) in operator >>() argument
240 qDBusRegisterMetaType<Struct4>(); in initTestCase()
246 qDBusRegisterMetaType<QList<Struct4> >(); in initTestCase()
315 QTest::newRow("Struct4") << QVariant::Type(qMetaTypeId<Struct4>()) << "(ssa(ss)sayasx)"; in dynamicTypes_data()
316 …QTest::newRow("QList<Struct4>") << QVariant::Type(qMetaTypeId<QList<Struct4> >()) << "a(ssa(ss)say… in dynamicTypes_data()
/dports/lang/rust/rustc-1.58.1-src/src/test/ui/suggestions/
H A Dadt-param-with-implicit-sized-bound.stderr67 LL | fn func4() -> Struct4<Self>;
70 note: required by a bound in `Struct4`
73 LL | struct Struct4<T>{
74 | ^ required by this bound in `Struct4`
77 LL | fn func4() -> Struct4<Self> where Self: Sized;
81 LL | struct Struct4<T: ?Sized>{
H A Dadt-param-with-implicit-sized-bound.rs5 fn func4() -> Struct4<Self>; //~ ERROR E0277 in func4()
20 struct Struct4<T>{ struct
/dports/converters/wkhtmltopdf/qt-5db36ec/tests/auto/qdbusmetaobject/
H A Dtst_qdbusmetaobject.cpp71 struct Struct4 // (ssa(ss)sayasx) struct
83 Q_DECLARE_METATYPE(Struct4) argument
87 Q_DECLARE_METATYPE(QList<Struct4>)
108 QDBusArgument &operator<<(QDBusArgument &arg, const Struct4 &s) in operator <<()
118 const QDBusArgument &operator>>(const QDBusArgument &arg, Struct4 &) in operator >>() argument
127 qDBusRegisterMetaType<Struct4>(); in initTestCase()
131 qDBusRegisterMetaType<QList<Struct4> >(); in initTestCase()
318 void signal(Struct4);
/dports/devel/fbthrift/fbthrift-2021.12.27.00/thrift/compiler/test/fixtures/constants/gen-go/module/
H A Dttypes.go1307 type Struct4 struct { struct
1313 func NewStruct4() *Struct4 {
1314 return &Struct4{}
1318 func (p *Struct4) GetA() int32 { argument
1329 func (p *Struct4) GetC() int8 { argument
1335 func (p *Struct4) IsSetB() bool { argument
1344 obj *Struct4
1354 return &Struct4{
1376 func (s *Struct4) SetA(a int32) *Struct4 { argument
1381 func (s *Struct4) SetB(b *float64) *Struct4 { argument
[all …]
H A Dconstants.go48 var Pod_4 *Struct4
251 Pod_4 = &Struct4{
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/mojo/public/java/system/javatests/src/org/chromium/mojo/bindings/
H A DSerializationTest.java18 import org.chromium.mojo.bindings.test.mojom.mojo.Struct4;
78 Struct4 struct = new Struct4(); in testStructArray()
/dports/www/chromium-legacy/chromium-88.0.4324.182/mojo/public/java/system/javatests/src/org/chromium/mojo/bindings/
H A DSerializationTest.java18 import org.chromium.mojo.bindings.test.mojom.mojo.Struct4;
78 Struct4 struct = new Struct4(); in testStructArray()
/dports/www/oauth2-proxy/oauth2-proxy-7.2.0/vendor/github.com/vmihailenco/msgpack/v4/
H A Dmsgpack_test.go213 type Struct4 struct { struct
218 Struct4 anonMember
225 Struct4: Struct4{
/dports/misc/chrono/chrono-1.1.0-4-g70cda7f/vendor/github.com/vmihailenco/msgpack/
H A Dmsgpack_test.go213 type Struct4 struct { struct
218 Struct4 anonMember
225 Struct4: Struct4{
/dports/sysutils/terraform/terraform-1.0.11/vendor/github.com/vmihailenco/msgpack/v4/
H A Dmsgpack_test.go213 type Struct4 struct { struct
218 Struct4 anonMember
225 Struct4: Struct4{
/dports/lang/go-devel/go-becaeea1199b875bc24800fa88f2f4fea119bf78/src/reflect/
H A Dabi_test.go464 func passStruct4(a Struct4) Struct4 { argument
758 func callArgsStruct4(f func(Struct4, MagicLastTypeNameForTestingRegisterABI) Struct4, a0 Struct4) S… argument
861 type Struct4 struct { struct
/dports/lang/rust/rustc-1.58.1-src/src/test/ui/stability-attribute/auxiliary/
H A Dunstable_generic_param.rs45 pub struct Struct4<A = usize> { struct
73 pub const STRUCT4: Struct4 = Struct4 { field: 1 };
/dports/www/chromium-legacy/chromium-88.0.4324.182/mojo/public/cpp/bindings/tests/
H A Dserialization_warning_unittest.cc125 Struct4Ptr test_struct(Struct4::New()); in TEST_F()
131 test_struct = Struct4::New(); in TEST_F()
136 test_struct = Struct4::New(); in TEST_F()
/dports/net/cloudquery/cloudquery-0.16.0/vendor/github.com/vmihailenco/msgpack/v5/
H A Dmsgpack_test.go215 type Struct4 struct { struct
220 Struct4 anonMember
227 Struct4: Struct4{
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/mojo/public/interfaces/bindings/tests/
H A Dserialization_test_structs.mojom20 struct Struct4 {
/dports/www/chromium-legacy/chromium-88.0.4324.182/mojo/public/interfaces/bindings/tests/
H A Dserialization_test_structs.mojom20 struct Struct4 {
/dports/net/gemserv/gemserv-v0.4.5/cargo-crates/pin-project-lite-0.1.11/tests/
H A Dtest.rs304 struct Struct4<T> in dst()
343 struct Struct4 { in dyn_type()
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/pin-project-lite-0.1.12/tests/
H A Dtest.rs305 struct Struct4<T> in dst()
344 struct Struct4 { in dyn_type()
/dports/devel/sccache/sccache-0.2.15/cargo-crates/pin-project-lite-0.1.11/tests/
H A Dtest.rs304 struct Struct4<T> in dst()
343 struct Struct4 { in dyn_type()
/dports/games/genact/genact-0.10.0/cargo-crates/pin-project-lite-0.1.7/tests/
H A Dtest.rs328 struct Struct4<T> in unsized_in_where_clause()
360 struct Struct4 { in dyn_type()
/dports/www/ffsend/ffsend-ccd489ce2e75b91c0f17fbf13dbd91fe84f5ad98/cargo-crates/pin-project-lite-0.1.12/tests/
H A Dtest.rs305 struct Struct4<T> in dst()
344 struct Struct4 { in dyn_type()

1234567