Searched defs:is_box (Results 1 – 3 of 3) sorted by relevance
205 #define is_box(x) isbox[(x)] macro286 #define is_box(x) gf_inv(inv_affine(x)) macro
207 pub fn is_box(&self) -> Option<&RustType> { in is_box() method
400 let is_box = if let Type::Path(type_path) = &**arg_type { in generate_dbus_interface_client() localVariable