Home
last modified time | relevance | path

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

/external/rust/crates/tinyvec/tests/
Dtinyvec.rs251 let same_size: [u8; 4] = [0, 1, 2, 3]; in TinyVec_from_slice_impl() localVariable
/external/python/pybind11/include/pybind11/
Dnumpy.h118 template <typename T> struct same_size { struct
119 template <typename U> using as = bool_constant<sizeof(T) == sizeof(U)>;