/third_party/python/Lib/ |
D | numbers.py | 72 def __add__(self, other): argument 77 def __radd__(self, other): argument 91 def __sub__(self, other): argument 95 def __rsub__(self, other): argument 100 def __mul__(self, other): argument 105 def __rmul__(self, other): argument 110 def __truediv__(self, other): argument 115 def __rtruediv__(self, other): argument 140 def __eq__(self, other): argument 197 def __divmod__(self, other): argument [all …]
|
D | _weakrefset.py | 121 def update(self, other): argument 127 def __ior__(self, other): argument 131 def difference(self, other): argument 137 def difference_update(self, other): argument 139 def __isub__(self, other): argument 148 def intersection(self, other): argument 152 def intersection_update(self, other): argument 154 def __iand__(self, other): argument 160 def issubset(self, other): argument 164 def __lt__(self, other): argument [all …]
|
/third_party/python/Lib/test/ |
D | test_binop.py | 81 def __add__(self, other): argument 94 def __sub__(self, other): argument 105 def __rsub__(self, other): argument 116 def __mul__(self, other): argument 128 def __truediv__(self, other): argument 138 def __rtruediv__(self, other): argument 148 def __floordiv__(self, other): argument 157 def __rfloordiv__(self, other): argument 162 def __divmod__(self, other): argument 171 def __rdivmod__(self, other): argument [all …]
|
D | test_richcmp.py | 13 def __lt__(self, other): argument 16 def __le__(self, other): argument 19 def __eq__(self, other): argument 22 def __ne__(self, other): argument 25 def __gt__(self, other): argument 28 def __ge__(self, other): argument 31 def __cmp__(self, other): argument 56 def __cmp__(self, other): argument 62 def __lt__(self, other): argument 65 def __le__(self, other): argument [all …]
|
D | test_fractions.py | 25 def _richcmp(self, other, op): argument 33 def __eq__(self, other): return self._richcmp(other, operator.eq) argument 34 def __le__(self, other): return self._richcmp(other, operator.le) argument 35 def __lt__(self, other): return self._richcmp(other, operator.lt) argument 36 def __ge__(self, other): return self._richcmp(other, operator.ge) argument 37 def __gt__(self, other): return self._richcmp(other, operator.gt) argument 44 def __sub__(self, other): argument 57 def __eq__(self, other): argument 64 def __lt__(self, other): argument 67 def __gt__(self, other): argument [all …]
|
D | test_operator.py | 21 def __add__(self, other): argument 23 def __mul__(self, other): argument 25 def __rmul__(self, other): argument 35 def __add__(self, other): argument 37 def __mul__(self, other): argument 39 def __rmul__(self, other): argument 73 def __eq__(self, other): argument 87 def __ne__(self, other): argument 231 def __matmul__(self, other): argument 466 def __iadd__ (self, other): return "iadd" argument [all …]
|
/third_party/protobuf/js/experimental/runtime/ |
D | bytestring_test.js | 164 const other = ByteString.fromBase64String(HALLO_IN_BASE64); constant 169 const other = ByteString.fromBase64String(HALLO_IN_BASE64_WITH_SPACES); constant 174 const other = ByteString.fromArrayBufferView(BYTES_WITH_HALLO); constant 199 const other = ByteString.fromArrayBuffer(arrayBufferSlice(TEST_BYTES, 0)); constant 204 const other = constant 210 const other = constant 216 const other = constant 222 const other = constant 229 const other = constant 240 const other = ByteString.fromArrayBuffer(arrayBufferSlice(TEST_BYTES, 0)); constant [all …]
|
/third_party/protobuf/csharp/src/Google.Protobuf.Test.TestProtos/ |
D | UnittestCustomOptionsProto3.cs | 288 public TestMessageWithCustomOptions(TestMessageWithCustomOptions other) : this() { in TestMessageWithCustomOptions() method in UnitTest.Issues.TestProtos.TestMessageWithCustomOptions 345 public override bool Equals(object other) { in Equals() 350 public bool Equals(TestMessageWithCustomOptions other) { in Equals() 432 public void MergeFrom(TestMessageWithCustomOptions other) { in MergeFrom() 541 public CustomOptionFooRequest(CustomOptionFooRequest other) : this() { in CustomOptionFooRequest() method in UnitTest.Issues.TestProtos.CustomOptionFooRequest 551 public override bool Equals(object other) { in Equals() 556 public bool Equals(CustomOptionFooRequest other) { in Equals() 610 public void MergeFrom(CustomOptionFooRequest other) { in MergeFrom() 677 public CustomOptionFooResponse(CustomOptionFooResponse other) : this() { in CustomOptionFooResponse() method in UnitTest.Issues.TestProtos.CustomOptionFooResponse 687 public override bool Equals(object other) { in Equals() [all …]
|
D | UnittestIssues.cs | 129 public Issue307(Issue307 other) : this() { in Issue307() method in UnitTest.Issues.TestProtos.Issue307 139 public override bool Equals(object other) { in Equals() 144 public bool Equals(Issue307 other) { in Equals() 198 public void MergeFrom(Issue307 other) { in MergeFrom() 267 public NestedOnce(NestedOnce other) : this() { in NestedOnce() method in UnitTest.Issues.TestProtos.Issue307.Types.NestedOnce 277 public override bool Equals(object other) { in Equals() 282 public bool Equals(NestedOnce other) { in Equals() 336 public void MergeFrom(NestedOnce other) { in MergeFrom() 405 public NestedTwice(NestedTwice other) : this() { in NestedTwice() method in UnitTest.Issues.TestProtos.Issue307.Types.NestedOnce.Types.NestedTwice 415 public override bool Equals(object other) { in Equals() [all …]
|
D | UnittestProto3.cs | 285 public TestAllTypes(TestAllTypes other) : this() { in TestAllTypes() method in Google.Protobuf.TestProtos.TestAllTypes 893 public override bool Equals(object other) { in Equals() 898 public bool Equals(TestAllTypes other) { in Equals() 1402 public void MergeFrom(TestAllTypes other) { in MergeFrom() 2050 public NestedMessage(NestedMessage other) : this() { in NestedMessage() method in Google.Protobuf.TestProtos.TestAllTypes.Types.NestedMessage 2077 public override bool Equals(object other) { in Equals() 2082 public bool Equals(NestedMessage other) { in Equals() 2149 public void MergeFrom(NestedMessage other) { in MergeFrom() 2235 public NestedTestAllTypes(NestedTestAllTypes other) : this() { in NestedTestAllTypes() method in Google.Protobuf.TestProtos.NestedTestAllTypes 2280 public override bool Equals(object other) { in Equals() [all …]
|
D | MapUnittestProto3.cs | 207 public TestMap(TestMap other) : this() { in TestMap() method in Google.Protobuf.TestProtos.TestMap 404 public override bool Equals(object other) { in Equals() 409 public bool Equals(TestMap other) { in Equals() 548 public void MergeFrom(TestMap other) { in MergeFrom() 768 public TestMapSubmessage(TestMapSubmessage other) : this() { in TestMapSubmessage() method in Google.Protobuf.TestProtos.TestMapSubmessage 790 public override bool Equals(object other) { in Equals() 795 public bool Equals(TestMapSubmessage other) { in Equals() 862 public void MergeFrom(TestMapSubmessage other) { in MergeFrom() 949 public TestMessageMap(TestMessageMap other) : this() { in TestMessageMap() method in Google.Protobuf.TestProtos.TestMessageMap 970 public override bool Equals(object other) { in Equals() [all …]
|
D | Unittest.cs | 1153 public TestAllTypes(TestAllTypes other) : this() { in TestAllTypes() method in Google.Protobuf.TestProtos.Proto2.TestAllTypes 2642 public override bool Equals(object other) { in Equals() 2647 public bool Equals(TestAllTypes other) { in Equals() 3480 public void MergeFrom(TestAllTypes other) { in MergeFrom() 4437 public NestedMessage(NestedMessage other) : this() { in NestedMessage() method in Google.Protobuf.TestProtos.Proto2.TestAllTypes.Types.NestedMessage 4478 public override bool Equals(object other) { in Equals() 4483 public bool Equals(NestedMessage other) { in Equals() 4550 public void MergeFrom(NestedMessage other) { in MergeFrom() 4629 public OptionalGroup(OptionalGroup other) : this() { in OptionalGroup() method in Google.Protobuf.TestProtos.Proto2.TestAllTypes.Types.OptionalGroup 4665 public override bool Equals(object other) { in Equals() [all …]
|
/third_party/protobuf/csharp/src/Google.Protobuf/WellKnownTypes/ |
D | Wrappers.cs | 88 public DoubleValue(DoubleValue other) : this() { in DoubleValue() method in Google.Protobuf.WellKnownTypes.DoubleValue 113 public override bool Equals(object other) { in Equals() 118 public bool Equals(DoubleValue other) { in Equals() 185 public void MergeFrom(DoubleValue other) { in MergeFrom() 268 public FloatValue(FloatValue other) : this() { in FloatValue() method in Google.Protobuf.WellKnownTypes.FloatValue 293 public override bool Equals(object other) { in Equals() 298 public bool Equals(FloatValue other) { in Equals() 365 public void MergeFrom(FloatValue other) { in MergeFrom() 448 public Int64Value(Int64Value other) : this() { in Int64Value() method in Google.Protobuf.WellKnownTypes.Int64Value 473 public override bool Equals(object other) { in Equals() [all …]
|
D | Struct.cs | 108 public Struct(Struct other) : this() { in Struct() method in Google.Protobuf.WellKnownTypes.Struct 132 public override bool Equals(object other) { in Equals() 137 public bool Equals(Struct other) { in Equals() 196 public void MergeFrom(Struct other) { in MergeFrom() 280 public Value(Value other) : this() { in Value() method in Google.Protobuf.WellKnownTypes.Value 418 public override bool Equals(object other) { in Equals() 423 public bool Equals(Value other) { in Equals() 557 public void MergeFrom(Value other) { in MergeFrom() 726 public ListValue(ListValue other) : this() { in ListValue() method in Google.Protobuf.WellKnownTypes.ListValue 750 public override bool Equals(object other) { in Equals() [all …]
|
D | Type.cs | 125 public Type(Type other) : this() { in Type() method in Google.Protobuf.WellKnownTypes.Type 222 public override bool Equals(object other) { in Equals() 227 public bool Equals(Type other) { in Equals() 335 public void MergeFrom(Type other) { in MergeFrom() 474 public Field(Field other) : this() { in Field() method in Google.Protobuf.WellKnownTypes.Field 635 public override bool Equals(object other) { in Equals() 640 public bool Equals(Field other) { in Equals() 816 public void MergeFrom(Field other) { in MergeFrom() 1105 public Enum(Enum other) : this() { in Enum() method in Google.Protobuf.WellKnownTypes.Enum 1188 public override bool Equals(object other) { in Equals() [all …]
|
/third_party/python/Lib/importlib/metadata/ |
D | _text.py | 67 def __lt__(self, other): argument 70 def __gt__(self, other): argument 73 def __eq__(self, other): argument 76 def __ne__(self, other): argument 82 def __contains__(self, other): argument 85 def in_(self, other): argument
|
/third_party/mesa3d/src/compiler/glsl/ |
D | ir_equals.cpp | 53 const ir_constant *other = ir->as_constant(); in equals() local 77 const ir_dereference_variable *other = ir->as_dereference_variable(); in equals() local 88 const ir_dereference_array *other = ir->as_dereference_array(); in equals() local 108 const ir_swizzle *other = ir->as_swizzle(); in equals() local 130 const ir_texture *other = ir->as_texture(); in equals() local 201 const ir_expression *other = ir->as_expression(); in equals() local
|
/third_party/typescript/tests/cases/conformance/types/typeRelationships/assignmentCompatibility/ |
D | assignmentCompatWithObjectMembersOptionality2.ts | 20 other: Base; property 23 other: Derived; property 26 other?: Derived; property 62 other?: Base; property 65 other?: Derived; property 68 other: Derived; property
|
/third_party/python/Lib/distutils/ |
D | version.py | 45 def __eq__(self, other): argument 51 def __lt__(self, other): argument 57 def __le__(self, other): argument 63 def __gt__(self, other): argument 69 def __ge__(self, other): argument 166 def _cmp (self, other): argument 333 def _cmp (self, other): argument
|
/third_party/vk-gl-cts/framework/delibs/decpp/ |
D | deSharedPtr.hpp | 280 inline SharedPtr<T>::SharedPtr (const SharedPtr<T>& other) in SharedPtr() 295 inline SharedPtr<T>::SharedPtr (const SharedPtr<Y>& other) in SharedPtr() 310 inline SharedPtr<T>::SharedPtr (const WeakPtr<Y>& other) in SharedPtr() 335 inline SharedPtr<T>& SharedPtr<T>::operator= (const SharedPtr<Y>& other) in operator =() 361 inline SharedPtr<T>& SharedPtr<T>::operator= (const SharedPtr<T>& other) in operator =() 396 inline SharedPtr<T>& SharedPtr<T>::operator= (const WeakPtr<Y>& other) in operator =() 447 inline void SharedPtr<T>::swap (SharedPtr<T>& other) in swap() 549 inline WeakPtr<T>::WeakPtr (const WeakPtr<T>& other) in WeakPtr() 561 inline WeakPtr<T>::WeakPtr (const SharedPtr<T>& other) in WeakPtr() 583 inline WeakPtr<T>& WeakPtr<T>::operator= (const WeakPtr<T>& other) in operator =() [all …]
|
/third_party/protobuf/csharp/src/AddressBook/ |
D | Addressbook.cs | 80 public Person(Person other) : this() { in Person() method in Google.Protobuf.Examples.AddressBook.Person 152 public override bool Equals(object other) { in Equals() 157 public bool Equals(Person other) { in Equals() 268 public void MergeFrom(Person other) { in MergeFrom() 405 public PhoneNumber(PhoneNumber other) : this() { in PhoneNumber() method in Google.Protobuf.Examples.AddressBook.Person.Types.PhoneNumber 439 public override bool Equals(object other) { in Equals() 444 public bool Equals(PhoneNumber other) { in Equals() 524 public void MergeFrom(PhoneNumber other) { in MergeFrom() 621 public AddressBook(AddressBook other) : this() { in AddressBook() method in Google.Protobuf.Examples.AddressBook.AddressBook 642 public override bool Equals(object other) { in Equals() [all …]
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
D | CLBitField.h | 36 bool isSet(const BitField &other) const { return (mBits & other.mBits) != 0u; } in isSet() 38 bool isNotSet(const BitField &other) const { return (mBits & other.mBits) == 0u; } in isNotSet() 41 bool hasOtherBitsThan(const BitField &other) const { return (mBits & ~other.mBits) != 0u; } in hasOtherBitsThan() 54 BitField mask(const BitField &other) const { return BitField(mBits & other.mBits); } in mask() 57 void set(const BitField &other) { mBits |= other.mBits; } in set() 59 void clear(const BitField &other) { mBits &= ~other.mBits; } in clear()
|
/third_party/protobuf/js/binary/ |
D | arith.js | 73 jspb.arith.UInt64.prototype.cmp = function(other) { argument 138 jspb.arith.UInt64.prototype.add = function(other) { argument 152 jspb.arith.UInt64.prototype.sub = function(other) { argument 347 jspb.arith.Int64.prototype.add = function(other) { argument 361 jspb.arith.Int64.prototype.sub = function(other) { argument
|
/third_party/skia/third_party/externals/abseil-cpp/absl/status/ |
D | statusor.cc | 30 BadStatusOrAccess::BadStatusOrAccess(const BadStatusOrAccess& other) in BadStatusOrAccess() 34 const BadStatusOrAccess& other) { in operator =() 43 BadStatusOrAccess& BadStatusOrAccess::operator=(BadStatusOrAccess&& other) { in operator =() 52 BadStatusOrAccess::BadStatusOrAccess(BadStatusOrAccess&& other) in BadStatusOrAccess() function in absl::BadStatusOrAccess
|
/third_party/node/deps/npm/node_modules/semver/classes/ |
D | semver.js | 91 compare (other) { argument 107 compareMain (other) { argument 119 comparePre (other) { argument 152 compareBuild (other) { argument
|