Searched defs:test_allocator (Results 1 – 2 of 2) sorted by relevance
36 template <class U> friend class test_allocator; variable50 explicit test_allocator(int i) throw() : data_(i) {} in test_allocator() function53 template <class U> test_allocator(const test_allocator<U>& a) throw() in test_allocator() function94 template <class U> friend class test_allocator; variable106 explicit test_allocator(int i) throw() : data_(i) {} in test_allocator() function109 template <class U> test_allocator(const test_allocator<U>& a) throw() in test_allocator() function
41 template <class U> friend class test_allocator; variable55 explicit test_allocator(int i) throw() : data_(i) {++count;} in test_allocator() function58 template <class U> test_allocator(const test_allocator<U>& a) throw() in test_allocator() function161 template <class U> friend class test_allocator; variable173 explicit test_allocator(int i) throw() : data_(i) {} in test_allocator() function176 template <class U> test_allocator(const test_allocator<U>& a) throw() in test_allocator() function