Home
last modified time | relevance | path

Searched refs:other2 (Results 1 – 25 of 366) sorted by relevance

12345678910>>...15

/dports/lang/rust/rustc-1.58.1-src/src/test/ui/
H A Dtypeid-intrinsic.rs10 extern crate typeid_intrinsic_aux2 as other2;
29 assert_eq!(TypeId::of::<other2::A>(), other2::id_A()); in main()
30 assert_eq!(TypeId::of::<other2::B>(), other2::id_B()); in main()
31 assert_eq!(TypeId::of::<other2::C>(), other2::id_C()); in main()
32 assert_eq!(TypeId::of::<other2::D>(), other2::id_D()); in main()
33 assert_eq!(TypeId::of::<other2::E>(), other2::id_E()); in main()
34 assert_eq!(TypeId::of::<other2::F>(), other2::id_F()); in main()
35 assert_eq!(TypeId::of::<other2::G>(), other2::id_G()); in main()
36 assert_eq!(TypeId::of::<other2::H>(), other2::id_H()); in main()
39 assert_eq!(other1::id_F(), other2::id_F()); in main()
[all …]
/dports/devel/boost-docs/boost_1_72_0/libs/intrusive/test/
H A Dbptr_value.hpp82 { return other1.value_ < other2.value_; } in operator <()
85 { return other1 < other2.value_; } in operator <()
88 { return other1.value_ < other2; } in operator <()
91 { return other1.value_ > other2.value_; } in operator >()
94 { return other1 > other2.value_; } in operator >()
97 { return other1.value_ > other2; } in operator >()
103 { return other1 == other2.value_; } in operator ==()
106 { return other1.value_ == other2; } in operator ==()
109 { return !(other1 == other2); } in operator !=()
112 { return !(other1 == other2.value_); } in operator !=()
[all …]
H A Ditestvalue.hpp108 friend bool operator< (int other1, const testvalue &other2) in operator <() argument
109 { return other1 < other2.value_.int_; } in operator <()
111 friend bool operator> (int other1, const testvalue &other2) in operator >() argument
112 { return other1 > other2.value_.int_; } in operator >()
114 friend bool operator< (const testvalue &other1, int other2) in operator <() argument
115 { return other1.value_.int_ < other2; } in operator <()
118 { return other1.value_.int_ > other2; } in operator >()
121 { return other1 == other2.value_.int_; } in operator ==()
124 { return other1.value_.int_ == other2; } in operator ==()
127 { return other1 != other2.value_.int_; } in operator !=()
[all …]
/dports/devel/boost-python-libs/boost_1_72_0/libs/intrusive/test/
H A Dbptr_value.hpp82 { return other1.value_ < other2.value_; } in operator <()
85 { return other1 < other2.value_; } in operator <()
88 { return other1.value_ < other2; } in operator <()
91 { return other1.value_ > other2.value_; } in operator >()
94 { return other1 > other2.value_; } in operator >()
97 { return other1.value_ > other2; } in operator >()
103 { return other1 == other2.value_; } in operator ==()
106 { return other1.value_ == other2; } in operator ==()
109 { return !(other1 == other2); } in operator !=()
112 { return !(other1 == other2.value_); } in operator !=()
[all …]
H A Ditestvalue.hpp108 friend bool operator< (int other1, const testvalue &other2) in operator <() argument
109 { return other1 < other2.value_.int_; } in operator <()
111 friend bool operator> (int other1, const testvalue &other2) in operator >() argument
112 { return other1 > other2.value_.int_; } in operator >()
114 friend bool operator< (const testvalue &other1, int other2) in operator <() argument
115 { return other1.value_.int_ < other2; } in operator <()
118 { return other1.value_.int_ > other2; } in operator >()
121 { return other1 == other2.value_.int_; } in operator ==()
124 { return other1.value_.int_ == other2; } in operator ==()
127 { return other1 != other2.value_.int_; } in operator !=()
[all …]
/dports/devel/boost-libs/boost_1_72_0/libs/intrusive/test/
H A Dbptr_value.hpp82 { return other1.value_ < other2.value_; } in operator <()
85 { return other1 < other2.value_; } in operator <()
88 { return other1.value_ < other2; } in operator <()
91 { return other1.value_ > other2.value_; } in operator >()
94 { return other1 > other2.value_; } in operator >()
97 { return other1.value_ > other2; } in operator >()
103 { return other1 == other2.value_; } in operator ==()
106 { return other1.value_ == other2; } in operator ==()
109 { return !(other1 == other2); } in operator !=()
112 { return !(other1 == other2.value_); } in operator !=()
[all …]
H A Ditestvalue.hpp108 friend bool operator< (int other1, const testvalue &other2) in operator <() argument
109 { return other1 < other2.value_.int_; } in operator <()
111 friend bool operator> (int other1, const testvalue &other2) in operator >() argument
112 { return other1 > other2.value_.int_; } in operator >()
114 friend bool operator< (const testvalue &other1, int other2) in operator <() argument
115 { return other1.value_.int_ < other2; } in operator <()
118 { return other1.value_.int_ > other2; } in operator >()
121 { return other1 == other2.value_.int_; } in operator ==()
124 { return other1.value_.int_ == other2; } in operator ==()
127 { return other1 != other2.value_.int_; } in operator !=()
[all …]
/dports/devel/hyperscan/boost_1_75_0/libs/intrusive/test/
H A Dbptr_value.hpp82 { return other1.value_ < other2.value_; } in operator <()
85 { return other1 < other2.value_; } in operator <()
88 { return other1.value_ < other2; } in operator <()
91 { return other1.value_ > other2.value_; } in operator >()
94 { return other1 > other2.value_; } in operator >()
97 { return other1.value_ > other2; } in operator >()
103 { return other1 == other2.value_; } in operator ==()
106 { return other1.value_ == other2; } in operator ==()
109 { return !(other1 == other2); } in operator !=()
112 { return !(other1 == other2.value_); } in operator !=()
[all …]
H A Ditestvalue.hpp108 friend bool operator< (int other1, const testvalue &other2) in operator <() argument
109 { return other1 < other2.value_.int_; } in operator <()
111 friend bool operator> (int other1, const testvalue &other2) in operator >() argument
112 { return other1 > other2.value_.int_; } in operator >()
114 friend bool operator< (const testvalue &other1, int other2) in operator <() argument
115 { return other1.value_.int_ < other2; } in operator <()
118 { return other1.value_.int_ > other2; } in operator >()
121 { return other1 == other2.value_.int_; } in operator ==()
124 { return other1.value_.int_ == other2; } in operator ==()
127 { return other1 != other2.value_.int_; } in operator !=()
[all …]
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/libs/intrusive/test/
H A Dbptr_value.hpp79 { return other1.value_ < other2.value_; } in operator <()
81 friend bool operator< (int other1, const BPtr_Value &other2) in operator <() argument
82 { return other1 < other2.value_; } in operator <()
84 friend bool operator< (const BPtr_Value &other1, int other2) in operator <() argument
85 { return other1.value_ < other2; } in operator <()
88 { return other1.value_ == other2.value_; } in operator ==()
91 { return other1 == other2.value_; } in operator ==()
94 { return other1.value_ == other2; } in operator ==()
97 { return !(other1 == other2); } in operator !=()
100 { return !(other1 == other2.value_); } in operator !=()
[all …]
H A Ditestvalue.hpp105 friend bool operator< (int other1, const testvalue &other2) in operator <() argument
106 { return other1 < other2.value_.int_; } in operator <()
108 friend bool operator< (const testvalue &other1, int other2) in operator <() argument
109 { return other1.value_.int_ < other2; } in operator <()
111 friend bool operator== (int other1, const testvalue &other2) in operator ==() argument
112 { return other1 == other2.value_.int_; } in operator ==()
114 friend bool operator== (const testvalue &other1, int other2) in operator ==() argument
115 { return other1.value_.int_ == other2; } in operator ==()
117 friend bool operator!= (int other1, const testvalue &other2) in operator !=() argument
118 { return other1 != other2.value_.int_; } in operator !=()
[all …]
/dports/databases/percona57-server/boost_1_59_0/libs/intrusive/test/
H A Dbptr_value.hpp79 { return other1.value_ < other2.value_; } in operator <()
81 friend bool operator< (int other1, const BPtr_Value &other2) in operator <() argument
82 { return other1 < other2.value_; } in operator <()
84 friend bool operator< (const BPtr_Value &other1, int other2) in operator <() argument
85 { return other1.value_ < other2; } in operator <()
88 { return other1.value_ == other2.value_; } in operator ==()
91 { return other1 == other2.value_; } in operator ==()
94 { return other1.value_ == other2; } in operator ==()
97 { return !(other1 == other2); } in operator !=()
100 { return !(other1 == other2.value_); } in operator !=()
[all …]
H A Ditestvalue.hpp105 friend bool operator< (int other1, const testvalue &other2) in operator <() argument
106 { return other1 < other2.value_.int_; } in operator <()
108 friend bool operator< (const testvalue &other1, int other2) in operator <() argument
109 { return other1.value_.int_ < other2; } in operator <()
111 friend bool operator== (int other1, const testvalue &other2) in operator ==() argument
112 { return other1 == other2.value_.int_; } in operator ==()
114 friend bool operator== (const testvalue &other1, int other2) in operator ==() argument
115 { return other1.value_.int_ == other2; } in operator ==()
117 friend bool operator!= (int other1, const testvalue &other2) in operator !=() argument
118 { return other1 != other2.value_.int_; } in operator !=()
[all …]
/dports/databases/xtrabackup/boost_1_59_0/libs/intrusive/test/
H A Dbptr_value.hpp79 { return other1.value_ < other2.value_; } in operator <()
81 friend bool operator< (int other1, const BPtr_Value &other2) in operator <() argument
82 { return other1 < other2.value_; } in operator <()
84 friend bool operator< (const BPtr_Value &other1, int other2) in operator <() argument
85 { return other1.value_ < other2; } in operator <()
88 { return other1.value_ == other2.value_; } in operator ==()
91 { return other1 == other2.value_; } in operator ==()
94 { return other1.value_ == other2; } in operator ==()
97 { return !(other1 == other2); } in operator !=()
100 { return !(other1 == other2.value_); } in operator !=()
[all …]
H A Ditestvalue.hpp105 friend bool operator< (int other1, const testvalue &other2) in operator <() argument
106 { return other1 < other2.value_.int_; } in operator <()
108 friend bool operator< (const testvalue &other1, int other2) in operator <() argument
109 { return other1.value_.int_ < other2; } in operator <()
111 friend bool operator== (int other1, const testvalue &other2) in operator ==() argument
112 { return other1 == other2.value_.int_; } in operator ==()
114 friend bool operator== (const testvalue &other1, int other2) in operator ==() argument
115 { return other1.value_.int_ == other2; } in operator ==()
117 friend bool operator!= (int other1, const testvalue &other2) in operator !=() argument
118 { return other1 != other2.value_.int_; } in operator !=()
[all …]
/dports/databases/percona57-client/boost_1_59_0/libs/intrusive/test/
H A Dbptr_value.hpp79 { return other1.value_ < other2.value_; } in operator <()
81 friend bool operator< (int other1, const BPtr_Value &other2) in operator <() argument
82 { return other1 < other2.value_; } in operator <()
84 friend bool operator< (const BPtr_Value &other1, int other2) in operator <() argument
85 { return other1.value_ < other2; } in operator <()
88 { return other1.value_ == other2.value_; } in operator ==()
91 { return other1 == other2.value_; } in operator ==()
94 { return other1.value_ == other2; } in operator ==()
97 { return !(other1 == other2); } in operator !=()
100 { return !(other1 == other2.value_); } in operator !=()
[all …]
H A Ditestvalue.hpp105 friend bool operator< (int other1, const testvalue &other2) in operator <() argument
106 { return other1 < other2.value_.int_; } in operator <()
108 friend bool operator< (const testvalue &other1, int other2) in operator <() argument
109 { return other1.value_.int_ < other2; } in operator <()
111 friend bool operator== (int other1, const testvalue &other2) in operator ==() argument
112 { return other1 == other2.value_.int_; } in operator ==()
114 friend bool operator== (const testvalue &other1, int other2) in operator ==() argument
115 { return other1.value_.int_ == other2; } in operator ==()
117 friend bool operator!= (int other1, const testvalue &other2) in operator !=() argument
118 { return other1 != other2.value_.int_; } in operator !=()
[all …]
/dports/databases/mysqlwsrep57-server/boost_1_59_0/libs/intrusive/test/
H A Dbptr_value.hpp79 { return other1.value_ < other2.value_; } in operator <()
81 friend bool operator< (int other1, const BPtr_Value &other2) in operator <() argument
82 { return other1 < other2.value_; } in operator <()
84 friend bool operator< (const BPtr_Value &other1, int other2) in operator <() argument
85 { return other1.value_ < other2; } in operator <()
88 { return other1.value_ == other2.value_; } in operator ==()
91 { return other1 == other2.value_; } in operator ==()
94 { return other1.value_ == other2; } in operator ==()
97 { return !(other1 == other2); } in operator !=()
100 { return !(other1 == other2.value_); } in operator !=()
[all …]
H A Ditestvalue.hpp105 friend bool operator< (int other1, const testvalue &other2) in operator <() argument
106 { return other1 < other2.value_.int_; } in operator <()
108 friend bool operator< (const testvalue &other1, int other2) in operator <() argument
109 { return other1.value_.int_ < other2; } in operator <()
111 friend bool operator== (int other1, const testvalue &other2) in operator ==() argument
112 { return other1 == other2.value_.int_; } in operator ==()
114 friend bool operator== (const testvalue &other1, int other2) in operator ==() argument
115 { return other1.value_.int_ == other2; } in operator ==()
117 friend bool operator!= (int other1, const testvalue &other2) in operator !=() argument
118 { return other1 != other2.value_.int_; } in operator !=()
[all …]
/dports/games/abstreet/abstreet-0.2.9-49-g74aca40c0/cargo-crates/geo-booleanop-0.3.0/src/boolean/
H A Dpossible_intersection.rs16 let (other1, other2) = match (se1.get_other_event(), se2.get_other_event()) { in possible_intersection()
17 (Some(other1), Some(other2)) => (other1, other2), in possible_intersection()
21 let inter = intersection(se1.point, other1.point, se2.point, other2.point); in possible_intersection()
39 LineIntersection::Point(_) if se1.point == se2.point || other1.point == other2.point => { in possible_intersection()
52 if se2.point != inter && other2.point != inter { in possible_intersection()
66 events.push((se2.clone(), other2.clone())); in possible_intersection()
70 events.push((se2.clone(), other2.clone())); in possible_intersection()
73 if other1.point == other2.point { in possible_intersection()
75 } else if other1 < other2 { in possible_intersection()
76 events.push((other2, se2.clone())); in possible_intersection()
[all …]
/dports/math/cloog/cloog-cloog-0.20.0/test/
H A Dclassen.good.c96 other2 = rp1+1 ; in test()
102 other2 = rp1+1 ; in test()
110 other2 = glT1+1 ; in test()
114 other2 = glT1+1 ; in test()
118 other2 = glT1+1 ; in test()
123 other2 = glT1+1 ; in test()
127 other2 = glT1+2 ; in test()
132 other2 = glT1+2 ; in test()
311 other2 = m-1 ; in test()
320 other2 = m-1 ; in test()
[all …]
H A Dsor1d.good.c10 #define S1(tileT1,tileP1,other1,other2) { hash(1); hash(tileT1); hash(tileP1); hash(other1); hash(o… argument
11 #define S2(tileT1,tileP1,other1,other2,other3) { hash(2); hash(tileT1); hash(tileP1); hash(other1);… argument
12 #define S3(tileT1,tileP1,other1,other2,other3) { hash(3); hash(tileT1); hash(tileP1); hash(other1);… argument
20 int tileT1, tileP1, other1, other2, other3; in test() local
/dports/converters/p5-LaTeXML/LaTeXML-0.8.6/lib/LaTeXML/Core/
H A DPair.pm47 my ($self, $other, $other2) = @_;
48 return (ref $self)->new($$self[0]->multiply($other), $$self[1]->multiply($other2 || $other)); }
53 my ($self, $other, $other2) = @_;
54 return $self->multiplyN($other, $other2) if !(ref $other) || ($other2 && !ref $other2);
55 return (ref $self)->new($other->multiply($$self[0]), ($other2 || $other)->multiply($$self[1])); }
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Core/Test/System.Collections.Generic/
H A DHashSetTest.cs241 var other2 = new [] {1, 2, 3}; in TestSubsetOf()
247 Assert.IsTrue (set.IsSubsetOf (other2)); in TestSubsetOf()
268 var other2 = new [] {1, 2, 3}; in TestProperSubsetOf()
274 Assert.IsFalse (set.IsProperSubsetOf (other2)); in TestProperSubsetOf()
295 var other2 = new [] {1, 2, 3, 4, 5}; in TestSupersetOf()
301 Assert.IsTrue (set.IsSupersetOf (other2)); in TestSupersetOf()
316 Assert.IsTrue (set.IsSupersetOf (other2)); in TestSupersetOfComparer()
324 var other2 = new [] {1, 2, 3, 4, 5}; in TestProperSupersetOf()
354 var other2 = new [] {1, 2, 2, 4}; in TestSetEquals()
362 Assert.IsFalse (set.SetEquals (other2)); in TestSetEquals()
[all …]
/dports/textproc/p5-CSS-Sass/CSS-Sass-3.6.4/t/sass-spec/spec/directives/forward/error/
H A Dmember.hrx10 @forward "other2";
16 $a: from other2;
23 2 | @forward "other2";
32 @forward "other2";
54 @forward "other2";
76 @forward "other2";
98 @forward "other2";
120 @forward "other2";
142 @forward "other2";
148 $a-b: from other2;
[all …]

12345678910>>...15