Home
last modified time | relevance | path

Searched defs:flexarray (Results 1 – 2 of 2) sorted by relevance

/third_party/rust/crates/bindgen/bindgen-tests/tests/headers/
Dflexarray.hpp3 struct flexarray { struct
20 flexarray *things; argument
/third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/
Dflexarray.rs36 pub struct flexarray<FAM: ?Sized = [::std::os::raw::c_int; 0]> { struct
42 ["Size of flexarray"][::std::mem::size_of::<flexarray>() - 4usize]; argument
51 impl flexarray<[::std::os::raw::c_int]> { impl
65 (&*(ptr as *const flexarray<[::std::os::raw::c_int; 0]>), len) constant
76 impl flexarray<[::std::os::raw::c_int; 0]> { impl