Home
last modified time | relevance | path

Searched refs:fmt (Results 1 – 8 of 8) sorted by relevance

/optee_rust/optee-teec/src/
A Derror.rs19 use std::fmt;
182 impl fmt::Debug for Error {
183 fn fmt(&self, fmt: &mut fmt::Formatter) -> fmt::Result { in fmt() method
184 write!(fmt, "{} (error code 0x{:x})", self.message(), self.code) in fmt()
188 impl fmt::Display for Error {
189 fn fmt(&self, fmt: &mut fmt::Formatter) -> fmt::Result { in fmt() method
190 write!(fmt, "{} (error code 0x{:x})", self.message(), self.code) in fmt()
A Duuid.rs18 use core::fmt;
105 impl fmt::Display for Uuid {
106 fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { in fmt() method
/optee_rust/optee-utee/src/
A Derror.rs20 use std::fmt;
222 impl fmt::Debug for Error {
223 fn fmt(&self, fmt: &mut fmt::Formatter) -> fmt::Result { in fmt() method
224 write!(fmt, "{} (error code 0x{:x})", self.message(), self.code) in fmt()
228 impl fmt::Display for Error {
229 fn fmt(&self, fmt: &mut fmt::Formatter) -> fmt::Result { in fmt() method
230 write!(fmt, "{} (error code 0x{:x})", self.message(), self.code) in fmt()
A Dtime.rs20 use std::fmt;
150 impl fmt::Display for Time {
151 fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { in fmt() method
A Dtrace.rs20 use std::fmt;
31 pub fn _print(fmt: fmt::Arguments) { in _print()
33 let result = writer.write_fmt(fmt); in _print()
A Duuid.rs18 use core::fmt;
104 impl fmt::Display for Uuid {
105 fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { in fmt() method
A Darithmetical.rs20 use std::{cmp::max, fmt};
254 impl fmt::Display for BigInt {
255 fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { in fmt() method
/optee_rust/optee-utee/optee-utee-sys/src/
A Dtrace.rs30 fmt: *const c_char, in trace_printf()

Completed in 8 milliseconds