Home | History | Annotate | Download | only in unit

Lines Matching full:strs

625     vector<string> strs;
630 strs.push_back(it->front());
639 CPPUNIT_ASSERT( strs.size() == 10 * 10 );
640 vector<string>::iterator it(strs.begin()), itEnd(strs.end());
654 vector<string> strs;
659 strs.push_back(it->front());
668 CPPUNIT_ASSERT( strs.size() == 10 * 10 );
669 vector<string>::iterator it(strs.begin()), itEnd(strs.end());
678 vector<string> strs;
683 strs.push_back(it->front());
692 CPPUNIT_ASSERT( strs.size() == 10 * 10 );
693 vector<string>::iterator it(strs.begin()), itEnd(strs.end());
703 vector<string> strs;
708 strs.push_back(it->front());
717 CPPUNIT_ASSERT( strs.size() == 10 * 10 );
718 vector<string>::iterator it(strs.begin()), itEnd(strs.end());
732 vector<string> strs;
737 strs.push_back(*it->begin());
746 CPPUNIT_ASSERT( strs.size() == 10 * 10 );
747 vector<string>::iterator it(strs.begin()), itEnd(strs.end());
762 vector<string> strs;
767 strs.push_back(*it->begin());
776 CPPUNIT_ASSERT( strs.size() == 10 * 10 );
777 vector<string>::iterator it(strs.begin()), itEnd(strs.end());