Home
last modified time | relevance | path

Searched defs:foo_ptr (Results 1 – 5 of 5) sorted by relevance

/third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/
Dtypedef-pointer-overlap.rs13 pub type foo_ptr = *const foo; typedef
59 pub fn takes_foo_ptr(arg1: foo_ptr); in takes_foo_ptr()
Dblocks.rs22 pub fn foo_ptr(arg1: *mut *mut ::std::os::raw::c_void) -> bool; in foo_ptr() function
Dblocks-signature.rs23 pub fn foo_ptr(arg1: *mut _bindgen_ty_id_56) -> bool; in foo_ptr() function
/third_party/gn/src/gn/
Dstring_atom_unittest.cc91 const std::string* foo_ptr = atom_to_ptr(*foo_ret.first); in TEST() local
/third_party/rust/rust/src/tools/clippy/tests/ui/
Deta.rs173 let foo_ptr: FnPtrType = foo; in test_redundant_closure_with_function_pointer() localVariable