Searched defs:_Size (Results 1 – 9 of 9) sorted by relevance
243 struct _Size in _GLIBCXX_VISIBILITY() struct
395 struct _Size in _GLIBCXX_VISIBILITY() struct400 _S_noexcept() in _GLIBCXX_VISIBILITY()
49 using _Size = typename allocator_traits<_Alloc>::size_type; member
686 struct _Size in _GLIBCXX_VISIBILITY() struct691 _S_noexcept() in _GLIBCXX_VISIBILITY()
68 # define __glibcxx_requires_can_increment(_First,_Size) argument95 # define __glibcxx_requires_can_increment(_First,_Size) \ argument
101 #define __glibcxx_check_can_increment(_First,_Size) \ argument
91 #define __glibcxx_check_can_increment(_First,_Size) \ argument
597 const size_type _Size = size(); in vector() local