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

/external/stlport/test/unit/
H A Dunordered_test.cpp158 typedef unordered_map<int, int, hash<int>, equal_to<int> > umaptype; typedef
159 umaptype us;
162 umaptype us2;
168 typedef unordered_map<int, umaptype> uumaptype;
170 umaptype const& uref = uus[0];
171 umaptype ucopy = uus[0];
178 pair<umaptype::iterator, bool> ret;
180 umaptype::value_type p1(i, i);
185 umaptype::value_type p2(i, i + 1);
193 umaptype
227 typedef unordered_multimap<int, int, hash<int>, equal_to<int> > umaptype; typedef
[all...]

Completed in 10 milliseconds