Home
last modified time | relevance | path

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

/external/rust/crates/grpcio-sys/grpc/tools/run_tests/artifacts/
Dpackage_targets.py104 class RubyPackage: class
162 RubyPackage(),
/external/grpc-grpc/tools/run_tests/artifacts/
Dpackage_targets.py110 class RubyPackage: class
163 RubyPackage(),
/external/rust/crates/grpcio-sys/grpc/src/compiler/
Druby_generator_string-inl.h104 inline std::string RubyPackage(const grpc::protobuf::FileDescriptor* file) { in RubyPackage() function
125 proto_type = RubyPackage(descriptor->file()) + "." + proto_type; in RubyTypeOf()
Druby_generator.cc159 std::string package_name = RubyPackage(file); in GetServices()
/external/golang-protobuf/types/descriptorpb/
Ddescriptor.pb.go1682RubyPackage *string `protobuf:"bytes,45,opt,name=ruby_package,json=rubyPackage" json:"ruby_package… member
1868 if x != nil && x.RubyPackage != nil {
1869 return *x.RubyPackage
/external/cronet/third_party/protobuf/csharp/src/Google.Protobuf/Reflection/
DDescriptor.cs5709 public string RubyPackage { property in Google.Protobuf.Reflection.FileOptions
5777 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()
/external/protobuf/csharp/src/Google.Protobuf/Reflection/
DDescriptor.cs5709 public string RubyPackage { property in Google.Protobuf.Reflection.FileOptions
5777 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()