Home
last modified time | relevance | path

Searched refs:php_class_prefix (Results 1 – 8 of 8) sorted by relevance

/third_party/protobuf/php/src/Google/Protobuf/Internal/
DFileOptions.php149 protected $php_class_prefix = null; variable in Google\\Protobuf\\Internal\\FileOptions
921 return isset($this->php_class_prefix) ? $this->php_class_prefix : '';
926 return isset($this->php_class_prefix);
931 unset($this->php_class_prefix);
945 $this->php_class_prefix = $var;
/third_party/protobuf/php/tests/proto/
Dtest_prefix.proto3 option php_class_prefix = "Prefix";
/third_party/protobuf/src/google/protobuf/compiler/php/
Dphp_generator.cc156 const string& prefix = (desc->file()->options()).php_class_prefix(); in ClassNamePrefix()
/third_party/protobuf/src/google/protobuf/
Ddescriptor.pb.h3701 const std::string& php_class_prefix() const;
3708 void set_allocated_php_class_prefix(std::string* php_class_prefix);
10738 inline const std::string& FileOptions::php_class_prefix() const { in php_class_prefix() function
10789 inline void FileOptions::set_allocated_php_class_prefix(std::string* php_class_prefix) { in set_allocated_php_class_prefix() argument
10790 if (php_class_prefix != nullptr) { in set_allocated_php_class_prefix()
10795 …_.SetAllocated(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), php_class_prefix, in set_allocated_php_class_prefix()
Ddescriptor.proto438 optional string php_class_prefix = 40; field
/third_party/grpc/third_party/upb/benchmarks/
Ddescriptor_sv.proto426 optional string php_class_prefix = 40 [ctype = STRING_PIECE]; field
Ddescriptor.proto434 optional string php_class_prefix = 40; field
/third_party/protobuf/
DCHANGES.txt930 * Added file option php_class_prefix. The prefix will be prepended to all