Searched refs:OneofIndex (Results 1 – 4 of 4) sorted by relevance
83 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()
44 OneofIndex = -1; in OnConstruction()
1478 public int OneofIndex { property in Google.Protobuf.Reflection.FieldDescriptorProto1533 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()
474 public int OneofIndex { property in Google.Protobuf.WellKnownTypes.Field554 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()