/external/stlport/test/unit/ |
unordered_test.cpp | 158 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::iterator umit 227 typedef unordered_multimap<int, int, hash<int>, equal_to<int> > umaptype; typedef [all...] |
/ndk/tests/device/test-gnustl-full/unit/ |
unordered_test.cpp | 158 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::iterator umit 227 typedef unordered_multimap<int, int, hash<int>, equal_to<int> > umaptype; typedef [all...] |
/ndk/tests/device/test-stlport/unit/ |
unordered_test.cpp | 158 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::iterator umit 227 typedef unordered_multimap<int, int, hash<int>, equal_to<int> > umaptype; typedef [all...] |