Searched defs:istr_content (Results 1 - 1 of 1) sorted by relevance

/external/stlport/test/unit/
H A Dstring_test.cpp1284 string istr_content; local
1285 istr >> istr_content; local
1287 CPPUNIT_ASSERT( istr_content == str );
1292 string istr_content; local
1293 istr >> istr_content; local
1295 CPPUNIT_ASSERT( istr_content == "STL" );

Completed in 51 milliseconds