Home
last modified time | relevance | path

Searched refs:OneofIndex (Results 1 – 4 of 4) sorted by relevance

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf/Reflection/
DFieldDescriptor.cs83 if (proto.OneofIndex != -1) in FieldDescriptor()
85 if (proto.OneofIndex < 0 || proto.OneofIndex >= parent.Proto.OneofDecl.Count) in FieldDescriptor()
90 ContainingOneof = parent.Oneofs[proto.OneofIndex]; in FieldDescriptor()
DPartialClasses.cs44 OneofIndex = -1; in OnConstruction()
DDescriptor.cs1478 public int OneofIndex { property in Google.Protobuf.Reflection.FieldDescriptorProto
1533 if (OneofIndex != other.OneofIndex) return false; in Equals()
1549 if (OneofIndex != 0) hash ^= OneofIndex.GetHashCode(); in GetHashCode()
1594 if (OneofIndex != 0) { in WriteTo()
1596 output.WriteInt32(OneofIndex); in WriteTo()
1628 if (OneofIndex != 0) { in CalculateSize()
1629 size += 1 + pb::CodedOutputStream.ComputeInt32Size(OneofIndex); in CalculateSize()
1666 if (other.OneofIndex != 0) { in MergeFrom()
1667 OneofIndex = other.OneofIndex; in MergeFrom()
1724 OneofIndex = input.ReadInt32(); in MergeFrom()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf/WellKnownTypes/
DType.cs474 public int OneofIndex { property in Google.Protobuf.WellKnownTypes.Field
554 if (OneofIndex != other.OneofIndex) return false; in Equals()
570 if (OneofIndex != 0) hash ^= OneofIndex.GetHashCode(); in GetHashCode()
605 if (OneofIndex != 0) { in WriteTo()
607 output.WriteInt32(OneofIndex); in WriteTo()
642 if (OneofIndex != 0) { in CalculateSize()
643 size += 1 + pb::CodedOutputStream.ComputeInt32Size(OneofIndex); in CalculateSize()
678 if (other.OneofIndex != 0) { in MergeFrom()
679 OneofIndex = other.OneofIndex; in MergeFrom()
722 OneofIndex = input.ReadInt32(); in MergeFrom()