Home
last modified time | relevance | path

Searched defs:php_namespace (Results 1 – 5 of 5) sorted by relevance

/third_party/protobuf/php/ext/google/protobuf/
Dnames.c160 static void fill_namespace(const char *package, const char *php_namespace, in fill_namespace()
214 const char *php_namespace = upb_filedef_phpnamespace(file); in GetPhpClassname() local
/third_party/protobuf/src/google/protobuf/compiler/php/
Dphp_generator.cc242 const std::string& php_namespace = desc->file()->options().php_namespace(); in RootPhpNamespace() local
258 std::string php_namespace = RootPhpNamespace(desc, options); in FullClassName() local
276 std::string php_namespace = RootPhpNamespace(desc, options); in LegacyFullClassName() local
1269 std::string php_namespace = RootPhpNamespace(desc, options); in LegacyGenerateClassFile() local
/third_party/protobuf/php/src/Google/Protobuf/Internal/
DFileOptions.php157 protected $php_namespace = null; variable in Google\\Protobuf\\Internal\\FileOptions
/third_party/protobuf/src/google/protobuf/
Ddescriptor.proto443 optional string php_namespace = 41; field
Ddescriptor.pb.h10761 inline const std::string& FileOptions::php_namespace() const { in php_namespace() function
10811 inline void FileOptions::set_allocated_php_namespace(std::string* php_namespace) { in set_allocated_php_namespace()