Home
last modified time | relevance | path

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

/third_party/rust/crates/bindgen/bindgen-tests/tests/headers/
H A Dwrap-static-fns.h31 static inline int takes_qualified(const int *const *arg) { in takes_qualified() function
/third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/generated/
H A Dwrap_static_fns.c14 int takes_qualified__extern(const int *const *arg) { return takes_qualified(arg); } in takes_qualified__extern()
/third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/
H A Dwrap-static-fns.rs49 pub fn takes_qualified( in takes_qualified() functions
/third_party/rust/crates/bindgen/bindgen-integration/src/
H A Dlib.rs321 extern_bindings::takes_qualified(&(&5 as *const _) as *const _); in test_wrap_static_fns()

Completed in 1 milliseconds