Searched refs:RubyPackage (Results 1 – 7 of 7) sorted by relevance
104 class RubyPackage: class162 RubyPackage(),
110 class RubyPackage: class163 RubyPackage(),
104 inline std::string RubyPackage(const grpc::protobuf::FileDescriptor* file) { in RubyPackage() function125 proto_type = RubyPackage(descriptor->file()) + "." + proto_type; in RubyTypeOf()
159 std::string package_name = RubyPackage(file); in GetServices()
1682 …RubyPackage *string `protobuf:"bytes,45,opt,name=ruby_package,json=rubyPackage" json:"ruby_package… member1868 if x != nil && x.RubyPackage != nil {1869 return *x.RubyPackage
5709 public string RubyPackage { property in Google.Protobuf.Reflection.FileOptions5777 if (RubyPackage != other.RubyPackage) return false; in Equals()5808 if (HasRubyPackage) hash ^= RubyPackage.GetHashCode(); in GetHashCode()5909 output.WriteString(RubyPackage); in WriteTo()6003 output.WriteString(RubyPackage); in IBufferMessage.InternalWriteTo()6077 size += 2 + pb::CodedOutputStream.ComputeStringSize(RubyPackage); in CalculateSize()6153 RubyPackage = other.RubyPackage; in MergeFrom()6251 RubyPackage = input.ReadString(); in MergeFrom()6352 RubyPackage = input.ReadString(); in IBufferMessage.InternalMergeFrom()