Home
last modified time | relevance | path

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

/third_party/rust/crates/bindgen/bindgen-tests/tests/
Dstylo.hpp12523 struct __is_pointer struct
12525 enum { __value = 0 };
12526 typedef __false_type __type;
12530 struct __is_pointer<_Tp*> struct
12532 enum { __value = 1 };
12533 typedef __true_type __type;