Home
last modified time | relevance | path

Searched refs:test_allocator_base (Results 1 – 1 of 1) sorted by relevance

/external/sdv/vsomeip/third_party/boost/smart_ptr/test/
Dshared_ptr_alloc2_test.cpp19 struct test_allocator_base struct
26 explicit test_allocator_base( int id ): id_( id ) in test_allocator_base() function
31 int test_allocator_base::last_global_id_ = 0;
32 int test_allocator_base::count_ = 0;
34 template<class T> class test_allocator: public test_allocator_base
69 explicit test_allocator( int id = 0 ): test_allocator_base( id ) in test_allocator()
73 template<class U> test_allocator( test_allocator<U> const & r ): test_allocator_base( r ) in test_allocator()
79 test_allocator_base::operator=( r ); in operator =()
138 template<> class test_allocator<void>: public test_allocator_base
151 explicit test_allocator( int id = 0 ): test_allocator_base( id ) in test_allocator()
[all …]