Home
last modified time | relevance | path

Searched refs:takes_fn (Results 1 - 4 of 4) sorted by relevance

/third_party/rust/crates/bindgen/bindgen-tests/tests/headers/
H A Dwrap-static-fns.h21 static inline int takes_fn(int (f)(int)) { in takes_fn() function
/third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/generated/
H A Dwrap_static_fns.c10 int takes_fn__extern(int (f) (int)) { return takes_fn(f); } in takes_fn__extern()
/third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/
H A Dwrap-static-fns.rs32 pub fn takes_fn( in takes_fn() functions
/third_party/rust/crates/bindgen/bindgen-integration/src/
H A Dlib.rs314 let tf = extern_bindings::takes_fn(Some(function)); in test_wrap_static_fns()

Completed in 2 milliseconds