Searched defs:set_root (Results 1 – 3 of 3) sorted by relevance
94 void set_root(void) in set_root() function
1178 inline void Mixin::set_root(const std::string& value) { in set_root() function1183 inline void Mixin::set_root(std::string&& value) { in set_root() function1189 inline void Mixin::set_root(const char* value) { in set_root() function1195 inline void Mixin::set_root(const char* value, size_t size) { in set_root() function
918 pub fn set_root(&mut self, v: ::std::string::String) { in set_root() method