Searched refs:fmt (Results 1 – 8 of 8) sorted by relevance
| /optee_rust/optee-teec/src/ |
| A D | error.rs | 19 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 D | uuid.rs | 18 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 D | error.rs | 20 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 D | time.rs | 20 use std::fmt; 150 impl fmt::Display for Time { 151 fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { in fmt() method
|
| A D | trace.rs | 20 use std::fmt; 31 pub fn _print(fmt: fmt::Arguments) { in _print() 33 let result = writer.write_fmt(fmt); in _print()
|
| A D | uuid.rs | 18 use core::fmt; 104 impl fmt::Display for Uuid { 105 fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { in fmt() method
|
| A D | arithmetical.rs | 20 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 D | trace.rs | 30 fmt: *const c_char, in trace_printf()
|
Completed in 8 milliseconds