Home
last modified time | relevance | path

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

/third_party/rust/crates/bindgen/bindgen-tests/tests/
Dstylo.hpp74494 struct IntParam { struct
74495 constexpr IntParam(char val) : value(val) {} in IntParam() function
74496 constexpr IntParam(unsigned char val) : value(val) {} in IntParam() function
74497 constexpr IntParam(short val) : value(val) {} in IntParam() argument
74498 constexpr IntParam(unsigned short val) : value(val) {} in IntParam() argument
74499 constexpr IntParam(int val) : value(val) {} in IntParam() argument
74500 constexpr IntParam(unsigned int val) : value(val) {} in IntParam() function
74501 constexpr IntParam(long val) : value(val) {} in IntParam() function
74502 constexpr IntParam(unsigned long val) : value(val) {} in IntParam() function
74503 constexpr IntParam(long long val) : value(val) {} in IntParam() function
[all …]