Home
last modified time | relevance | path

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

/third_party/rust/crates/bindgen/bindgen-tests/tests/
Dstylo.hpp12339 struct __are_same struct
12341 enum { __value = 0 };
12342 typedef __false_type __type;
12346 struct __are_same<_Tp, _Tp> struct
12348 enum { __value = 1 };
12349 typedef __true_type __type;