Searched defs:mystring (Results 1 – 5 of 5) sorted by relevance
33 struct mystring : std::string struct35 typedef std::string base;37 mystring(std::string const& x) in mystring() function
109 type mystring string type111 func _(x, y string, z mystring) {
12 type mystring string type
13 mystring string type
569 let mystring: String = self.clone().into_string().unwrap(); in shrink() localVariable