Home
last modified time | relevance | path

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

/third_party/rust/crates/bindgen/bindgen-tests/tests/headers/
Dnamespace.hpp6 typedef int whatever_int_t; typedef
30 typedef unsigned int whatever_int_t; typedef
/third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/
Dnamespace.rs20 pub type whatever_int_t = ::std::os::raw::c_int; typedef
84 pub type whatever_int_t = ::std::os::raw::c_uint; typedef