Home | History | Annotate | Download | only in unit

Lines Matching refs:bucket

93     lit = us.begin(us.bucket(i));
94 litEnd = us.end(us.bucket(i));
96 usettype::size_type bucket_pos = us.bucket(*lit);
98 CPPUNIT_ASSERT( us.bucket(*lit) == bucket_pos );
137 lit = us.begin(us.bucket(i));
138 litEnd = us.end(us.bucket(i));
140 usettype::size_type bucket_pos = us.bucket(*lit);
142 CPPUNIT_ASSERT( us.bucket(*lit) == bucket_pos );
207 lit = us.begin(us.bucket(i));
208 litEnd = us.end(us.bucket(i));
210 umaptype::size_type bucket_pos = us.bucket((*lit).first);
212 CPPUNIT_ASSERT( us.bucket((*lit).first) == bucket_pos );
247 lit = us.begin(us.bucket(i));
248 litEnd = us.end(us.bucket(i));
250 umaptype::size_type bucket_pos = us.bucket((*lit).first);
252 CPPUNIT_ASSERT( us.bucket((*lit).first) == bucket_pos );
385 //More specific test that tries to put many values in the same bucket
396 //Lets put 10 values in the targeted bucket:
401 //We put again 10 values in the targeted bucket and in reverse order:
588 CPPUNIT_ASSERT( ccont.bucket(2) == ccont.bucket(2) );
609 CPPUNIT_ASSERT( ccont.bucket(2) == ccont.bucket(2) );
629 CPPUNIT_ASSERT( ccont.bucket(2) == ccont.bucket(2) );
650 CPPUNIT_ASSERT( ccont.bucket(2) == ccont.bucket(2) );