Home
last modified time | relevance | path

Searched refs:set_php_namespace (Results 1 – 3 of 3) sorted by relevance

/external/protobuf/src/google/protobuf/
Ddescriptor.pb.h3699 void set_php_namespace(const std::string& value);
3700 void set_php_namespace(std::string&& value);
3701 void set_php_namespace(const char* value);
3702 void set_php_namespace(const char* value, size_t size);
10190 inline void FileOptions::set_php_namespace(const std::string& value) { in set_php_namespace() function
10195 inline void FileOptions::set_php_namespace(std::string&& value) { in set_php_namespace() function
10201 inline void FileOptions::set_php_namespace(const char* value) { in set_php_namespace() function
10208 inline void FileOptions::set_php_namespace(const char* value, in set_php_namespace() function
Ddescriptor.pb.cc9588 set_php_namespace(from.php_namespace()); in MergeFrom()
/external/rust/crates/protobuf/src/
Ddescriptor.rs5169 pub fn set_php_namespace(&mut self, v: ::std::string::String) { in set_php_namespace() method