Home
last modified time | relevance | path

Searched defs:php_metadata_namespace (Results 1 – 4 of 4) sorted by relevance

/third_party/protobuf/php/src/Google/Protobuf/Internal/
DFileOptions.php165 protected $php_metadata_namespace = null; variable in Google\\Protobuf\\Internal\\FileOptions
/third_party/protobuf/src/google/protobuf/
Ddescriptor.proto448 optional string php_metadata_namespace = 44; field
Ddescriptor.pb.h10834 inline const std::string& FileOptions::php_metadata_namespace() const { in php_metadata_namespace() function
10884 inline void FileOptions::set_allocated_php_metadata_namespace(std::string* php_metadata_namespace) { in set_allocated_php_metadata_namespace()
/third_party/protobuf/src/google/protobuf/compiler/php/
Dphp_generator.cc357 const std::string& php_metadata_namespace = in GeneratedMetadataFileName() local