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

/external/stlport/test/eh/
H A Dtest_insert.h45 size_t CountNewItems( const C&, const Iter& firstNew, argument
50 EH_DISTANCE( firstNew, lastNew, dist );
52 EH_DISTANCE( Iter(firstNew), Iter(lastNew), dist );
58 size_t CountNewItems( const C& c, const Iter& firstNew, argument
61 return CountNewItems( c, firstNew, lastNew, sequence_container_tag() );
65 size_t CountNewItems( const C& c, const Iter& firstNew, argument
68 return CountNewItems( c, firstNew, lastNew, sequence_container_tag() );
74 size_t CountUniqueItems_Aux( const C& original, const Iter& firstNew, argument
76 size_t CountUniqueItems_Aux( const C& original, Iter firstNew,
87 EH_DISTANCE( firstNew, lastNe
126 CountUniqueItems( const C& original, const Iter& firstNew, const Iter& lastNew, set_tag ) argument
135 CountUniqueItems( const C& original, const Iter& firstNew, const Iter& lastNew, map_tag ) argument
149 CountNewItems( const C& original, const Iter& firstNew, const Iter& lastNew, map_tag ) argument
157 CountNewItems( const C& original, const Iter& firstNew, const Iter& lastNew, set_tag ) argument
165 VerifyInsertion( const C& original, const C& result, const SrcIter& firstNew, const SrcIter& lastNew, size_t, associative_container_tag ) argument
218 VerifyInsertion( const C& original, const C& result, const SrcIter& firstNew, const SrcIter& lastNew, size_t, set_tag ) argument
227 VerifyInsertion(const C& original, const C& result, const SrcIter& firstNew, const SrcIter& lastNew, size_t, multiset_tag ) argument
236 VerifyInsertion( const C& original, const C& result, const SrcIter& firstNew, const SrcIter& lastNew, size_t, map_tag ) argument
245 VerifyInsertion( const C& original, const C& result, const SrcIter& firstNew, const SrcIter& lastNew, size_t, multimap_tag ) argument
254 VerifyInsertion( const C& original, const C& result, SrcIter firstNew, SrcIter lastNew, size_t insPos, sequence_container_tag ) argument
281 VerifyInsertion( const C& original, const C& result, const SrcIter& firstNew, const SrcIter& lastNew, size_t insPos ) argument
[all...]
/external/chromium_org/third_party/WebKit/Source/core/css/resolver/
H A DStyleResolver.cpp185 void StyleResolver::lazyAppendAuthorStyleSheets(unsigned firstNew, const Vector<RefPtr<CSSStyleSheet> >& styleSheets) argument
188 for (unsigned i = firstNew; i < size; ++i)
226 void StyleResolver::appendAuthorStyleSheets(unsigned firstNew, const Vector<RefPtr<CSSStyleSheet> >& styleSheets) argument
231 for (unsigned i = firstNew; i < size; ++i)

Completed in 105 milliseconds