Home
last modified time | relevance | path

Searched defs:set_php_namespace (Results 1 – 2 of 2) sorted by relevance

/external/protobuf/src/google/protobuf/
Ddescriptor.pb.h10190 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
/external/rust/crates/protobuf/src/
Ddescriptor.rs5169 pub fn set_php_namespace(&mut self, v: ::std::string::String) { in set_php_namespace() method