Home
last modified time | relevance | path

Searched refs:HasExtendee (Results 1 - 3 of 3) sorted by relevance

/third_party/protobuf/csharp/src/Google.Protobuf/Reflection/
H A DFieldDescriptor.cs246 public bool IsExtension => Proto.HasExtendee;
311 if (!Proto.HasExtendee)
413 if (Proto.HasExtendee) in CrossLink()
H A DDescriptorPool.cs231 ObjectIntPair<IDescriptor> key = new ObjectIntPair<IDescriptor>(field.Proto.HasExtendee ? field.ExtendeeType : field.ContainingType, field.FieldNumber); in AddFieldByNumber()
H A DDescriptor.cs2325 public bool HasExtendee { property in Google.Protobuf.Reflection.FieldDescriptorProto
2514 if (HasExtendee) hash ^= Extendee.GetHashCode(); in GetHashCode()
2540 if (HasExtendee) { in WriteTo()
2593 if (HasExtendee) { in IBufferMessage.InternalWriteTo()
2657 if (HasExtendee) { in CalculateSize()
2701 if (other.HasExtendee) { in MergeFrom()

Completed in 16 milliseconds