Searched refs:into_flags (Results 1 – 3 of 3) sorted by relevance
| /optee_rust/optee-utee/src/ |
| A D | parameter.rs | 26 let (f0, f1, f2, f3) = ParamTypes::from(param_types).into_flags(); 141 pub fn into_flags(&self) -> (ParamType, ParamType, ParamType, ParamType) { in into_flags() method
|
| /optee_rust/optee-teec/src/ |
| A D | operation.rs | 60 let (f0, f1, f2, f3) = ParamTypes::from(self.raw.paramTypes).into_flags(); in parameters()
|
| A D | parameter.rs | 223 pub fn into_flags(&self) -> (ParamType, ParamType, ParamType, ParamType) { in into_flags() method
|
Completed in 8 milliseconds