HomeSort by relevance Sort by last modified time
    Searched refs:Equals (Results 101 - 125 of 454) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/webrtc/talk/app/webrtc/
statstypes.h 232 // this Equals() function. It simply calls the protected (and overridden)
233 // Equals() method.
234 bool Equals(const rtc::scoped_refptr<IdBase>& other) const {
235 return Equals(*other.get());
242 virtual bool Equals(const IdBase& other) const;
275 bool Equals(const Value& other) const;
  /external/grpc-grpc/src/csharp/Grpc.IntegrationTesting/
Control.cs 219 public override bool Equals(object other) {
220 return Equals(other as PoissonParams);
224 public bool Equals(PoissonParams other) {
231 if (!pbc::ProtobufEqualityComparers.BitwiseDoubleEqualityComparer.Equals(OfferedLoad, other.OfferedLoad)) return false;
232 return Equals(_unknownFields, other._unknownFields);
340 public override bool Equals(object other) {
341 return Equals(other as ClosedLoopParams);
345 public bool Equals(ClosedLoopParams other) {
352 return Equals(_unknownFields, other._unknownFields);
491 public override bool Equals(object other)
    [all...]
Payloads.cs 107 public override bool Equals(object other) {
108 return Equals(other as ByteBufferParams);
112 public bool Equals(ByteBufferParams other) {
121 return Equals(_unknownFields, other._unknownFields);
264 public override bool Equals(object other) {
265 return Equals(other as SimpleProtoParams);
269 public bool Equals(SimpleProtoParams other) {
278 return Equals(_unknownFields, other._unknownFields);
401 public override bool Equals(object other) {
402 return Equals(other as ComplexProtoParams)
    [all...]
Metrics.cs 162 public override bool Equals(object other) {
163 return Equals(other as GaugeResponse);
167 public bool Equals(GaugeResponse other) {
176 if (!pbc::ProtobufEqualityComparers.BitwiseDoubleEqualityComparer.Equals(DoubleValue, other.DoubleValue)) return false;
179 return Equals(_unknownFields, other._unknownFields);
347 public override bool Equals(object other) {
348 return Equals(other as GaugeRequest);
352 public bool Equals(GaugeRequest other) {
360 return Equals(_unknownFields, other._unknownFields);
464 public override bool Equals(object other)
    [all...]
EchoMessages.cs 123 public override bool Equals(object other) {
124 return Equals(other as DebugInfo);
128 public bool Equals(DebugInfo other) {
135 if(!stackEntries_.Equals(other.stackEntries_)) return false;
137 return Equals(_unknownFields, other._unknownFields);
288 public override bool Equals(object other) {
289 return Equals(other as ErrorStatus);
293 public bool Equals(ErrorStatus other) {
303 return Equals(_unknownFields, other._unknownFields);
641 public override bool Equals(object other)
    [all...]
  /external/grpc-grpc/src/csharp/Grpc.Reflection/
Reflection.cs 244 public override bool Equals(object other) {
245 return Equals(other as ServerReflectionRequest);
249 public bool Equals(ServerReflectionRequest other) {
259 if (!object.Equals(FileContainingExtension, other.FileContainingExtension)) return false;
263 return Equals(_unknownFields, other._unknownFields);
485 public override bool Equals(object other) {
486 return Equals(other as ExtensionRequest);
490 public bool Equals(ExtensionRequest other) {
499 return Equals(_unknownFields, other._unknownFields);
    [all...]
  /external/grpc-grpc/src/csharp/Grpc.Examples/
Math.cs 108 public override bool Equals(object other) {
109 return Equals(other as DivArgs);
113 public bool Equals(DivArgs other) {
122 return Equals(_unknownFields, other._unknownFields);
265 public override bool Equals(object other) {
266 return Equals(other as DivReply);
270 public bool Equals(DivReply other) {
279 return Equals(_unknownFields, other._unknownFields);
410 public override bool Equals(object other) {
411 return Equals(other as FibArgs)
    [all...]
  /external/grpc-grpc/src/csharp/Grpc.IntegrationTesting/CoreStats/
Stats.cs 104 public override bool Equals(object other) {
105 return Equals(other as Bucket);
109 public bool Equals(Bucket other) {
116 if (!pbc::ProtobufEqualityComparers.BitwiseDoubleEqualityComparer.Equals(Start, other.Start)) return false;
118 return Equals(_unknownFields, other._unknownFields);
248 public override bool Equals(object other) {
249 return Equals(other as Histogram);
253 public bool Equals(Histogram other) {
260 if(!buckets_.Equals(other.buckets_)) return false;
261 return Equals(_unknownFields, other._unknownFields)
    [all...]
  /external/libprotobuf-mutator/src/
mutator_test.cc 312 EXPECT_FALSE(MessageDifferencer::Equals(from, to));
318 if (MessageDifferencer::Equals(*message, to)) return true;
473 EXPECT_FALSE(MessageDifferencer::Equals(*m1_, *m2_));
483 if (MessageDifferencer::Equals(*message, *m2_)) ++match_m2_;
484 if (MessageDifferencer::Equals(*message, *m1_)) ++match_m1_;
565 EXPECT_FALSE(MessageDifferencer::Equals(m, tmp));
571 if (MessageDifferencer::Equals(tmp, messages[1]) ||
572 MessageDifferencer::Equals(tmp, messages[0]))
589 EXPECT_TRUE(MessageDifferencer::Equals(parsed, message));
592 EXPECT_TRUE(MessageDifferencer::Equals(parsed, message))
    [all...]
  /art/compiler/optimizing/
stack_map_test.cc 74 ASSERT_TRUE(stack_map.Equals(code_info.GetStackMapForDexPc(0)));
75 ASSERT_TRUE(stack_map.Equals(code_info.GetStackMapForNativePcOffset(64 * kPcAlign)));
162 ASSERT_TRUE(stack_map.Equals(code_info.GetStackMapForDexPc(0)));
163 ASSERT_TRUE(stack_map.Equals(code_info.GetStackMapForNativePcOffset(64 * kPcAlign)));
201 ASSERT_TRUE(stack_map.Equals(code_info.GetStackMapForDexPc(1u)));
202 ASSERT_TRUE(stack_map.Equals(code_info.GetStackMapForNativePcOffset(128u * kPcAlign)));
234 ASSERT_TRUE(stack_map.Equals(code_info.GetStackMapForDexPc(2u)));
235 ASSERT_TRUE(stack_map.Equals(code_info.GetStackMapForNativePcOffset(192u * kPcAlign)));
267 ASSERT_TRUE(stack_map.Equals(code_info.GetStackMapForDexPc(3u)));
268 ASSERT_TRUE(stack_map.Equals(code_info.GetStackMapForNativePcOffset(256u * kPcAlign)))
    [all...]
  /art/runtime/verifier/
reg_type_test.cc 46 EXPECT_TRUE(ref_type_const_0.Equals(ref_type_const_1));
47 EXPECT_FALSE(ref_type_const_0.Equals(ref_type_const_2));
48 EXPECT_FALSE(ref_type_const_0.Equals(ref_type_const_3));
52 EXPECT_TRUE(ref_type_const_wide_0.Equals(ref_type_const_wide_1));
57 EXPECT_TRUE(ref_type_const_wide_2.Equals(ref_type_const_wide_3));
58 EXPECT_FALSE(ref_type_const_wide_2.Equals(ref_type_const_wide_4));
371 EXPECT_TRUE(precise_obj.Equals(precise_obj_2));
372 EXPECT_FALSE(imprecise_obj.Equals(precise_obj));
373 EXPECT_FALSE(imprecise_obj.Equals(precise_obj));
374 EXPECT_FALSE(imprecise_obj.Equals(precise_obj_2))
    [all...]
reg_type-inl.h 34 if (Equals(other)) {
74 if (lhs.Equals(rhs)) {
  /external/v8/src/
v8threads.cc 108 if (lazily_archived_thread_.Equals(ThreadId::Current())) {
270 DCHECK(lazily_archived_thread_.Equals(ThreadId::Invalid()));
280 DCHECK(state->id().Equals(ThreadId::Invalid()));
282 DCHECK(!state->id().Equals(ThreadId::Invalid()));
354 if (thread_id.Equals(state->id())) {
  /external/protobuf/csharp/src/Google.Protobuf.Test/TestProtos/
UnittestIssues.cs 112 public override bool Equals(object other) {
113 return Equals(other as Issue307);
116 public bool Equals(Issue307 other) {
190 public override bool Equals(object other) {
191 return Equals(other as NestedOnce);
194 public bool Equals(NestedOnce other) {
268 public override bool Equals(object other) {
269 return Equals(other as NestedTwice);
272 public bool Equals(NestedTwice other) {
385 public override bool Equals(object other)
    [all...]
UnittestImportProto3.cs 91 public override bool Equals(object other) {
92 return Equals(other as ImportMessage);
95 public bool Equals(ImportMessage other) {
UnittestImportPublicProto3.cs 77 public override bool Equals(object other) {
78 return Equals(other as PublicImportMessage);
81 public bool Equals(PublicImportMessage other) {
UnittestWellKnownTypes.cs 428 public override bool Equals(object other) {
429 return Equals(other as TestWellKnownTypes);
432 public bool Equals(TestWellKnownTypes other) {
439 if (!object.Equals(AnyField, other.AnyField)) return false;
440 if (!object.Equals(ApiField, other.ApiField)) return false;
441 if (!object.Equals(DurationField, other.DurationField)) return false;
442 if (!object.Equals(EmptyField, other.EmptyField)) return false;
443 if (!object.Equals(FieldMaskField, other.FieldMaskField)) return false;
444 if (!object.Equals(SourceContextField, other.SourceContextField)) return false;
445 if (!object.Equals(StructField, other.StructField)) return false
    [all...]
  /external/protobuf/csharp/src/Google.Protobuf/WellKnownTypes/
Struct.cs 118 public override bool Equals(object other) {
119 return Equals(other as Struct);
122 public bool Equals(Struct other) {
129 if (!Fields.Equals(other.Fields)) return false;
331 public override bool Equals(object other) {
332 return Equals(other as Value);
335 public bool Equals(Value other) {
346 if (!object.Equals(StructValue, other.StructValue)) return false;
347 if (!object.Equals(ListValue, other.ListValue)) return false;
537 public override bool Equals(object other)
    [all...]
Empty.cs 78 public override bool Equals(object other) {
79 return Equals(other as Empty);
82 public bool Equals(Empty other) {
SourceContext.cs 86 public override bool Equals(object other) {
87 return Equals(other as SourceContext);
90 public bool Equals(SourceContext other) {
  /art/runtime/
intern_table_test.cc 46 EXPECT_TRUE(foo_1->Equals("foo"));
47 EXPECT_TRUE(foo_2->Equals("foo"));
48 EXPECT_TRUE(foo_3->Equals("foo"));
212 ASSERT_TRUE(foo->Equals("foo"));
213 ASSERT_TRUE(bar->Equals("bar"));
214 ASSERT_TRUE(foobar->Equals("foobar"));
  /external/swiftshader/third_party/LLVM/include/llvm/ADT/
FoldingSet.h 219 // Equals - Test if the profile for X would match ID, using TempID
223 static inline bool Equals(T &X, const FoldingSetNodeID &ID,
252 static inline bool Equals(T &X, const FoldingSetNodeID &ID,
346 DefaultFoldingSetTrait<T>::Equals(T &X, const FoldingSetNodeID &ID,
359 DefaultContextualFoldingSetTrait<T, Ctx>::Equals(T &X,
393 return FoldingSetTrait<T>::Equals(*TN, ID, TempID);
471 return ContextualFoldingSetTrait<T, Ctx>::Equals(*TN, ID, TempID, Context);
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ADT/
FoldingSet.h 229 // Equals - Test if the profile for X would match ID, using TempID
233 static inline bool Equals(T &X, const FoldingSetNodeID &ID, unsigned IDHash,
261 static inline bool Equals(T &X, const FoldingSetNodeID &ID, unsigned IDHash,
367 DefaultFoldingSetTrait<T>::Equals(T &X, const FoldingSetNodeID &ID,
381 DefaultContextualFoldingSetTrait<T, Ctx>::Equals(T &X,
490 return FoldingSetTrait<T>::Equals(*TN, ID, IDHash, TempID);
537 return ContextualFoldingSetTrait<T, Ctx>::Equals(*TN, ID, IDHash, TempID,
  /external/v8/src/compiler/
load-elimination.h 64 bool Equals(AbstractChecks const* that) const;
103 bool Equals(AbstractElements const* that) const;
154 bool Equals(AbstractField const* that) const {
158 if (this->Equals(that)) return this;
205 bool Equals(AbstractMaps const* that) const {
224 bool Equals(AbstractState const* that) const;
  /art/runtime/mirror/
object_test.cc 72 ASSERT_TRUE(string->Equals(utf8_in) || (expected_utf16_length == 1 && strlen(utf8_in) == 0));
431 EXPECT_TRUE(string->Equals("android"));
432 EXPECT_FALSE(string->Equals("Android"));
433 EXPECT_FALSE(string->Equals("ANDROID"));
434 EXPECT_FALSE(string->Equals(""));
435 EXPECT_FALSE(string->Equals("and"));
436 EXPECT_FALSE(string->Equals("androids"));
439 EXPECT_TRUE(empty->Equals(""));
440 EXPECT_FALSE(empty->Equals("a"));
448 EXPECT_TRUE(string->Equals(string_2.Get()))
    [all...]

Completed in 1571 milliseconds

1 2 3 45 6 7 8 91011>>