Searched defs:foo_ptr (Results 1 – 4 of 4) sorted by relevance
39 pub type foo_ptr = *const foo; typedef125 pub fn takes_foo_ptr(arg1: foo_ptr); in takes_foo_ptr()
28 pub fn foo_ptr(arg1: *mut *mut ::std::os::raw::c_void) -> bool; in foo_ptr() function
29 pub fn foo_ptr(arg1: *mut _bindgen_ty_id_56) -> bool; in foo_ptr() function
91 const std::string* foo_ptr = atom_to_ptr(*foo_ret.first); in TEST() local