Searched defs:test_allocator (Results 1 – 3 of 3) sorted by relevance
37 template <class U> friend class test_allocator; variable51 explicit test_allocator(int i) throw() : data_(i) {} in test_allocator() function54 template <class U> test_allocator(const test_allocator<U>& a) throw() in test_allocator() function95 template <class U> friend class test_allocator; variable107 explicit test_allocator(int i) throw() : data_(i) {} in test_allocator() function110 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
30 template<uint32_t kMaxObjects, size_t kBytes> void test_allocator(skiatest::Reporter* reporter) { in test_allocator() function