Home
last modified time | relevance | path

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

/external/rust/crates/quiche/src/recovery/
Dpacer.rs164 let same_size = if let Some(last_packet_size) = self.last_packet_size { in send() 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)>;
/external/rust/crates/tinyvec/tests/
Dtinyvec.rs251 let same_size: [u8; 4] = [0, 1, 2, 3]; in TinyVec_from_slice_impl() localVariable
/external/harfbuzz_ng/src/
Dhb-subset.cc194 bool same_size) in _plan_estimate_subset_table_size()