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

/gem5/ext/pybind11/tests/
H A Dtest_numpy_dtypes.cpp23 uint32_t uint_; member in struct:SimpleStruct
29 return os << "s:" << v.bool_ << "," << v.uint_ << "," << v.float_ << "," << v.ldbl_;
35 uint32_t uint_; member in struct:SimpleStructReordered
41 uint32_t uint_;
47 return os << "p:" << v.bool_ << "," << v.uint_ << "," << v.float_ << "," << v.ldbl_;
61 uint32_t uint_; member in struct:PartialStruct
151 s.uint_ = (uint32_t) (i); \
264 PYBIND11_NUMPY_DTYPE(SimpleStruct, bool_, uint_, float_, ldbl_);
265 PYBIND11_NUMPY_DTYPE(SimpleStructReordered, bool_, uint_, float_, ldbl_);
266 PYBIND11_NUMPY_DTYPE(PackedStruct, bool_, uint_, float
[all...]

Completed in 5 milliseconds