HomeSort by relevance Sort by last modified time
    Searched full:referenceequals (Results 1 - 24 of 24) sorted by null

  /external/protobuf/csharp/src/Google.Protobuf/WellKnownTypes/
Wrappers.cs 104 if (ReferenceEquals(other, null)) {
107 if (ReferenceEquals(other, this)) {
215 if (ReferenceEquals(other, null)) {
218 if (ReferenceEquals(other, this)) {
326 if (ReferenceEquals(other, null)) {
329 if (ReferenceEquals(other, this)) {
437 if (ReferenceEquals(other, null)) {
440 if (ReferenceEquals(other, this)) {
548 if (ReferenceEquals(other, null)) {
551 if (ReferenceEquals(other, this))
    [all...]
Empty.cs 83 if (ReferenceEquals(other, null)) {
86 if (ReferenceEquals(other, this)) {
SourceContext.cs 91 if (ReferenceEquals(other, null)) {
94 if (ReferenceEquals(other, this)) {
Struct.cs 123 if (ReferenceEquals(other, null)) {
126 if (ReferenceEquals(other, this)) {
336 if (ReferenceEquals(other, null)) {
339 if (ReferenceEquals(other, this)) {
542 if (ReferenceEquals(other, null)) {
545 if (ReferenceEquals(other, this)) {
Duration.cs 149 if (ReferenceEquals(other, null)) {
152 if (ReferenceEquals(other, this)) {
Any.cs 180 if (ReferenceEquals(other, null)) {
183 if (ReferenceEquals(other, this)) {
Timestamp.cs 160 if (ReferenceEquals(other, null)) {
163 if (ReferenceEquals(other, this)) {
Api.cs 204 if (ReferenceEquals(other, null)) {
207 if (ReferenceEquals(other, this)) {
477 if (ReferenceEquals(other, null)) {
480 if (ReferenceEquals(other, this)) {
766 if (ReferenceEquals(other, null)) {
769 if (ReferenceEquals(other, this)) {
Type.cs 207 if (ReferenceEquals(other, null)) {
210 if (ReferenceEquals(other, this)) {
508 if (ReferenceEquals(other, null)) {
511 if (ReferenceEquals(other, this)) {
    [all...]
FieldMask.cs 234 if (ReferenceEquals(other, null)) {
237 if (ReferenceEquals(other, this)) {
  /external/protobuf/csharp/src/Google.Protobuf.Test/TestProtos/
UnittestImportProto3.cs 96 if (ReferenceEquals(other, null)) {
99 if (ReferenceEquals(other, this)) {
UnittestImportPublicProto3.cs 82 if (ReferenceEquals(other, null)) {
85 if (ReferenceEquals(other, this)) {
UnittestIssues.cs 117 if (ReferenceEquals(other, null)) {
120 if (ReferenceEquals(other, this)) {
195 if (ReferenceEquals(other, null)) {
198 if (ReferenceEquals(other, this)) {
273 if (ReferenceEquals(other, null)) {
276 if (ReferenceEquals(other, this)) {
390 if (ReferenceEquals(other, null)) {
393 if (ReferenceEquals(other, this)) {
502 if (ReferenceEquals(other, null)) {
505 if (ReferenceEquals(other, this))
    [all...]
UnittestProto3.cs     [all...]
MapUnittestProto3.cs 379 if (ReferenceEquals(other, null)) {
382 if (ReferenceEquals(other, this)) {
    [all...]
UnittestWellKnownTypes.cs 433 if (ReferenceEquals(other, null)) {
436 if (ReferenceEquals(other, this)) {
    [all...]
  /external/protobuf/csharp/src/AddressBook/
Addressbook.cs 126 if (ReferenceEquals(other, null)) {
129 if (ReferenceEquals(other, this)) {
289 if (ReferenceEquals(other, null)) {
292 if (ReferenceEquals(other, this)) {
415 if (ReferenceEquals(other, null)) {
418 if (ReferenceEquals(other, this)) {
  /external/protobuf/csharp/src/Google.Protobuf/
ByteString.cs 253 if (ReferenceEquals(lhs, rhs))
257 if (ReferenceEquals(lhs, null) || ReferenceEquals(rhs, null))
  /external/protobuf/csharp/src/Google.Protobuf/Reflection/
Descriptor.cs 215 if (ReferenceEquals(other, null)) {
218 if (ReferenceEquals(other, this)) {
457 if (ReferenceEquals(other, null)) {
460 if (ReferenceEquals(other, this)) {
    [all...]
  /external/protobuf/src/google/protobuf/compiler/csharp/
csharp_message.cc 318 " if (ReferenceEquals(other, null)) {\n"
321 " if (ReferenceEquals(other, this)) {\n"
  /external/protobuf/csharp/src/Google.Protobuf.Conformance/
Conformance.cs 314 if (ReferenceEquals(other, null)) {
317 if (ReferenceEquals(other, this)) {
577 if (ReferenceEquals(other, null)) {
580 if (ReferenceEquals(other, this)) {
    [all...]
  /frameworks/base/core/tests/coretests/src/com/android/internal/os/
BatteryStatsCpuTimesTest.java 175 assertTrue(ArrayUtils.referenceEquals(partialTimers, lastPartialTimers));
188 assertTrue(ArrayUtils.referenceEquals(partialTimers, lastPartialTimers));
    [all...]
  /frameworks/base/core/java/com/android/internal/util/
ArrayUtils.java 560 public static <T> boolean referenceEquals(ArrayList<T> a, ArrayList<T> b) {
  /frameworks/base/core/java/com/android/internal/os/
BatteryStatsImpl.java     [all...]

Completed in 431 milliseconds