Home
last modified time | relevance | path

Searched refs:php_metadata_namespace (Results 1 – 10 of 10) sorted by relevance

/third_party/protobuf/php/src/Google/Protobuf/Internal/
DFileOptions.php165 protected $php_metadata_namespace = null; variable in Google\\Protobuf\\Internal\\FileOptions
1000 return isset($this->php_metadata_namespace) ? $this->php_metadata_namespace : '';
1005 return isset($this->php_metadata_namespace);
1010 unset($this->php_metadata_namespace);
1025 $this->php_metadata_namespace = $var;
/third_party/protobuf/php/tests/proto/
Dtest_no_namespace.proto3 option php_metadata_namespace = "\\";
Dtest_empty_php_namespace.proto5 option php_metadata_namespace = "";
Dtest_php_namespace.proto5 option php_metadata_namespace = "Metadata\\Php\\Test";
/third_party/protobuf/src/google/protobuf/compiler/php/
Dphp_generator.cc354 const string& php_metadata_namespace = in GeneratedMetadataFileName() local
355 file->options().php_metadata_namespace(); in GeneratedMetadataFileName()
356 if (!php_metadata_namespace.empty() && php_metadata_namespace != "\\") { in GeneratedMetadataFileName()
357 result += php_metadata_namespace; in GeneratedMetadataFileName()
/third_party/protobuf/src/google/protobuf/
Ddescriptor.pb.h3741 const std::string& php_metadata_namespace() const;
3748 void set_allocated_php_metadata_namespace(std::string* php_metadata_namespace);
10886 inline const std::string& FileOptions::php_metadata_namespace() const { in php_metadata_namespace() function
10937 inline void FileOptions::set_allocated_php_metadata_namespace(std::string* php_metadata_namespace) { in set_allocated_php_metadata_namespace() argument
10938 if (php_metadata_namespace != nullptr) { in set_allocated_php_metadata_namespace()
10943 …llocated(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), php_metadata_namespace, in set_allocated_php_metadata_namespace()
Ddescriptor.proto448 optional string php_metadata_namespace = 44; field
/third_party/grpc/third_party/upb/benchmarks/
Ddescriptor_sv.proto436 optional string php_metadata_namespace = 44 [ctype = STRING_PIECE]; field
Ddescriptor.proto444 optional string php_metadata_namespace = 44; field
/third_party/protobuf/
DCHANGES.txt591 * Added php_metadata_namespace to control the file path of generated metadata