/third_party/boost/libs/multi_index/test/ |
D | test_projection.cpp | 22 employee_set es; in test_projection() 29 employee_set::iterator it,itbis; in test_projection() 37 employee_set::iterator, in test_projection() 38 nth_index_iterator<employee_set,0>::type >::value)); in test_projection() 41 nth_index_iterator<employee_set,1>::type >::value)); in test_projection() 45 index_iterator<employee_set,age>::type >::value)); in test_projection() 49 employee_set::index_iterator<age>::type >::value)); in test_projection() 53 nth_index_iterator<employee_set,3>::type >::value)); in test_projection() 56 nth_index_iterator<employee_set,4>::type >::value)); in test_projection() 59 nth_index_iterator<employee_set,5>::type >::value)); in test_projection() [all …]
|
D | test_copy_assignment.cpp | 96 employee_set produce_employee_set() in produce_employee_set() 98 employee_set es; in produce_employee_set() 108 employee_set es; in test_copy_assignment() 109 employee_set es2(es); in test_copy_assignment() 111 employee_set::allocator_type al=es.get_allocator(); in test_copy_assignment() 128 employee_set es3(es2); in test_copy_assignment() 135 employee_set es4=employee_set(non_std_allocator<employee>()); in test_copy_assignment() 141 employee_set es5=employee_set(employee_set::ctor_args_list()); in test_copy_assignment() 147 employee_set es6; in test_copy_assignment() 153 employee_set es7; in test_copy_assignment() [all …]
|
D | employee.hpp | 128 non_std_allocator<employee> > employee_set; typedef 132 employee_set,1>::type employee_set_by_name; 134 typedef employee_set::nth_index<1>::type employee_set_by_name; 138 employee_set,age>::type employee_set_by_age; 140 employee_set,as_inserted>::type employee_set_as_inserted; 142 employee_set,ssn>::type employee_set_by_ssn; 146 employee_set,randomly>::type employee_set_randomly; 148 typedef employee_set::index<
|
D | test_conv_iterators.cpp | 23 employee_set es; in test_conv_iterators() 27 const employee_set& ces=es; in test_conv_iterators() 28 employee_set::iterator it=es.find(employee(2,"John",40,7889)); in test_conv_iterators() 29 employee_set::const_iterator it1=es.find(employee(2,"John",40,7889)); in test_conv_iterators() 30 employee_set::const_iterator it2=ces.find(employee(2,"John",40,7889)); in test_conv_iterators()
|
D | test_capacity.cpp | 22 employee_set es; in test_capacity() 72 employee_set::size_type c=rs.capacity(); in test_capacity()
|
D | test_comparison.cpp | 45 employee_set es; in test_comparison() 57 employee_set es2; in test_comparison()
|
D | test_safe_mode.cpp | 419 key_based_index_policy_base<employee_set,0> 424 key_based_index_policy_base<employee_set,1> 429 non_key_based_index_policy_base<employee_set,3> 434 non_key_based_index_policy_base<employee_set,5>
|
D | test_observers.cpp | 24 employee_set es; in test_observers()
|
D | test_modifiers.cpp | 162 employee_set es; in test_modifiers() 321 employee_set es_backup(es); in test_modifiers() 323 employee_set es2; in test_modifiers() 328 employee_set es2_backup(es2); in test_modifiers()
|
D | test_special_set_ops.cpp | 66 employee_set es; in test_special_set_ops()
|
D | test_set_ops.cpp | 59 employee_set es; in test_set_ops()
|
D | test_update.cpp | 93 employee_set es; in test_update() 103 employee_set::iterator it=es.find(employee(0,"Joe",31,1123)); in test_update()
|
D | test_basic.cpp | 65 employee_set es; in test_basic()
|
D | test_iterators.cpp | 228 employee_set es; in test_iterators()
|
/third_party/boost/libs/assign/test/ |
D | multi_index_container.cpp | 94 employee_set; typedef 98 employee_set,1>::type employee_set_by_name; 100 typedef employee_set::nth_index<1>::type employee_set_by_name; 104 employee_set,age>::type employee_set_by_age; 106 employee_set,as_inserted>::type employee_set_as_inserted; 123 employee_set eset = ba::list_of< employee >(1,"Franz",30)(2,"Hanz",40)(3,"Ilse",50); in test_multi_index_container()
|
/third_party/boost/libs/interprocess/example/ |
D | doc_multi_index.cpp | 70 > employee_set; typedef 105 employee_set *es = segment.construct<employee_set> in main() 107 ( employee_set::ctor_args_list() in main()
|
/third_party/boost/libs/multi_index/example/ |
D | basic.cpp | 69 > employee_set; typedef 89 employee_set es; in main()
|