Searched refs:whatever_int_t (Results 1 – 2 of 2) sorted by relevance
6 typedef int whatever_int_t; typedef15 whatever::whatever_int_t b;30 typedef unsigned int whatever_int_t; typedef37 whatever_int_t heh(); // this should return w::whatever_int_t, and not whatever::whatever_int_t
19 pub type whatever_other_thing_t = whatever_int_t;20 pub type whatever_int_t = ::std::os::raw::c_int; typedef32 pub b: root::whatever::whatever_int_t,84 pub type whatever_int_t = ::std::os::raw::c_uint; typedef103 pub fn heh() -> root::w::whatever_int_t; in heh()