Home
last modified time | relevance | path

Searched refs: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
15 whatever::whatever_int_t b;
30 typedef unsigned int whatever_int_t; typedef
37 whatever_int_t heh(); // this should return w::whatever_int_t, and not whatever::whatever_int_t
/third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/
Dnamespace.rs19 pub type whatever_other_thing_t = whatever_int_t;
20 pub type whatever_int_t = ::std::os::raw::c_int; typedef
32 pub b: root::whatever::whatever_int_t,
84 pub type whatever_int_t = ::std::os::raw::c_uint; typedef
103 pub fn heh() -> root::w::whatever_int_t; in heh()