Home
last modified time | relevance | path

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

/third_party/rust/crates/bindgen/bindgen-tests/tests/
Dstylo.hpp12371 struct __is_integer struct
12373 enum { __value = 0 };
12374 typedef __false_type __type;
12382 struct __is_integer<bool> struct
12384 enum { __value = 1 };
12385 typedef __true_type __type;
12389 struct __is_integer<char> struct
12391 enum { __value = 1 };
12392 typedef __true_type __type;
12396 struct __is_integer<signed char> struct
[all …]