Searched refs:write_str (Results 1 – 4 of 4) sorted by relevance
37 formatter.write_str("{")?; in fmt()44 formatter.write_str("}") in fmt()95 formatter.write_str("{\n")?; in fmt()102 formatter.write_str("}") in fmt()
138 fmt.write_str("memory allocation failed")?; in fmt()147 fmt.write_str(reason) in fmt()
49 fn write_str(&mut self, s: &str) -> fmt::Result { in write_str() method
1379 fn write_str(&mut self, s: &str) { in write_str() method1380 (**self).write_str(s) in write_str()