Searched refs:non_std_allocator (Results 1 – 6 of 6) sorted by relevance
99 class non_std_allocator class111 template<class U>struct rebind{typedef non_std_allocator<U> other;};113 non_std_allocator(int id_=0):id(id_){} in non_std_allocator() function in non_std_allocator114 non_std_allocator(const non_std_allocator<T>& x):id(x.id){} in non_std_allocator() function in non_std_allocator115 template<class U>non_std_allocator(const non_std_allocator<U>& x,int=0): in non_std_allocator() function in non_std_allocator117 non_std_allocator& operator=(const non_std_allocator<T>& x) in operator =()132 friend bool operator==(const non_std_allocator& x,const non_std_allocator& y) in operator ==()137 friend bool operator!=(const non_std_allocator& x,const non_std_allocator& y) in operator !=()
54 non_std_allocator<int> in test_serialization1()
38 non_std_allocator<pair_of_ints> in test_serialization2()
128 non_std_allocator<employee> > employee_set;
117 non_std_allocator<int> in test_serialization3()
135 employee_set es4=employee_set(non_std_allocator<employee>()); in test_copy_assignment()