Searched refs:RubyPackage (Results 1 – 6 of 6) 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()
1462 …RubyPackage *string `protobuf:"bytes,45,opt,name=ruby_package,json=rubyPackage" json:"ruby_package… member1648 if x != nil && x.RubyPackage != nil {1649 return *x.RubyPackage
4425 public string RubyPackage { property in Google.Protobuf.Reflection.FileOptions4488 if (RubyPackage != other.RubyPackage) return false; in Equals()4518 if (HasRubyPackage) hash ^= RubyPackage.GetHashCode(); in GetHashCode()4614 output.WriteString(RubyPackage); in WriteTo()4686 size += 2 + pb::CodedOutputStream.ComputeStringSize(RubyPackage); in CalculateSize()4761 RubyPackage = other.RubyPackage; in MergeFrom()4855 RubyPackage = input.ReadString(); in MergeFrom()