Home
last modified time | relevance | path

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

/third_party/protobuf/csharp/src/Google.Protobuf/Reflection/
H A DDescriptor.cs184 new pbr::GeneratedClrTypeInfo(typeof(global::Google.Protobuf.Reflection.UninterpretedOption), global::Google.Protobuf.Reflection.UninterpretedOption.Parser, new[]{ "Name", "IdentifierValue", "PositiveIntValue", "NegativeIntValue", "DoubleValue", "StringValue", "AggregateValue" }, null, null, null, new pbr::GeneratedClrTypeInfo[] { new pbr::GeneratedClrTypeInfo(typeof(global::Google.Protobuf.Reflection.UninterpretedOption.Types.NamePart), global::Google.Protobuf.Reflection.UninterpretedOption.Types.NamePart.Parser, new[]{ "NamePart_", "IsExtension" }, null, null, null, null)}), in DescriptorReflection()
8986 public string NamePart_ { property in Google.Protobuf.Reflection.UninterpretedOption.Types.NamePart
9040 if (NamePart_ != other.NamePart_) return false; in Equals()
9048 if (HasNamePart_) hash ^= NamePart_.GetHashCode(); in GetHashCode()
9068 output.WriteString(NamePart_); in WriteTo()
9085 output.WriteString(NamePart_); in IBufferMessage.InternalWriteTo()
9101 size += 1 + pb::CodedOutputStream.ComputeStringSize(NamePart_); in CalculateSize()
9118 NamePart_ = other.NamePart_; in MergeFrom()
[all...]

Completed in 14 milliseconds