Home
last modified time | relevance | path

Searched refs:dstItem (Results 1 – 1 of 1) sorted by relevance

/external/stlport/test/eh/
Dtest_insert.h199 DstIter dstItem; in VerifyInsertion() local
200 dstItem = EH_STD::find( first1, original.end(), *p.first ); in VerifyInsertion()
201 EH_ASSERT( dstItem != original.end() ); in VerifyInsertion()
202 *last_from_orig = dstItem; in VerifyInsertion()