Home
last modified time | relevance | path

Searched refs:write_fmt (Results 1 - 13 of 13) sorted by relevance

/third_party/rust/crates/unicode-ident/generate/src/
H A Doutput.rs10 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 Dout.rs63 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 Dout.rs63 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 Dout.rs63 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 Dout.rs63 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 Dsymbol.rs29 self.0.write_fmt(format_args!("{}", segment)).unwrap(); in push()
/third_party/rust/crates/cxx/gen/lib/src/syntax/
H A Dsymbol.rs29 self.0.write_fmt(format_args!("{}", segment)).unwrap(); in push()
/third_party/rust/crates/cxx/gen/build/src/syntax/
H A Dsymbol.rs29 self.0.write_fmt(format_args!("{}", segment)).unwrap(); in push()
/third_party/rust/crates/cxx/macro/src/syntax/
H A Dsymbol.rs29 self.0.write_fmt(format_args!("{}", segment)).unwrap(); in push()
/third_party/rust/crates/cxx/syntax/
H A Dsymbol.rs29 self.0.write_fmt(format_args!("{}", segment)).unwrap(); in push()
/third_party/rust/crates/either/src/
H A Dlib.rs1169 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 Dmod.rs1351 formatter.write_fmt(format_args!("{:?} = {:?}", self.object(), self.data())) in fmt()
/third_party/rust/crates/memchr/bench/data/code/
H A Drust-library.rs18448 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...]

Completed in 50 milliseconds