Lines Matching refs:Allocator
20 template <class T, class Allocator = allocator<T> >
25 typedef Allocator allocator_type;
128 template <class Allocator = allocator<T> >
129 class vector<bool, Allocator>
133 typedef Allocator allocator_type;
247 template <class Allocator> struct hash<std::vector<bool, Allocator>>;
249 template <class T, class Allocator> bool operator==(const vector<T,Allocator>& x, const vector<T,Al…
250 template <class T, class Allocator> bool operator< (const vector<T,Allocator>& x, const vector<T,Al…
251 template <class T, class Allocator> bool operator!=(const vector<T,Allocator>& x, const vector<T,Al…
252 template <class T, class Allocator> bool operator> (const vector<T,Allocator>& x, const vector<T,Al…
253 template <class T, class Allocator> bool operator>=(const vector<T,Allocator>& x, const vector<T,Al…
254 template <class T, class Allocator> bool operator<=(const vector<T,Allocator>& x, const vector<T,Al…
256 template <class T, class Allocator>
257 void swap(vector<T,Allocator>& x, vector<T,Allocator>& y)
504 "Allocator::value_type must be same type as value_type");
839 // We call annotatations only for the default Allocator because other allocators