Home
last modified time | relevance | path

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

/reactos/sdk/lib/3rdparty/stlport/test/eh/
H A Dtest_insert.h81 typedef typename C::const_iterator const_iter; in CountUniqueItems_Aux() typedef
101 if ( const_iter(original.find( *tmp )) == const_iter(original.end()) ) in CountUniqueItems_Aux()