Home
last modified time | relevance | path

Searched refs:UnknownUnits (Results 1 - 3 of 3) sorted by relevance

/third_party/rust/crates/bindgen/bindgen-tests/tests/headers/
H A Dwhat_is_going_on.hpp2 struct UnknownUnits {}; struct
10 static PointTyped<units, F> FromUnknownPoint(const PointTyped<UnknownUnits, F>& aPoint) { in FromUnknownPoint()
14 PointTyped<UnknownUnits, F> ToUnknownPoint() const { in ToUnknownPoint()
15 return PointTyped<UnknownUnits, F>(this->x, this->y); in ToUnknownPoint()
19 typedef PointTyped<UnknownUnits> IntPoint;
/third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/
H A Dwhat_is_going_on.rs10 pub struct UnknownUnits { structure names
16 ::std::mem::size_of::<UnknownUnits>(), in bindgen_test_layout_UnknownUnits()
18 concat!("Size of: ", stringify!(UnknownUnits)) in bindgen_test_layout_UnknownUnits()
21 ::std::mem::align_of::<UnknownUnits>(), in bindgen_test_layout_UnknownUnits()
23 concat!("Alignment of ", stringify!(UnknownUnits)) in bindgen_test_layout_UnknownUnits()
/third_party/rust/crates/bindgen/bindgen-tests/tests/
H A Dstylo.hpp[all...]

Completed in 24 milliseconds