HomeSort by relevance Sort by last modified time
    Searched refs:GetHashCode (Results 1 - 25 of 38) sorted by null

1 2

  /external/protobuf/csharp/src/Google.Protobuf.Test/TestProtos/
MapUnittestProto3.cs 405 public override int GetHashCode() {
407 hash ^= MapInt32Int32.GetHashCode();
408 hash ^= MapInt64Int64.GetHashCode();
409 hash ^= MapUint32Uint32.GetHashCode();
410 hash ^= MapUint64Uint64.GetHashCode();
411 hash ^= MapSint32Sint32.GetHashCode();
412 hash ^= MapSint64Sint64.GetHashCode();
413 hash ^= MapFixed32Fixed32.GetHashCode();
414 hash ^= MapFixed64Fixed64.GetHashCode();
415 hash ^= MapSfixed32Sfixed32.GetHashCode();
    [all...]
UnittestProto3.cs     [all...]
UnittestWellKnownTypes.cs 461 public override int GetHashCode() {
463 if (anyField_ != null) hash ^= AnyField.GetHashCode();
464 if (apiField_ != null) hash ^= ApiField.GetHashCode();
465 if (durationField_ != null) hash ^= DurationField.GetHashCode();
466 if (emptyField_ != null) hash ^= EmptyField.GetHashCode();
467 if (fieldMaskField_ != null) hash ^= FieldMaskField.GetHashCode();
468 if (sourceContextField_ != null) hash ^= SourceContextField.GetHashCode();
469 if (structField_ != null) hash ^= StructField.GetHashCode();
470 if (timestampField_ != null) hash ^= TimestampField.GetHashCode();
471 if (typeField_ != null) hash ^= TypeField.GetHashCode();
    [all...]
UnittestIssues.cs 126 public override int GetHashCode() {
204 public override int GetHashCode() {
282 public override int GetHashCode() {
402 public override int GetHashCode() {
404 if (Value != 0) hash ^= Value.GetHashCode();
405 hash ^= values_.GetHashCode();
406 hash ^= packedValues_.GetHashCode();
511 public override int GetHashCode() {
662 public override int GetHashCode() {
664 if (PrimitiveValue != 0) hash ^= PrimitiveValue.GetHashCode();
    [all...]
UnittestImportProto3.cs 106 public override int GetHashCode() {
108 if (D != 0) hash ^= D.GetHashCode();
UnittestImportPublicProto3.cs 92 public override int GetHashCode() {
94 if (E != 0) hash ^= E.GetHashCode();
  /art/runtime/
lock_word-inl.h 63 inline int32_t LockWord::GetHashCode() const {
lock_word.h 248 int32_t GetHashCode() const;
  /external/protobuf/csharp/src/Google.Protobuf.Conformance/
Conformance.cs 327 public override int GetHashCode() {
329 if (payloadCase_ == PayloadOneofCase.ProtobufPayload) hash ^= ProtobufPayload.GetHashCode();
330 if (payloadCase_ == PayloadOneofCase.JsonPayload) hash ^= JsonPayload.GetHashCode();
331 if (RequestedOutputFormat != 0) hash ^= RequestedOutputFormat.GetHashCode();
593 public override int GetHashCode() {
595 if (resultCase_ == ResultOneofCase.ParseError) hash ^= ParseError.GetHashCode();
596 if (resultCase_ == ResultOneofCase.SerializeError) hash ^= SerializeError.GetHashCode();
597 if (resultCase_ == ResultOneofCase.RuntimeError) hash ^= RuntimeError.GetHashCode();
598 if (resultCase_ == ResultOneofCase.ProtobufPayload) hash ^= ProtobufPayload.GetHashCode();
599 if (resultCase_ == ResultOneofCase.JsonPayload) hash ^= JsonPayload.GetHashCode();
    [all...]
  /external/protobuf/csharp/src/Google.Protobuf/WellKnownTypes/
Type.cs 222 public override int GetHashCode() {
224 if (Name.Length != 0) hash ^= Name.GetHashCode();
225 hash ^= fields_.GetHashCode();
226 hash ^= oneofs_.GetHashCode();
227 hash ^= options_.GetHashCode();
228 if (sourceContext_ != null) hash ^= SourceContext.GetHashCode();
229 if (Syntax != 0) hash ^= Syntax.GetHashCode();
527 public override int GetHashCode() {
529 if (Kind != 0) hash ^= Kind.GetHashCode();
530 if (Cardinality != 0) hash ^= Cardinality.GetHashCode();
    [all...]
Api.cs 220 public override int GetHashCode() {
222 if (Name.Length != 0) hash ^= Name.GetHashCode();
223 hash ^= methods_.GetHashCode();
224 hash ^= options_.GetHashCode();
225 if (Version.Length != 0) hash ^= Version.GetHashCode();
226 if (sourceContext_ != null) hash ^= SourceContext.GetHashCode();
227 hash ^= mixins_.GetHashCode();
228 if (Syntax != 0) hash ^= Syntax.GetHashCode();
493 public override int GetHashCode() {
495 if (Name.Length != 0) hash ^= Name.GetHashCode();
    [all...]
Wrappers.cs 114 public override int GetHashCode() {
116 if (Value != 0D) hash ^= Value.GetHashCode();
225 public override int GetHashCode() {
227 if (Value != 0F) hash ^= Value.GetHashCode();
336 public override int GetHashCode() {
338 if (Value != 0L) hash ^= Value.GetHashCode();
447 public override int GetHashCode() {
449 if (Value != 0UL) hash ^= Value.GetHashCode();
558 public override int GetHashCode() {
560 if (Value != 0) hash ^= Value.GetHashCode();
    [all...]
Struct.cs 133 public override int GetHashCode() {
135 hash ^= Fields.GetHashCode();
352 public override int GetHashCode() {
354 if (kindCase_ == KindOneofCase.NullValue) hash ^= NullValue.GetHashCode();
355 if (kindCase_ == KindOneofCase.NumberValue) hash ^= NumberValue.GetHashCode();
356 if (kindCase_ == KindOneofCase.StringValue) hash ^= StringValue.GetHashCode();
357 if (kindCase_ == KindOneofCase.BoolValue) hash ^= BoolValue.GetHashCode();
358 if (kindCase_ == KindOneofCase.StructValue) hash ^= StructValue.GetHashCode();
359 if (kindCase_ == KindOneofCase.ListValue) hash ^= ListValue.GetHashCode();
552 public override int GetHashCode() {
    [all...]
SourceContext.cs 101 public override int GetHashCode() {
103 if (FileName.Length != 0) hash ^= FileName.GetHashCode();
Any.cs 191 public override int GetHashCode() {
193 if (TypeUrl.Length != 0) hash ^= TypeUrl.GetHashCode();
194 if (Value.Length != 0) hash ^= Value.GetHashCode();
Duration.cs 160 public override int GetHashCode() {
162 if (Seconds != 0L) hash ^= Seconds.GetHashCode();
163 if (Nanos != 0) hash ^= Nanos.GetHashCode();
Timestamp.cs 171 public override int GetHashCode() {
173 if (Seconds != 0L) hash ^= Seconds.GetHashCode();
174 if (Nanos != 0) hash ^= Nanos.GetHashCode();
Empty.cs 92 public override int GetHashCode() {
  /external/protobuf/csharp/src/AddressBook/
Addressbook.cs 139 public override int GetHashCode() {
141 if (Name.Length != 0) hash ^= Name.GetHashCode();
142 if (Id != 0) hash ^= Id.GetHashCode();
143 if (Email.Length != 0) hash ^= Email.GetHashCode();
144 hash ^= phones_.GetHashCode();
300 public override int GetHashCode() {
302 if (Number.Length != 0) hash ^= Number.GetHashCode();
303 if (Type != 0) hash ^= Type.GetHashCode();
425 public override int GetHashCode() {
427 hash ^= people_.GetHashCode();
    [all...]
  /external/protobuf/csharp/src/Google.Protobuf/Reflection/
Descriptor.cs 225 public override int GetHashCode() {
227 hash ^= file_.GetHashCode();
478 public override int GetHashCode() {
480 if (Name.Length != 0) hash ^= Name.GetHashCode();
481 if (Package.Length != 0) hash ^= Package.GetHashCode();
482 hash ^= dependency_.GetHashCode();
483 hash ^= publicDependency_.GetHashCode();
484 hash ^= weakDependency_.GetHashCode();
485 hash ^= messageType_.GetHashCode();
486 hash ^= enumType_.GetHashCode();
    [all...]
  /art/runtime/mirror/
object.cc 198 return hash_word.GetHashCode();
217 return monitor->GetHashCode();
220 return lw.GetHashCode();
  /external/protobuf/csharp/src/Google.Protobuf/Collections/
ReadOnlyDictionary.cs 137 public override int GetHashCode()
139 return wrapped.GetHashCode();
  /art/compiler/optimizing/
gvn.cc 106 if (node->GetHashCode() == hash_code) {
179 size_t new_index = BucketIndex(node->GetHashCode());
194 size_t GetHashCode() const { return hash_code_; }
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Collections/
HashList.cs 240 public override int GetHashCode()
242 return _hashList._insertionOrderList.GetHashCode();
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
BitSet.cs 191 public override int GetHashCode() {

Completed in 390 milliseconds

1 2