Searched defs:_Size (Results 1 – 6 of 6) sorted by relevance
46 using _Size = typename allocator_traits<_Alloc>::size_type; member
50 __compute_comp_type(const _ClassifyCompCategory (&__types)[_Size]) { in __compute_comp_type()
23 _Size(core::marker::PhantomData<U>), enumerator
46 _Size(core::marker::PhantomData<U>), enumerator
86 using _Size = conditional_t<_StoreSize, make_unsigned_t<iter_difference_t<_Iter>>, _Empty>; variable
86 static inline void* AlignedMalloc(size_t _Size, size_t _Alignment) in AlignedMalloc()