Home
last modified time | relevance | path

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

/third_party/protobuf/csharp/src/Google.Protobuf/WellKnownTypes/
H A DType.cs67 new pbr::GeneratedClrTypeInfo(typeof(global::Google.Protobuf.WellKnownTypes.Field), global::Google.Protobuf.WellKnownTypes.Field.Parser, new[]{ "Kind", "Cardinality", "Number", "Name", "TypeUrl", "OneofIndex", "Packed", "Options", "JsonName", "DefaultValue" }, null, new[]{ typeof(global::Google.Protobuf.WellKnownTypes.Field.Types.Kind), typeof(global::Google.Protobuf.WellKnownTypes.Field.Types.Cardinality) }, null, null), in TypeReflection()
572 public int OneofIndex { property in Google.Protobuf.WellKnownTypes.Field
652 if (OneofIndex != other.OneofIndex) return false; in Equals()
668 if (OneofIndex != 0) hash ^= OneofIndex.GetHashCode(); in GetHashCode()
709 if (OneofIndex != 0) { in WriteTo()
711 output.WriteInt32(OneofIndex); in WriteTo()
755 if (OneofIndex != 0) { in IBufferMessage.InternalWriteTo()
757 output.WriteInt32(OneofIndex); in IBufferMessage.InternalWriteTo()
[all...]
/third_party/protobuf/csharp/src/Google.Protobuf/Reflection/
H A DFieldDescriptor.cs112 if (proto.OneofIndex < 0 || proto.OneofIndex >= parent.Proto.OneofDecl.Count) in FieldDescriptor()
117 ContainingOneof = parent.Oneofs[proto.OneofIndex]; in FieldDescriptor()
H A DOneofDescriptor.cs62 var firstFieldInOneof = parent.Proto.Field.FirstOrDefault(fieldProto => fieldProto.HasOneofIndex && fieldProto.OneofIndex == index); in OneofDescriptor()
H A DDescriptor.cs170 new pbr::GeneratedClrTypeInfo(typeof(global::Google.Protobuf.Reflection.FieldDescriptorProto), global::Google.Protobuf.Reflection.FieldDescriptorProto.Parser, new[]{ "Name", "Number", "Label", "Type", "TypeName", "Extendee", "DefaultValue", "OneofIndex", "JsonName", "Options", "Proto3Optional" }, null, new[]{ typeof(global::Google.Protobuf.Reflection.FieldDescriptorProto.Types.Type), typeof(global::Google.Protobuf.Reflection.FieldDescriptorProto.Types.Label) }, null, null), in DescriptorReflection()
2374 public int OneofIndex { property in Google.Protobuf.Reflection.FieldDescriptorProto
2499 if (OneofIndex != other.OneofIndex) return false; in Equals()
2516 if (HasOneofIndex) hash ^= OneofIndex.GetHashCode(); in GetHashCode()
2570 output.WriteInt32(OneofIndex); in WriteTo()
2623 output.WriteInt32(OneofIndex); in IBufferMessage.InternalWriteTo()
2664 size += 1 + pb::CodedOutputStream.ComputeInt32Size(OneofIndex); in CalculateSize()
2708 OneofIndex = other.OneofIndex; in MergeFrom()
[all...]

Completed in 11 milliseconds