Searched refs:php_namespace (Results 1 - 4 of 4) sorted by relevance
| /third_party/protobuf/php/ext/google/protobuf/ |
| H A D | names.c | 160 static void fill_namespace(const char *package, const char *php_namespace, in fill_namespace() argument 162 if (php_namespace != NULL) { in fill_namespace() 163 if (strlen(php_namespace) != 0) { in fill_namespace() 164 stringsink_string(classname, php_namespace, strlen(php_namespace)); in fill_namespace() 214 const char *php_namespace = upb_filedef_phpnamespace(file); in GetPhpClassname() local 220 fill_namespace(package, php_namespace, &namesink); in GetPhpClassname()
|
| /third_party/protobuf/php/src/Google/Protobuf/Internal/ |
| H A D | FileOptions.php | 155 * Generated from protobuf field <code>optional string php_namespace = 41;</code> 157 protected $php_namespace = null; variable 256 * @type string $php_namespace 955 * Generated from protobuf field <code>optional string php_namespace = 41;</code> 960 return isset($this->php_namespace) ? $this->php_namespace : ''; 965 return isset($this->php_namespace); 970 unset($this->php_namespace); 978 * Generated from protobuf field <code>optional string php_namespace = 41;</code> 985 $this->php_namespace variable [all...] |
| /third_party/protobuf/src/google/protobuf/compiler/php/ |
| H A D | php_generator.cc | 247 const string& php_namespace = desc->file()->options().php_namespace(); in RootPhpNamespace() local 248 if (!php_namespace.empty()) { in RootPhpNamespace() 249 return php_namespace; in RootPhpNamespace() 263 string php_namespace = RootPhpNamespace(desc, is_descriptor); in FullClassName() local 264 if (!php_namespace.empty()) { in FullClassName() 265 return php_namespace + "\\" + classname; in FullClassName() 273 string php_namespace = RootPhpNamespace(desc, is_descriptor); in LegacyFullClassName() local 274 if (!php_namespace.empty()) { in LegacyFullClassName() 275 return php_namespace in LegacyFullClassName() 1242 std::string php_namespace = RootPhpNamespace(desc, is_descriptor); LegacyGenerateClassFile() local [all...] |
| /third_party/protobuf/src/google/protobuf/ |
| H A D | descriptor.pb.h | 3715 // optional string php_namespace = 41; 3721 const std::string& php_namespace() const; 3728 void set_allocated_php_namespace(std::string* php_namespace); 10800 // optional string php_namespace = 41; 10812 inline const std::string& FileOptions::php_namespace() const { in php_namespace() function in FileOptions 10813 // @@protoc_insertion_point(field_get:google.protobuf.FileOptions.php_namespace) in php_namespace() 10818 // @@protoc_insertion_point(field_set:google.protobuf.FileOptions.php_namespace) in set_php_namespace() 10821 // @@protoc_insertion_point(field_mutable:google.protobuf.FileOptions.php_namespace) in mutable_php_namespace() 10835 // @@protoc_insertion_point(field_set_rvalue:google.protobuf.FileOptions.php_namespace) in set_php_namespace() 10842 // @@protoc_insertion_point(field_set_char:google.protobuf.FileOptions.php_namespace) in set_php_namespace() 10863 set_allocated_php_namespace(std::string* php_namespace) set_allocated_php_namespace() argument 10869 php_namespace_.SetAllocated(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), php_namespace, set_allocated_php_namespace() local [all...] |
Completed in 26 milliseconds