Searched defs:umaptype (Results 1 – 2 of 2) sorted by relevance
/ndk/tests/device/test-gnustl-full/unit/ |
D | unordered_test.cpp | 158 typedef unordered_map<int, int, hash<int>, equal_to<int> > umaptype; in umap() typedef 227 typedef unordered_multimap<int, int, hash<int>, equal_to<int> > umaptype; in umultimap() typedef
|
/ndk/tests/device/test-stlport/unit/ |
D | unordered_test.cpp | 158 typedef unordered_map<int, int, hash<int>, equal_to<int> > umaptype; in umap() typedef 227 typedef unordered_multimap<int, int, hash<int>, equal_to<int> > umaptype; in umultimap() typedef
|