Home | History | Annotate | Download | only in unit

Lines Matching refs:first

1 //Has to be first for StackAllocator swap overload to be taken
66 CPPUNIT_ASSERT( p.first != m.end() );
67 CPPUNIT_ASSERT( (*p.first).first == 'c' );
68 CPPUNIT_ASSERT( (*p.first).second == 100 );
72 CPPUNIT_ASSERT( p.first != m.end() );
73 CPPUNIT_ASSERT( (*p.first).first == 'c' );
74 CPPUNIT_ASSERT( (*p.first).second == 100 );
90 mmap::iterator i = m.find('X'); // Find first match.
96 CPPUNIT_ASSERT((*i).first == 'X');
99 CPPUNIT_ASSERT((*i).first == 'X');
102 CPPUNIT_ASSERT((*i).first == 'Y');
135 CPPUNIT_ASSERT((*i).first==3);
139 CPPUNIT_ASSERT((*i).first==6);
213 CPPUNIT_ASSERT( (*ri).first == 6 );
215 CPPUNIT_ASSERT( (*ri).first == 6 );
221 CPPUNIT_ASSERT( (*rci).first == 6 );
223 CPPUNIT_ASSERT( (*rci).first == 6 );
236 CPPUNIT_ASSERT( ret.first != ret.second );
237 CPPUNIT_ASSERT( (*(ret.first)).first == 'x' );
238 CPPUNIT_ASSERT( (*(ret.first)).second == 10 );
239 CPPUNIT_ASSERT( ++(ret.first) == ret.second );
253 CPPUNIT_ASSERT( ret.first == ret.second );
254 CPPUNIT_ASSERT( ret.first == m.end() );
261 CPPUNIT_ASSERT( ret.first == ret.second );
262 CPPUNIT_ASSERT( ret.first == m.end() );