Home
last modified time | relevance | path

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

/third_party/protobuf/php/src/Google/Protobuf/Internal/
H A DFileOptions.php147 * Generated from protobuf field <code>optional string php_class_prefix = 40;</code>
149 protected $php_class_prefix = null; variable
253 * @type string $php_class_prefix
916 * Generated from protobuf field <code>optional string php_class_prefix = 40;</code>
921 return isset($this->php_class_prefix) ? $this->php_class_prefix : '';
926 return isset($this->php_class_prefix);
931 unset($this->php_class_prefix);
938 * Generated from protobuf field <code>optional string php_class_prefix = 40;</code>
945 $this->php_class_prefix variable
[all...]
/third_party/protobuf/src/google/protobuf/compiler/php/
H A Dphp_generator.cc156 const string& prefix = (desc->file()->options()).php_class_prefix(); in ClassNamePrefix()
/third_party/protobuf/src/google/protobuf/
H A Ddescriptor.pb.h3695 // optional string php_class_prefix = 40;
3701 const std::string& php_class_prefix() const;
3708 void set_allocated_php_class_prefix(std::string* php_class_prefix);
10726 // optional string php_class_prefix = 40;
10738 inline const std::string& FileOptions::php_class_prefix() const { in php_class_prefix() function in FileOptions
10739 // @@protoc_insertion_point(field_get:google.protobuf.FileOptions.php_class_prefix) in php_class_prefix()
10744 // @@protoc_insertion_point(field_set:google.protobuf.FileOptions.php_class_prefix) in set_php_class_prefix()
10747 // @@protoc_insertion_point(field_mutable:google.protobuf.FileOptions.php_class_prefix) in mutable_php_class_prefix()
10761 // @@protoc_insertion_point(field_set_rvalue:google.protobuf.FileOptions.php_class_prefix) in set_php_class_prefix()
10768 // @@protoc_insertion_point(field_set_char:google.protobuf.FileOptions.php_class_prefix) in set_php_class_prefix()
10789 set_allocated_php_class_prefix(std::string* php_class_prefix) set_allocated_php_class_prefix() argument
10795 php_class_prefix_.SetAllocated(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), php_class_prefix, set_allocated_php_class_prefix() local
[all...]

Completed in 25 milliseconds