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

/ndk/tests/device/test-gnustl-full/unit/
H A Dset_test.cpp132 pair<set<int>::const_iterator, set<int>::const_iterator> pcit; local
167 pcit = s.equal_range(6);
168 CPPUNIT_ASSERT( pcit.first != pcit.second );
169 CPPUNIT_ASSERT( pcit.first != s.end() );
170 CPPUNIT_ASSERT( *pcit.first == 6 );
171 CPPUNIT_ASSERT( pcit.second != s.end() );
172 CPPUNIT_ASSERT( *pcit.second == 7 );
184 pcit = crs.equal_range(6);
185 CPPUNIT_ASSERT( pcit
[all...]
/ndk/tests/device/test-stlport/unit/
H A Dset_test.cpp132 pair<set<int>::const_iterator, set<int>::const_iterator> pcit; local
167 pcit = s.equal_range(6);
168 CPPUNIT_ASSERT( pcit.first != pcit.second );
169 CPPUNIT_ASSERT( pcit.first != s.end() );
170 CPPUNIT_ASSERT( *pcit.first == 6 );
171 CPPUNIT_ASSERT( pcit.second != s.end() );
172 CPPUNIT_ASSERT( *pcit.second == 7 );
184 pcit = crs.equal_range(6);
185 CPPUNIT_ASSERT( pcit
[all...]

Completed in 35 milliseconds