Home
last modified time | relevance | path

Searched defs:php_namespace (Results 1 – 8 of 8) 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/grpc/src/compiler/
Dphp_generator.cc187 std::string php_namespace = PackageName(file); in GenerateFile() local
/third_party/protobuf/src/google/protobuf/compiler/php/
Dphp_generator.cc247 const string& php_namespace = desc->file()->options().php_namespace(); in RootPhpNamespace() local
263 string php_namespace = RootPhpNamespace(desc, is_descriptor); in FullClassName() local
273 string php_namespace = RootPhpNamespace(desc, is_descriptor); in LegacyFullClassName() local
1242 std::string php_namespace = RootPhpNamespace(desc, is_descriptor); 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/grpc/third_party/upb/benchmarks/
Ddescriptor_sv.proto431 optional string php_namespace = 41 [ctype = STRING_PIECE]; field
Ddescriptor.proto439 optional string php_namespace = 41; field
/third_party/protobuf/src/google/protobuf/
Ddescriptor.proto443 optional string php_namespace = 41; field
Ddescriptor.pb.h10812 inline const std::string& FileOptions::php_namespace() const { in php_namespace() function
10863 inline void FileOptions::set_allocated_php_namespace(std::string* php_namespace) { in set_allocated_php_namespace()