Home
last modified time | relevance | path

Searched refs:union2 (Results 1 – 25 of 751) sorted by relevance

12345678910>>...31

/dports/devel/fbthrift/fbthrift-2021.12.27.00/thrift/compiler/test/fixtures/constants/gen-android/
H A Dunion2.java25 public class union2 extends TUnion<union2> { class
39 public union2() { in union2() method in union2
47 public union2(union2 other) { in union2() method in union2
51 public union2 deepCopy() { in deepCopy()
52 return new union2(this); in deepCopy()
56 union2 x = new union2(); in i()
62 union2 x = new union2(); in d()
68 union2 x = new union2(); in s()
74 union2 x = new union2(); in u()
212 if (other instanceof union2) { in equals()
[all …]
H A DConstants.java244 public static final union2 u_2_1 = new union2();
249 public static final union2 u_2_2 = new union2();
254 public static final union2 u_2_3 = new union2();
263 public static final union2 u_2_4 = new union2();
271 public static final union2 u_2_5 = new union2();
279 public static final union2 u_2_6 = new union2();
/dports/devel/fbthrift/fbthrift-2021.12.27.00/thrift/compiler/test/fixtures/constants/gen-hack/
H A Dmodule_constants.php431 public static function u_2_1()[]: union2{
432 return union2::fromShape(
444 public static function u_2_2()[]: union2{
445 return union2::fromShape(
457 public static function u_2_3()[]: union2{
458 return union2::fromShape(
475 public static function u_2_4()[]: union2{
476 return union2::fromShape(
492 public static function u_2_5()[]: union2{
493 return union2::fromShape(
[all …]
/dports/devel/fbthrift/fbthrift-2021.12.27.00/thrift/compiler/test/fixtures/constants/gen-py/module/
H A Dconstants.py16 … Company, Internship, Range, struct1, struct2, struct3, struct4, union1, union2, MyCompany, MyStri…
206 u_2_1 = union2(**{
210 u_2_2 = union2(**{
214 u_2_3 = union2(**{
221 u_2_4 = union2(**{
227 u_2_5 = union2(**{
233 u_2_6 = union2(**{
H A Dconstants.pyi41 u_2_1: union2
42 u_2_2: union2
43 u_2_3: union2
44 u_2_4: union2
45 u_2_5: union2
46 u_2_6: union2
/dports/devel/p5-Type-Tiny/Type-Tiny-1.012004/t/30-integration/MouseX-Types/
H A Dbasic.t37 my $union2 = MyArrayRef | Int;
41 isa_ok($union2, "Type::Tiny");
47 should_pass([], $union2);
48 should_pass(2, $union2);
49 should_fail({}, $union2);
51 note explain($union2);
/dports/devel/p5-Type-Tiny/Type-Tiny-1.012004/t/30-integration/MooseX-Types/
H A Dbasic.t37 my $union2 = MyArrayRef | Int;
40 isa_ok($union2, "Moose::Meta::TypeConstraint");
41 isa_ok($union2, "Type::Tiny");
47 should_pass([], $union2);
48 should_pass(2, $union2);
49 should_fail({}, $union2);
/dports/devel/fbthrift/fbthrift-2021.12.27.00/thrift/compiler/test/fixtures/constants/gen-py3lite/module/
H A Dlite_types.pyi194 EMPTY: union2.Type = ...
195 i: union2.Type = ...
196 d: union2.Type = ...
197 s: union2.Type = ...
198 u: union2.Type = ...
267 u_2_1: union2 = ...
269 u_2_2: union2 = ...
271 u_2_3: union2 = ...
273 u_2_4: union2 = ...
275 u_2_5: union2 = ...
[all …]
H A Dlite_types.py214 class union2(metaclass=_fbthrift_py3lite_types.UnionMeta): class
255 union2,
322 u_2_1 = union2(i=51)
324 u_2_2 = union2(d=float(6.7))
326 u_2_3 = union2(s=struct1(a=8, b="abacabb"))
328 u_2_4 = union2(u=union1(i=43))
330 u_2_5 = union2(u=union1(d=float(9.8)))
332 u_2_6 = union2(u=union1())
/dports/devel/fbthrift/fbthrift-2021.12.27.00/thrift/test/
H A Dtest.thrift95 union union2 { union
102 const union2 u_2_1 = {"i": 51};
104 const union2 u_2_2 = {"d": 6.7};
106 const union2 u_2_3 = {"s": {"a": 8, "b": "abacabb"}};
108 const union2 u_2_4 = {"u": {"i": 43}};
110 const union2 u_2_5 = {"u": {"d": 9.8}};
112 const union2 u_2_6 = {"u": {}};
H A DTraitsTest.cpp25 static_assert(is_thrift_class_v<union2>);
38 static_assert(!is_thrift_struct_v<union2>);
51 static_assert(is_thrift_union_v<union2>);
64 static_assert(!is_thrift_exception_v<union2>);
H A DConstantsTest.cpp114 EXPECT_EQ(union2::Type::i, test_constants::u_2_1().getType()); in TEST()
117 EXPECT_EQ(union2::Type::d, test_constants::u_2_2().getType()); in TEST()
120 EXPECT_EQ(union2::Type::s, test_constants::u_2_3().getType()); in TEST()
124 EXPECT_EQ(union2::Type::u, test_constants::u_2_4().getType()); in TEST()
128 EXPECT_EQ(union2::Type::u, test_constants::u_2_5().getType()); in TEST()
132 EXPECT_EQ(union2::Type::u, test_constants::u_2_6().getType()); in TEST()
/dports/devel/fbthrift/fbthrift-2021.12.27.00/thrift/compiler/test/fixtures/constants/gen-cpp2/
H A Dmodule_types.cpp955 void TccStructTraits<::cpp2::union2>::translateFieldName( in translateFieldName()
975 …lly::Range<::cpp2::union2::Type const*> const TEnumTraits<::cpp2::union2::Type>::values = folly::r…
996 void union2::__fbthrift_clear() { in __fbthrift_clear()
1019 bool union2::operator==(const union2& rhs) const { in operator ==()
1035 bool union2::operator<(const union2& rhs) const { in operator <()
1056 void swap(union2& a, union2& b) { in swap()
1057 union2 temp(std::move(a)); in swap()
1073 union2,
1079 union2,
1086 union2,
[all …]
H A Dmodule_constants.h136 static ::cpp2::union2 const& u_2_1();
138 static ::cpp2::union2 const& u_2_2();
140 static ::cpp2::union2 const& u_2_3();
142 static ::cpp2::union2 const& u_2_4();
144 static ::cpp2::union2 const& u_2_5();
146 static ::cpp2::union2 const& u_2_6();
H A Dmodule_data.cpp55 const std::array<::cpp2::union2::Type, 4> TEnumDataStorage<::cpp2::union2::Type>::values = {{
61 const std::array<folly::StringPiece, 4> TEnumDataStorage<::cpp2::union2::Type>::names = {{
180 const std::array<folly::StringPiece, 4> TStructDataStorage<::cpp2::union2>::fields_names = {{
186 const std::array<int16_t, 4> TStructDataStorage<::cpp2::union2>::fields_ids = {{
192 const std::array<protocol::TType, 4> TStructDataStorage<::cpp2::union2>::fields_types = {{
H A Dmodule_constants.cpp148 ::cpp2::union2 const& module_constants::u_2_1() { in u_2_1()
149 …static folly::Indestructible<::cpp2::union2> const instance(::apache::thrift::detail::make_constan… in u_2_1()
153 ::cpp2::union2 const& module_constants::u_2_2() { in u_2_2()
154 …static folly::Indestructible<::cpp2::union2> const instance(::apache::thrift::detail::make_constan… in u_2_2()
158 ::cpp2::union2 const& module_constants::u_2_3() { in u_2_3()
163 ::cpp2::union2 const& module_constants::u_2_4() { in u_2_4()
164 …static folly::Indestructible<::cpp2::union2> const instance(::apache::thrift::detail::make_constan… in u_2_4()
168 ::cpp2::union2 const& module_constants::u_2_5() { in u_2_5()
169 …static folly::Indestructible<::cpp2::union2> const instance(::apache::thrift::detail::make_constan… in u_2_5()
173 ::cpp2::union2 const& module_constants::u_2_6() { in u_2_6()
[all …]
/dports/devel/p5-MooseX-Storage/MooseX-Storage-0.53/t/
H A D001_basic.t22 has 'union2' => ( is => 'ro', isa => 'ArrayRef|Str' );
35 union2 => 'A String'
54 union2 => 'A String'
75 union2 => 'A String'
95 is( $foo->union2, 'A String', '... got the right string (in the union)' );
/dports/devel/fbthrift/fbthrift-2021.12.27.00/thrift/compiler/test/fixtures/constants/src/
H A Dmodule.thrift177 union union2 { union
184 const union2 u_2_1 = {"i": 51};
186 const union2 u_2_2 = {"d": 6.7};
188 const union2 u_2_3 = {"s": {"a": 8, "b": "abacabb"}};
190 const union2 u_2_4 = {"u": {"i": 43}};
192 const union2 u_2_5 = {"u": {"d": 9.8}};
194 const union2 u_2_6 = {"u": {}};
/dports/devel/p5-DateTime-Format-ICal/DateTime-Format-ICal-0.09/t/
H A D04recurrence.t70 my $union2 = $recur->union( $recur2 );
71 @str = $ical->format_recurrence( $union2 );
76 my $union3 = $union2->union(
87 my $exclude = $union2->union(
/dports/irc/smuxi/smuxi-1.1/lib/db4o-net/Db4objects.Db4o/Db4objects.Db4o/Internal/Btree/Algebra/
H A DBTreeAlgebra.cs20 public static IBTreeRange Intersect(BTreeRangeUnion union1, BTreeRangeUnion union2 in Intersect() argument
28 CollectIntersections(collection, union2, current); in Intersect()
55 public static IBTreeRange Union(BTreeRangeUnion union1, BTreeRangeUnion union2) in Union() argument
58 IBTreeRange merged = union2; in Union()
/dports/devel/fbthrift/fbthrift-2021.12.27.00/thrift/compiler/test/fixtures/constants/gen-py3/module/
H A Dtypes.pyi337 EMPTY: union2.Type = ...
338 i: union2.Type = ...
339 d: union2.Type = ...
340 s: union2.Type = ...
341 u: union2.Type = ...
537 u_2_1: union2 = ...
538 u_2_2: union2 = ...
539 u_2_3: union2 = ...
540 u_2_4: union2 = ...
541 u_2_5: union2 = ...
[all …]
/dports/math/jts/jts-jts-1.18.1/modules/core/src/test/java/org/locationtech/jts/operation/union/
H A DCascadedPolygonUnionTester.java51 Geometry union2 = unionCascaded(geoms); in test() local
55 double areaMeasure = (new AreaSimilarityMeasure()).measure(union1, union2); in test()
56 double hausMeasure = (new HausdorffSimilarityMeasure()).measure(union1, union2); in test()
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/g++.old-deja/g++.bugs/
H A D900119_01.C44 union union2 { union
47 union2 () : union2_member_0 (global_int) { } in union2() function
/dports/lang/gcc9/gcc-9.4.0/gcc/testsuite/g++.old-deja/g++.bugs/
H A D900119_01.C44 union union2 { union
47 union2 () : union2_member_0 (global_int) { } in union2() function
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/testsuite/g++.old-deja/g++.bugs/
H A D900119_01.C44 union union2 { union
47 union2 () : union2_member_0 (global_int) { } in union2() function

12345678910>>...31