Searched defs:_Size (Results 1 – 5 of 5) sorted by relevance
50 __compute_comp_type(const _ClassifyCompCategory (&__types)[_Size]) { in __compute_comp_type()
50 using _Size = typename allocator_traits<_Alloc>::size_type; member
22 _Size(core::marker::PhantomData<U>), enumerator
45 _Size(core::marker::PhantomData<U>), enumerator
89 using _Size = conditional_t<_StoreSize, make_unsigned_t<iter_difference_t<_Iter>>, _Empty>; variable