Home
last modified time | relevance | path

Searched refs:ruby_package (Results 1 - 3 of 3) sorted by relevance

/third_party/protobuf/php/src/Google/Protobuf/Internal/
H A DFileOptions.php171 * Generated from protobuf field <code>optional string ruby_package = 45;</code>
173 protected $ruby_package = null; variable
264 * @type string $ruby_package
1035 * Generated from protobuf field <code>optional string ruby_package = 45;</code>
1040 return isset($this->ruby_package) ? $this->ruby_package : '';
1045 return isset($this->ruby_package);
1050 unset($this->ruby_package);
1058 * Generated from protobuf field <code>optional string ruby_package = 45;</code>
1065 $this->ruby_package variable
[all...]
/third_party/protobuf/src/google/protobuf/compiler/ruby/
H A Druby_generator.cc410 // option ruby_package: One::Two::Three in GeneratePackageModules()
412 package_name = file->options().ruby_package(); in GeneratePackageModules()
421 GOOGLE_LOG(WARNING) << "ruby_package option should be in the form of:" in GeneratePackageModules()
/third_party/protobuf/src/google/protobuf/
H A Ddescriptor.pb.h3755 // optional string ruby_package = 45;
3761 const std::string& ruby_package() const;
3768 void set_allocated_ruby_package(std::string* ruby_package);
10948 // optional string ruby_package = 45;
10960 inline const std::string& FileOptions::ruby_package() const { in ruby_package() function in FileOptions
10961 // @@protoc_insertion_point(field_get:google.protobuf.FileOptions.ruby_package) in ruby_package()
10966 // @@protoc_insertion_point(field_set:google.protobuf.FileOptions.ruby_package) in set_ruby_package()
10969 // @@protoc_insertion_point(field_mutable:google.protobuf.FileOptions.ruby_package) in mutable_ruby_package()
10983 // @@protoc_insertion_point(field_set_rvalue:google.protobuf.FileOptions.ruby_package) in set_ruby_package()
10990 // @@protoc_insertion_point(field_set_char:google.protobuf.FileOptions.ruby_package) in set_ruby_package()
11011 set_allocated_ruby_package(std::string* ruby_package) set_allocated_ruby_package() argument
11017 ruby_package_.SetAllocated(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), ruby_package, set_allocated_ruby_package() local
[all...]

Completed in 24 milliseconds