Home
last modified time | relevance | path

Searched defs:php_metadata_namespace (Results 1 – 6 of 6) 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/grpc/third_party/upb/benchmarks/
Ddescriptor.proto444 optional string php_metadata_namespace = 44; field
Ddescriptor_sv.proto436 optional string php_metadata_namespace = 44 [ctype = STRING_PIECE]; field
/third_party/protobuf/src/google/protobuf/
Ddescriptor.proto448 optional string php_metadata_namespace = 44; field
Ddescriptor.pb.h10886 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()
/third_party/protobuf/src/google/protobuf/compiler/php/
Dphp_generator.cc354 const string& php_metadata_namespace = in GeneratedMetadataFileName() local