Home
last modified time | relevance | path

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

/third_party/protobuf/csharp/src/Google.Protobuf/Reflection/
DDescriptor.cs5313 public string RubyPackage { property in Google.Protobuf.Reflection.FileOptions
5376 if (RubyPackage != other.RubyPackage) return false; in Equals()
5406 if (HasRubyPackage) hash ^= RubyPackage.GetHashCode(); in GetHashCode()
5505 output.WriteString(RubyPackage); in WriteTo()
5598 output.WriteString(RubyPackage); in IBufferMessage.InternalWriteTo()
5671 size += 2 + pb::CodedOutputStream.ComputeStringSize(RubyPackage); in CalculateSize()
5746 RubyPackage = other.RubyPackage; in MergeFrom()
5843 RubyPackage = input.ReadString(); in MergeFrom()
5943 RubyPackage = input.ReadString(); in IBufferMessage.InternalMergeFrom()