/third_party/rust/crates/unicode-ident/generate/src/ |
H A D | output.rs | 10 pub fn write_fmt(&mut self, arguments: fmt::Arguments) { in write_fmt() functions 11 fmt::Write::write_fmt(&mut self.0, arguments).unwrap(); in write_fmt()
|
/third_party/rust/crates/cxx/gen/cmd/src/gen/ |
H A D | out.rs | 63 pub fn write_fmt(&self, args: Arguments) { in write_fmt() functions 65 Write::write_fmt(content, args).unwrap(); in write_fmt() 137 pub fn write_fmt(&mut self, args: Arguments) { in write_fmt() functions 138 Write::write_fmt(self, args).unwrap(); in write_fmt()
|
/third_party/rust/crates/cxx/gen/src/ |
H A D | out.rs | 63 pub fn write_fmt(&self, args: Arguments) { in write_fmt() functions 65 Write::write_fmt(content, args).unwrap(); in write_fmt() 137 pub fn write_fmt(&mut self, args: Arguments) { in write_fmt() functions 138 Write::write_fmt(self, args).unwrap(); in write_fmt()
|
/third_party/rust/crates/cxx/gen/lib/src/gen/ |
H A D | out.rs | 63 pub fn write_fmt(&self, args: Arguments) { in write_fmt() functions 65 Write::write_fmt(content, args).unwrap(); in write_fmt() 137 pub fn write_fmt(&mut self, args: Arguments) { in write_fmt() functions 138 Write::write_fmt(self, args).unwrap(); in write_fmt()
|
/third_party/rust/crates/cxx/gen/build/src/gen/ |
H A D | out.rs | 63 pub fn write_fmt(&self, args: Arguments) { in write_fmt() functions 65 Write::write_fmt(content, args).unwrap(); in write_fmt() 137 pub fn write_fmt(&mut self, args: Arguments) { in write_fmt() functions 138 Write::write_fmt(self, args).unwrap(); in write_fmt()
|
/third_party/rust/crates/cxx/gen/cmd/src/syntax/ |
H A D | symbol.rs | 29 self.0.write_fmt(format_args!("{}", segment)).unwrap(); in push()
|
/third_party/rust/crates/cxx/gen/lib/src/syntax/ |
H A D | symbol.rs | 29 self.0.write_fmt(format_args!("{}", segment)).unwrap(); in push()
|
/third_party/rust/crates/cxx/gen/build/src/syntax/ |
H A D | symbol.rs | 29 self.0.write_fmt(format_args!("{}", segment)).unwrap(); in push()
|
/third_party/rust/crates/cxx/macro/src/syntax/ |
H A D | symbol.rs | 29 self.0.write_fmt(format_args!("{}", segment)).unwrap(); in push()
|
/third_party/rust/crates/cxx/syntax/ |
H A D | symbol.rs | 29 self.0.write_fmt(format_args!("{}", segment)).unwrap(); in push()
|
/third_party/rust/crates/either/src/ |
H A D | lib.rs | 1169 fn write_fmt(&mut self, fmt: fmt::Arguments<'_>) -> io::Result<()> { in write_fmt() functions 1170 for_both!(*self, ref mut inner => inner.write_fmt(fmt)) in write_fmt()
|
/third_party/rust/crates/rust-openssl/openssl/src/x509/ |
H A D | mod.rs | 1351 formatter.write_fmt(format_args!("{:?} = {:?}", self.object(), self.data())) in fmt()
|
/third_party/rust/crates/memchr/bench/data/code/ |
H A D | rust-library.rs | 18448 buf.write_fmt(format_args!("{}", self)) 26249 //! function is actually invoking the [`write_fmt`] function defined on the 26316 //! [`write_fmt`]: ../../std/io/trait.Write.html#method.write_fmt 26381 output.write_fmt(args).expect("a formatting trait implementation returned an error"); [all...] |