Home
last modified time | relevance | path

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

/external/stlport/test/eh/
Dtest_insert.h45 size_t CountNewItems( const C&, const Iter& firstNew, in CountNewItems() function
58 size_t CountNewItems( const C& c, const Iter& firstNew, in CountNewItems() function
61 return CountNewItems( c, firstNew, lastNew, sequence_container_tag() ); in CountNewItems()
65 size_t CountNewItems( const C& c, const Iter& firstNew, in CountNewItems() function
68 return CountNewItems( c, firstNew, lastNew, sequence_container_tag() ); in CountNewItems()
149 size_t CountNewItems( const C& original, const Iter& firstNew, in CountNewItems() function
157 size_t CountNewItems( const C& original, const Iter& firstNew, in CountNewItems() function
286 CountNewItems( original, firstNew, lastNew, in VerifyInsertion()