Searched defs:non_default_test_allocator (Results 1 – 3 of 3) sorted by relevance
167 template <class U> friend class non_default_test_allocator; variable181 explicit non_default_test_allocator(int i) TEST_NOEXCEPT : data_(i) {++count;} in non_default_test_allocator() function182 non_default_test_allocator(const non_default_test_allocator& a) TEST_NOEXCEPT in non_default_test_allocator() function184 …template <class U> non_default_test_allocator(const non_default_test_allocator<U>& a) TEST_NOEXCEPT in non_default_test_allocator() function
26 struct non_default_test_allocator : test_allocator<T> { struct
37 struct non_default_test_allocator : test_allocator<T> { struct