• Home
  • Raw
  • Download

Lines Matching refs:MaxElem

35 const int MaxElem = 50;  variable
90 for(i = 0; i < MaxElem; ++i){ in map_test_copyable()
147 IntPairType aux_vect[MaxElem]; in map_test_range()
148 for(int i = 0; i < MaxElem; ++i){ in map_test_range()
154 StdValueType aux_vect2[MaxElem]; in map_test_range()
155 for(int i = 0; i < MaxElem; ++i){ in map_test_range()
159 IntPairType aux_vect3[MaxElem]; in map_test_range()
160 for(int i = 0; i < MaxElem; ++i){ in map_test_range()
168 … , boost::make_move_iterator(&aux_vect[0] + MaxElem), typename MyBoostMap::key_compare()); in map_test_range()
170 (&aux_vect2[0], &aux_vect2[0] + MaxElem, typename MyStdMap::key_compare()); in map_test_range()
175 … , boost::make_move_iterator(&aux_vect3[0] + MaxElem), typename MyBoostMap::key_compare()); in map_test_range()
177 (&aux_vect2[0], &aux_vect2[0] + MaxElem, typename MyStdMap::key_compare()); in map_test_range()
181 IntPairType aux_vect[MaxElem]; in map_test_range()
182 for(int i = 0; i < MaxElem; ++i){ in map_test_range()
188 StdValueType aux_vect2[MaxElem]; in map_test_range()
189 for(int i = 0; i < MaxElem; ++i){ in map_test_range()
193 IntPairType aux_vect3[MaxElem]; in map_test_range()
194 for(int i = 0; i < MaxElem; ++i){ in map_test_range()
202 … , boost::make_move_iterator(&aux_vect[0] + MaxElem), typename MyBoostMap::allocator_type()); in map_test_range()
204 (&aux_vect2[0], &aux_vect2[0] + MaxElem, typename MyStdMap::key_compare()); in map_test_range()
209 … , boost::make_move_iterator(&aux_vect3[0] + MaxElem), typename MyBoostMap::allocator_type()); in map_test_range()
211 (&aux_vect2[0], &aux_vect2[0] + MaxElem, typename MyStdMap::key_compare()); in map_test_range()
229 IntPairType aux_vect[MaxElem]; in map_test_step()
230 for(int i = 0; i < MaxElem; ++i){ in map_test_step()
239 StdValueType aux_vect2[MaxElem]; in map_test_step()
240 for(int i = 0; i < MaxElem; ++i){ in map_test_step()
244 IntPairType aux_vect3[MaxElem]; in map_test_step()
245 for(int i = 0; i < MaxElem; ++i){ in map_test_step()
253 , boost::make_move_iterator(&aux_vect[0] + MaxElem)); in map_test_step()
255 (&aux_vect2[0], &aux_vect2[0] + MaxElem); in map_test_step()
258 , boost::make_move_iterator(&aux_vect3[0] + MaxElem)); in map_test_step()
260 (&aux_vect2[0], &aux_vect2[0] + MaxElem); in map_test_step()
273 for(int i = 0; i < MaxElem; ++i){ in map_test_step()
279 for(int i = 0; i < MaxElem; ++i){ in map_test_step()
283 for(int i = 0; i < MaxElem; ++i){ in map_test_step()
307 , boost::make_move_iterator(&aux_vect[0] + MaxElem)); in map_test_step()
309 (&aux_vect2[0], &aux_vect2[0] + MaxElem); in map_test_step()
312 , boost::make_move_iterator(&aux_vect3[0] + MaxElem)); in map_test_step()
314 (&aux_vect2[0], &aux_vect2[0] + MaxElem); in map_test_step()
363 IntPairType aux_vect[MaxElem]; in map_test_insert()
364 for(int i = 0; i < MaxElem; ++i){ in map_test_insert()
369 IntPairType aux_vect3[MaxElem]; in map_test_insert()
370 for(int i = 0; i < MaxElem; ++i){ in map_test_insert()
376 for(int i = 0; i < MaxElem; ++i){ in map_test_insert()
437 IntPairType aux_vect[MaxElem]; in map_test_erase()
438 for(int i = 0; i < MaxElem; ++i){ in map_test_erase()
443 IntPairType aux_vect3[MaxElem]; in map_test_erase()
444 for(int i = 0; i < MaxElem; ++i){ in map_test_erase()
450 …insert(boost::make_move_iterator(&aux_vect[0]), boost::make_move_iterator(&aux_vect[0] + MaxElem)); in map_test_erase()
451 …sert(boost::make_move_iterator(&aux_vect3[0]), boost::make_move_iterator(&aux_vect3[0] + MaxElem)); in map_test_erase()
452 for(int i = 0; i != MaxElem; ++i){ in map_test_erase()
471 IntPairType aux_vect[MaxElem]; in map_test_erase()
472 for(int i = 0; i < MaxElem; ++i){ in map_test_erase()
478 IntPairType aux_vect3[MaxElem]; in map_test_erase()
479 for(int i = 0; i < MaxElem; ++i){ in map_test_erase()
485 IntPairType aux_vect4[MaxElem]; in map_test_erase()
486 for(int i = 0; i < MaxElem; ++i){ in map_test_erase()
492 IntPairType aux_vect5[MaxElem]; in map_test_erase()
493 for(int i = 0; i < MaxElem; ++i){ in map_test_erase()
499 …insert(boost::make_move_iterator(&aux_vect[0]), boost::make_move_iterator(&aux_vect[0] + MaxElem)); in map_test_erase()
500 …sert(boost::make_move_iterator(&aux_vect3[0]), boost::make_move_iterator(&aux_vect3[0] + MaxElem)); in map_test_erase()
501 …p.insert(boost::make_move_iterator(&aux_vect4[0]), boost::make_move_iterator(aux_vect4 + MaxElem)); in map_test_erase()
502 …p.insert(boost::make_move_iterator(&aux_vect5[0]), boost::make_move_iterator(aux_vect5 + MaxElem)); in map_test_erase()
504 for(int i = 0; i != MaxElem; ++i){ in map_test_erase()
535 IntPairType aux_vect[MaxElem]; in map_test_insert2()
536 for(int i = 0; i < MaxElem; ++i){ in map_test_insert2()
541 IntPairType aux_vect3[MaxElem]; in map_test_insert2()
542 for(int i = 0; i < MaxElem; ++i){ in map_test_insert2()
548 for(int i = 0; i < MaxElem; ++i){ in map_test_insert2()
558 for(int i = 0; i < MaxElem; ++i){ in map_test_insert2()
684 for(int i = 0; i < MaxElem; ++i){ in map_test_search()
749 IntPairType aux_vect[MaxElem]; in map_test_indexing()
750 for(int i = 0; i < MaxElem; ++i){ in map_test_indexing()
756 for(int i = 0; i < MaxElem; ++i){ in map_test_indexing()
780 IntPairType aux_vect[MaxElem]; in map_test_insert_or_assign_impl()
781 for(int i = 0; i < MaxElem; ++i){ in map_test_insert_or_assign_impl()
783 IntType i2(MaxElem-i); in map_test_insert_or_assign_impl()
787 IntPairType aux_vect2[MaxElem]; in map_test_insert_or_assign_impl()
788 for(int i = 0; i < MaxElem; ++i){ in map_test_insert_or_assign_impl()
794 for(int i = 0; i < MaxElem; ++i){ in map_test_insert_or_assign_impl()
796 stdmap[i] = MaxElem-i; in map_test_insert_or_assign_impl()
802 const IntType mapped(MaxElem-i); in map_test_insert_or_assign_impl()
809 for(int i = 0; i < MaxElem; ++i){ in map_test_insert_or_assign_impl()
827 IntPairType aux_vect[MaxElem]; in map_test_insert_or_assign_impl()
828 for(int i = 0; i < MaxElem; ++i){ in map_test_insert_or_assign_impl()
830 IntType i2(MaxElem-i); in map_test_insert_or_assign_impl()
834 IntPairType aux_vect2[MaxElem]; in map_test_insert_or_assign_impl()
835 for(int i = 0; i < MaxElem; ++i){ in map_test_insert_or_assign_impl()
841 for(int i = 0; i < MaxElem; ++i){ in map_test_insert_or_assign_impl()
843 stdmap[i] = MaxElem-i; in map_test_insert_or_assign_impl()
847 const IntType mapped(MaxElem-i); in map_test_insert_or_assign_impl()
854 for(int i = 0; i < MaxElem; ++i){ in map_test_insert_or_assign_impl()
900 IntPairType aux_vect[MaxElem]; in map_test_try_emplace()
901 for(int i = 0; i < MaxElem; ++i){ in map_test_try_emplace()
907 IntPairType aux_vect2[MaxElem]; in map_test_try_emplace()
908 for(int i = 0; i < MaxElem; ++i){ in map_test_try_emplace()
910 IntType i2(MaxElem-i); in map_test_try_emplace()
915 for(int i = 0; i < MaxElem; ++i){ in map_test_try_emplace()
937 for(int i = 0; i < MaxElem; ++i){ in map_test_try_emplace()
991 IntPairType aux_vect[MaxElem]; in map_test_merge()
992 for(int i = 0; i < MaxElem; ++i){ in map_test_merge()
998 IntPairType aux_vect2[MaxElem]; in map_test_merge()
999 for(int i = 0; i < MaxElem; ++i){ in map_test_merge()
1000 IntType i1(MaxElem/2+i); in map_test_merge()
1001 IntType i2(MaxElem-i); in map_test_merge()
1004 IntPairType aux_vect3[MaxElem]; in map_test_merge()
1005 for(int i = 0; i < MaxElem; ++i){ in map_test_merge()
1006 IntType i1(MaxElem*2/2+i); in map_test_merge()
1007 IntType i2(MaxElem*2+i); in map_test_merge()
1010 …insert(boost::make_move_iterator(&aux_vect[0]), boost::make_move_iterator(&aux_vect[0] + MaxElem)); in map_test_merge()
1011 …sert(boost::make_move_iterator(&aux_vect2[0]), boost::make_move_iterator(&aux_vect2[0] + MaxElem)); in map_test_merge()
1012 …sert(boost::make_move_iterator(&aux_vect3[0]), boost::make_move_iterator(&aux_vect3[0] + MaxElem)); in map_test_merge()
1014 for(int i = 0; i < MaxElem; ++i){ in map_test_merge()
1017 for(int i = 0; i < MaxElem; ++i){ in map_test_merge()
1018 stdmap.insert(StdPairType(MaxElem/2+i, MaxElem-i)); in map_test_merge()
1024 for(int i = 0; i < MaxElem; ++i){ in map_test_merge()
1025 stdmap.insert(StdPairType(MaxElem*2/2+i, MaxElem*2+i)); in map_test_merge()
1038 IntPairType aux_vect[MaxElem]; in map_test_merge()
1039 for(int i = 0; i < MaxElem; ++i){ in map_test_merge()
1045 IntPairType aux_vect2[MaxElem]; in map_test_merge()
1046 for(int i = 0; i < MaxElem; ++i){ in map_test_merge()
1047 IntType i1(MaxElem/2+i); in map_test_merge()
1048 IntType i2(MaxElem-i); in map_test_merge()
1051 IntPairType aux_vect3[MaxElem]; in map_test_merge()
1052 for(int i = 0; i < MaxElem; ++i){ in map_test_merge()
1053 IntType i1(MaxElem*2/2+i); in map_test_merge()
1054 IntType i2(MaxElem*2+i); in map_test_merge()
1057 …insert(boost::make_move_iterator(&aux_vect[0]), boost::make_move_iterator(&aux_vect[0] + MaxElem)); in map_test_merge()
1058 …sert(boost::make_move_iterator(&aux_vect2[0]), boost::make_move_iterator(&aux_vect2[0] + MaxElem)); in map_test_merge()
1059 …sert(boost::make_move_iterator(&aux_vect3[0]), boost::make_move_iterator(&aux_vect3[0] + MaxElem)); in map_test_merge()
1061 for(int i = 0; i < MaxElem; ++i){ in map_test_merge()
1064 for(int i = 0; i < MaxElem; ++i){ in map_test_merge()
1065 stdmultimap.insert(StdPairType(MaxElem/2+i, MaxElem-i)); in map_test_merge()
1070 for(int i = 0; i < MaxElem; ++i){ in map_test_merge()
1071 stdmultimap.insert(StdPairType(MaxElem*2/2+i, MaxElem*2+i)); in map_test_merge()