Searched defs:__allocator (Results 1 – 1 of 1) sorted by relevance
732 struct __allocator struct746 { typedef __allocator<_Tp1, _Alloc> other; }; argument748 __allocator() throw() {} in throw() argument749 __allocator(const __allocator& __a) throw() in throw() argument753 __allocator(const __allocator<_Tp1, _Alloc>& __a) throw() in __allocator() function756 ~__allocator() throw() {} in throw() argument759 address(reference __x) const { return &__x; } in address()762 address(const_reference __x) const { return &__x; } in address()791 struct __allocator<void, _Alloc> argument