/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf/WellKnownTypes/ |
D | Wrappers.cs | 81 public DoubleValue(DoubleValue other) : this() { in DoubleValue() method in Google.Protobuf.WellKnownTypes.DoubleValue 105 public override bool Equals(object other) { in Equals() 110 public bool Equals(DoubleValue other) { in Equals() 151 public void MergeFrom(DoubleValue other) { in MergeFrom() 206 public FloatValue(FloatValue other) : this() { in FloatValue() method in Google.Protobuf.WellKnownTypes.FloatValue 230 public override bool Equals(object other) { in Equals() 235 public bool Equals(FloatValue other) { in Equals() 276 public void MergeFrom(FloatValue other) { in MergeFrom() 331 public Int64Value(Int64Value other) : this() { in Int64Value() method in Google.Protobuf.WellKnownTypes.Int64Value 355 public override bool Equals(object other) { in Equals() [all …]
|
D | Struct.cs | 101 public Struct(Struct other) : this() { in Struct() method in Google.Protobuf.WellKnownTypes.Struct 124 public override bool Equals(object other) { in Equals() 129 public bool Equals(Struct other) { in Equals() 165 public void MergeFrom(Struct other) { in MergeFrom() 221 public Value(Value other) : this() { in Value() method in Google.Protobuf.WellKnownTypes.Value 358 public override bool Equals(object other) { in Equals() 363 public bool Equals(Value other) { in Equals() 451 public void MergeFrom(Value other) { in MergeFrom() 555 public ListValue(ListValue other) : this() { in ListValue() method in Google.Protobuf.WellKnownTypes.ListValue 578 public override bool Equals(object other) { in Equals() [all …]
|
D | Api.cs | 79 public Api(Api other) : this() { in Api() method in Google.Protobuf.WellKnownTypes.Api 211 public override bool Equals(object other) { in Equals() 216 public bool Equals(Api other) { in Equals() 296 public void MergeFrom(Api other) { in MergeFrom() 391 public Method(Method other) : this() { in Method() method in Google.Protobuf.WellKnownTypes.Method 504 public override bool Equals(object other) { in Equals() 509 public bool Equals(Method other) { in Equals() 599 public void MergeFrom(Method other) { in MergeFrom() 768 public Mixin(Mixin other) : this() { in Mixin() method in Google.Protobuf.WellKnownTypes.Mixin 808 public override bool Equals(object other) { in Equals() [all …]
|
D | Type.cs | 117 public Type(Type other) : this() { in Type() method in Google.Protobuf.WellKnownTypes.Type 213 public override bool Equals(object other) { in Equals() 218 public bool Equals(Type other) { in Equals() 289 public void MergeFrom(Type other) { in MergeFrom() 377 public Field(Field other) : this() { in Field() method in Google.Protobuf.WellKnownTypes.Field 537 public override bool Equals(object other) { in Equals() 542 public bool Equals(Field other) { in Equals() 659 public void MergeFrom(Field other) { in MergeFrom() 884 public Enum(Enum other) : this() { in Enum() method in Google.Protobuf.WellKnownTypes.Enum 966 public override bool Equals(object other) { in Equals() [all …]
|
D | Empty.cs | 74 public Empty(Empty other) : this() { in Empty() method in Google.Protobuf.WellKnownTypes.Empty 83 public override bool Equals(object other) { in Equals() 88 public bool Equals(Empty other) { in Equals() 120 public void MergeFrom(Empty other) { in MergeFrom()
|
D | SourceContext.cs | 67 public SourceContext(SourceContext other) : this() { in SourceContext() method in Google.Protobuf.WellKnownTypes.SourceContext 92 public override bool Equals(object other) { in Equals() 97 public bool Equals(SourceContext other) { in Equals() 138 public void MergeFrom(SourceContext other) { in MergeFrom()
|
D | FieldMask.cs | 264 public FieldMask(FieldMask other) : this() { in FieldMask() method in Google.Protobuf.WellKnownTypes.FieldMask 287 public override bool Equals(object other) { in Equals() 292 public bool Equals(FieldMask other) { in Equals() 328 public void MergeFrom(FieldMask other) { in MergeFrom()
|
D | Any.cs | 133 public Any(Any other) : this() { in Any() method in Google.Protobuf.WellKnownTypes.Any 192 public override bool Equals(object other) { in Equals() 197 public bool Equals(Any other) { in Equals() 247 public void MergeFrom(Any other) { in MergeFrom()
|
D | Timestamp.cs | 118 public Timestamp(Timestamp other) : this() { in Timestamp() method in Google.Protobuf.WellKnownTypes.Timestamp 162 public override bool Equals(object other) { in Equals() 167 public bool Equals(Timestamp other) { in Equals() 217 public void MergeFrom(Timestamp other) { in MergeFrom()
|
D | Duration.cs | 106 public Duration(Duration other) : this() { in Duration() method in Google.Protobuf.WellKnownTypes.Duration 151 public override bool Equals(object other) { in Equals() 156 public bool Equals(Duration other) { in Equals() 206 public void MergeFrom(Duration other) { in MergeFrom()
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/java/core/src/main/java/com/google/protobuf/ |
D | GeneratedMessageLite.java | 131 public boolean equals(Object other) { in equals() 152 boolean equals(EqualsVisitor visitor, MessageLite other) { in equals() 291 void visit(Visitor visitor, MessageType other) { in visit() 457 protected final void mergeExtensionFields(final MessageType other) { in mergeExtensionFields() 465 final void visit(Visitor visitor, MessageType other) { in visit() 976 public int compareTo(ExtensionDescriptor other) { in compareTo() 1541 boolean visitBoolean(boolean minePresent, boolean mine, boolean otherPresent, boolean other); in visitBoolean() 1542 int visitInt(boolean minePresent, int mine, boolean otherPresent, int other); in visitInt() 1543 double visitDouble(boolean minePresent, double mine, boolean otherPresent, double other); in visitDouble() 1544 float visitFloat(boolean minePresent, float mine, boolean otherPresent, float other); in visitFloat() [all …]
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf.Test/TestProtos/ |
D | UnittestIssues.cs | 108 public Issue307(Issue307 other) : this() { in Issue307() method in UnitTest.Issues.TestProtos.Issue307 117 public override bool Equals(object other) { in Equals() 122 public bool Equals(Issue307 other) { in Equals() 154 public void MergeFrom(Issue307 other) { in MergeFrom() 199 public NestedOnce(NestedOnce other) : this() { in NestedOnce() method in UnitTest.Issues.TestProtos.Issue307.Types.NestedOnce 208 public override bool Equals(object other) { in Equals() 213 public bool Equals(NestedOnce other) { in Equals() 245 public void MergeFrom(NestedOnce other) { in MergeFrom() 290 public NestedTwice(NestedTwice other) : this() { in NestedTwice() method in UnitTest.Issues.TestProtos.Issue307.Types.NestedOnce.Types.NestedTwice 299 public override bool Equals(object other) { in Equals() [all …]
|
D | UnittestProto3.cs | 260 public TestAllTypes(TestAllTypes other) : this() { in TestAllTypes() method in Google.Protobuf.TestProtos.TestAllTypes 867 public override bool Equals(object other) { in Equals() 872 public bool Equals(TestAllTypes other) { in Equals() 1228 public void MergeFrom(TestAllTypes other) { in MergeFrom() 1624 public NestedMessage(NestedMessage other) : this() { in NestedMessage() method in Google.Protobuf.TestProtos.TestAllTypes.Types.NestedMessage 1650 public override bool Equals(object other) { in Equals() 1655 public bool Equals(NestedMessage other) { in Equals() 1696 public void MergeFrom(NestedMessage other) { in MergeFrom() 1754 public NestedTestAllTypes(NestedTestAllTypes other) : this() { in NestedTestAllTypes() method in Google.Protobuf.TestProtos.NestedTestAllTypes 1798 public override bool Equals(object other) { in Equals() [all …]
|
D | MapUnittestProto3.cs | 200 public TestMap(TestMap other) : this() { in TestMap() method in Google.Protobuf.TestProtos.TestMap 396 public override bool Equals(object other) { in Equals() 401 public bool Equals(TestMap other) { in Equals() 501 public void MergeFrom(TestMap other) { in MergeFrom() 629 public TestMapSubmessage(TestMapSubmessage other) : this() { in TestMapSubmessage() method in Google.Protobuf.TestProtos.TestMapSubmessage 650 public override bool Equals(object other) { in Equals() 655 public bool Equals(TestMapSubmessage other) { in Equals() 696 public void MergeFrom(TestMapSubmessage other) { in MergeFrom() 752 public TestMessageMap(TestMessageMap other) : this() { in TestMessageMap() method in Google.Protobuf.TestProtos.TestMessageMap 772 public override bool Equals(object other) { in Equals() [all …]
|
D | UnittestImportPublicProto3.cs | 62 public PublicImportMessage(PublicImportMessage other) : this() { in PublicImportMessage() method in Google.Protobuf.TestProtos.PublicImportMessage 83 public override bool Equals(object other) { in Equals() 88 public bool Equals(PublicImportMessage other) { in Equals() 129 public void MergeFrom(PublicImportMessage other) { in MergeFrom()
|
D | UnittestImportProto3.cs | 76 public ImportMessage(ImportMessage other) : this() { in ImportMessage() method in Google.Protobuf.TestProtos.ImportMessage 97 public override bool Equals(object other) { in Equals() 102 public bool Equals(ImportMessage other) { in Equals() 143 public void MergeFrom(ImportMessage other) { in MergeFrom()
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf/Reflection/ |
D | Descriptor.cs | 200 public FileDescriptorSet(FileDescriptorSet other) : this() { in FileDescriptorSet() method in Google.Protobuf.Reflection.FileDescriptorSet 220 public override bool Equals(object other) { in Equals() 225 public bool Equals(FileDescriptorSet other) { in Equals() 261 public void MergeFrom(FileDescriptorSet other) { in MergeFrom() 312 public FileDescriptorProto(FileDescriptorProto other) : this() { in FileDescriptorProto() method in Google.Protobuf.Reflection.FileDescriptorProto 487 public override bool Equals(object other) { in Equals() 492 public bool Equals(FileDescriptorProto other) { in Equals() 597 public void MergeFrom(FileDescriptorProto other) { in MergeFrom() 727 public DescriptorProto(DescriptorProto other) : this() { in DescriptorProto() method in Google.Protobuf.Reflection.DescriptorProto 852 public override bool Equals(object other) { in Equals() [all …]
|
/frameworks/rs/cpp/util/ |
D | StrongPointer.h | 122 sp<T>::sp(T* other) in sp() 129 sp<T>::sp(const sp<T>& other) in sp() 136 sp<T>::sp(U* other) : m_ptr(other) in sp() 142 sp<T>::sp(const sp<U>& other) in sp() 192 void sp<T>::force_set(T* other) in force_set()
|
D | RefBase.h | 297 wp<T>::wp(T* other) in wp() 304 wp<T>::wp(const wp<T>& other) in wp() 311 wp<T>::wp(const sp<T>& other) in wp() 320 wp<T>::wp(U* other) in wp() 327 wp<T>::wp(const wp<U>& other) in wp() 337 wp<T>::wp(const sp<U>& other) in wp() 422 void wp<T>::set_object_and_refs(T* other, weakref_type* refs) in set_object_and_refs()
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/AddressBook/ |
D | Addressbook.cs | 71 public Person(Person other) : this() { in Person() method in Google.Protobuf.Examples.AddressBook.Person 130 public override bool Equals(object other) { in Equals() 135 public bool Equals(Person other) { in Equals() 198 public void MergeFrom(Person other) { in MergeFrom() 275 public PhoneNumber(PhoneNumber other) : this() { in PhoneNumber() method in Google.Protobuf.Examples.AddressBook.Person.Types.PhoneNumber 308 public override bool Equals(object other) { in Equals() 313 public bool Equals(PhoneNumber other) { in Equals() 363 public void MergeFrom(PhoneNumber other) { in MergeFrom() 428 public AddressBook(AddressBook other) : this() { in AddressBook() method in Google.Protobuf.Examples.AddressBook.AddressBook 448 public override bool Equals(object other) { in Equals() [all …]
|
/frameworks/base/core/java/android/os/ |
D | WorkSource.java | 207 WorkSource other = (WorkSource) o; in equals() local 249 public boolean diff(WorkSource other) { in diff() 274 public void set(WorkSource other) { in set() 357 public WorkSource[] setReturningDiffs(WorkSource other) { in setReturningDiffs() 378 public boolean add(WorkSource other) { in add() 409 public WorkSource addReturningNewbs(WorkSource other) { in addReturningNewbs() 466 public boolean remove(WorkSource other) { in remove() 535 public void transferWorkChains(WorkSource other) { in transferWorkChains() 552 private boolean removeUids(WorkSource other) { in removeUids() 584 private boolean removeUidsAndNames(WorkSource other) { in removeUidsAndNames() [all …]
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/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
|
/frameworks/ex/camera2/portability/src/com/android/ex/camera2/portability/ |
D | Size.java | 105 public Size(Size other) { in Size() method in Size 118 public Size(Camera.Size other) { in Size() 131 public Size(android.util.Size other) { in Size() 163 Size other = (Size) o; in equals() local
|
/frameworks/base/startop/iorap/src/com/google/android/startop/iorap/ |
D | AppLaunchEvent.java | 63 public boolean equals(Object other) { in equals() 70 protected boolean equals(AppLaunchEvent other) { in equals() 98 public boolean equals(Object other) { in equals() 130 public boolean equals(Object other) { in equals() 155 public boolean equals(Object other) { in equals() 193 public boolean equals(Object other) { in equals() 225 public boolean equals(Object other) { in equals() 243 public boolean equals(Object other) { in equals()
|
/frameworks/av/media/mtp/ |
D | MtpStringBuffer.h | 60 inline void MtpStringBuffer::append(const char* other) { in append() 64 inline void MtpStringBuffer::append(MtpStringBuffer &other) { in append()
|