Home
last modified time | relevance | path

Searched refs:non_std_allocator (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/multi_index/test/
Dnon_std_allocator.hpp99 class non_std_allocator class
111 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_allocator
114 non_std_allocator(const non_std_allocator<T>& x):id(x.id){} in non_std_allocator() function in non_std_allocator
115 template<class U>non_std_allocator(const non_std_allocator<U>& x,int=0): in non_std_allocator() function in non_std_allocator
117 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 !=()
Dtest_serialization1.cpp54 non_std_allocator<int> in test_serialization1()
Dtest_serialization2.cpp38 non_std_allocator<pair_of_ints> in test_serialization2()
Demployee.hpp128 non_std_allocator<employee> > employee_set;
Dtest_serialization3.cpp117 non_std_allocator<int> in test_serialization3()
Dtest_copy_assignment.cpp135 employee_set es4=employee_set(non_std_allocator<employee>()); in test_copy_assignment()