Searched refs:MyShmVector (Results 1 – 7 of 7) sorted by relevance
/third_party/boost/libs/interprocess/test/ |
D | vector_test.hpp | 75 ,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()
|
D | private_adaptive_pool_test.cpp | 49 typedef vector<int, priv_node_allocator_t> MyShmVector; typedef 58 if(test::vector_test<managed_shared_memory, MyShmVector>()) in main()
|
D | adaptive_pool_test.cpp | 50 typedef vector<int, shmem_node_allocator_t> MyShmVector; typedef 61 if(test::vector_test<managed_shared_memory, MyShmVector>()) in main()
|
D | node_allocator_test.cpp | 49 typedef vector<int, shmem_node_allocator_t> MyShmVector; typedef 58 if(test::vector_test<managed_shared_memory, MyShmVector>()) in main()
|
D | cached_adaptive_pool_test.cpp | 52 typedef vector<int, cached_node_allocator_t> MyShmVector; typedef 63 if(test::vector_test<managed_shared_memory, MyShmVector>()) in main()
|
D | cached_node_allocator_test.cpp | 50 typedef vector<int, cached_node_allocator_t> MyShmVector; typedef 59 if(test::vector_test<managed_shared_memory, MyShmVector>()) in main()
|
D | private_node_allocator_test.cpp | 49 typedef vector<int, priv_node_allocator_t> MyShmVector; typedef 58 if(test::vector_test<managed_shared_memory, MyShmVector>()) in main()
|