Searched defs:test_allocator (Results 1 – 6 of 6) sorted by relevance
27 template <class U> friend class test_allocator; variable41 explicit test_allocator(int i) throw() : data_(i) {} in test_allocator() function44 template <class U> test_allocator(const test_allocator<U>& a) throw() in test_allocator() function80 template <class U> friend class test_allocator; variable92 explicit test_allocator(int i) throw() : data_(i) {} in test_allocator() function95 template <class U> test_allocator(const test_allocator<U>& a) throw() in test_allocator() function
27 template <class U> friend class test_allocator; variable41 explicit test_allocator(int i) throw() : data_(i) {} in test_allocator() function44 template <class U> test_allocator(const test_allocator<U>& a) throw() in test_allocator() function
32 template <class U> friend class test_allocator; variable46 explicit test_allocator(int i) throw() : data_(i) {++count;} in test_allocator() function49 template <class U> test_allocator(const test_allocator<U>& a) throw() in test_allocator() function