Home
last modified time | relevance | path

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

/third_party/boost/libs/interprocess/test/
Dvector_test.hpp75 ,class MyShmVector>
79 typedef typename MyShmVector::value_type IntType; in vector_test()
99 MyShmVector *shmvector = segment.template construct<MyShmVector>("MyShmVector") in vector_test()
123 typename MyShmVector::iterator shmit(shmvector->begin()); in vector_test()
125 typename MyShmVector::const_iterator cshmit = shmit; in vector_test()
231 segment.template destroy<MyShmVector>("MyShmVector"); in vector_test()
Dprivate_adaptive_pool_test.cpp49 typedef vector<int, priv_node_allocator_t> MyShmVector; typedef
58 if(test::vector_test<managed_shared_memory, MyShmVector>()) in main()
Dadaptive_pool_test.cpp50 typedef vector<int, shmem_node_allocator_t> MyShmVector; typedef
61 if(test::vector_test<managed_shared_memory, MyShmVector>()) in main()
Dnode_allocator_test.cpp49 typedef vector<int, shmem_node_allocator_t> MyShmVector; typedef
58 if(test::vector_test<managed_shared_memory, MyShmVector>()) in main()
Dcached_adaptive_pool_test.cpp52 typedef vector<int, cached_node_allocator_t> MyShmVector; typedef
63 if(test::vector_test<managed_shared_memory, MyShmVector>()) in main()
Dcached_node_allocator_test.cpp50 typedef vector<int, cached_node_allocator_t> MyShmVector; typedef
59 if(test::vector_test<managed_shared_memory, MyShmVector>()) in main()
Dprivate_node_allocator_test.cpp49 typedef vector<int, priv_node_allocator_t> MyShmVector; typedef
58 if(test::vector_test<managed_shared_memory, MyShmVector>()) in main()