Searched refs:non_default_test_allocator (Results 1 – 3 of 3) sorted by relevance
185 class non_default_test_allocator {190 friend class non_default_test_allocator; variable203 typedef non_default_test_allocator<U> other;207 …explicit non_default_test_allocator(int i, test_allocator_statistics* stats = nullptr) TEST_NOEXCE…215 …non_default_test_allocator(const non_default_test_allocator& a) TEST_NOEXCEPT : data_(a.data_), st… in non_default_test_allocator() function221 …TEST_CONSTEXPR_CXX14 non_default_test_allocator(const non_default_test_allocator<U>& a) TEST_NOEXC… in non_default_test_allocator() function227 TEST_CONSTEXPR_CXX20 ~non_default_test_allocator() TEST_NOEXCEPT { in ~non_default_test_allocator()257 …TEST_CONSTEXPR friend bool operator==(const non_default_test_allocator& x, const non_default_test_…261 …TEST_CONSTEXPR friend bool operator!=(const non_default_test_allocator& x, const non_default_test_…
125 non_default_test_allocator<DummyClass> alloc(42); in main()
122 non_default_test_allocator<DummyClass> non_default_alloc(42, &alloc_stats); in main()