Home
last modified time | relevance | path

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

/third_party/boost/libs/multi_index/test/
Dtest_projection.cpp22 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 …]
Dtest_copy_assignment.cpp96 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 …]
Demployee.hpp128 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<
Dtest_conv_iterators.cpp23 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()
Dtest_capacity.cpp22 employee_set es; in test_capacity()
72 employee_set::size_type c=rs.capacity(); in test_capacity()
Dtest_comparison.cpp45 employee_set es; in test_comparison()
57 employee_set es2; in test_comparison()
Dtest_safe_mode.cpp419 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>
Dtest_observers.cpp24 employee_set es; in test_observers()
Dtest_modifiers.cpp162 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()
Dtest_special_set_ops.cpp66 employee_set es; in test_special_set_ops()
Dtest_set_ops.cpp59 employee_set es; in test_set_ops()
Dtest_update.cpp93 employee_set es; in test_update()
103 employee_set::iterator it=es.find(employee(0,"Joe",31,1123)); in test_update()
Dtest_basic.cpp65 employee_set es; in test_basic()
Dtest_iterators.cpp228 employee_set es; in test_iterators()
/third_party/boost/libs/assign/test/
Dmulti_index_container.cpp94 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/
Ddoc_multi_index.cpp70 > 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/
Dbasic.cpp69 > employee_set; typedef
89 employee_set es; in main()