Home
last modified time | relevance | path

Searched refs:RubyPackage (Results 1 – 6 of 6) 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.go1462RubyPackage *string `protobuf:"bytes,45,opt,name=ruby_package,json=rubyPackage" json:"ruby_package… member
1648 if x != nil && x.RubyPackage != nil {
1649 return *x.RubyPackage
/external/protobuf/csharp/src/Google.Protobuf/Reflection/
DDescriptor.cs4425 public string RubyPackage { property in Google.Protobuf.Reflection.FileOptions
4488 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()