Searched defs:maptype (Results 1 – 4 of 4) sorted by relevance
/ndk/tests/device/test-gnustl-full/unit/ |
D | map_test.cpp | 49 typedef map<char, int, less<char> > maptype; in map1() typedef 229 typedef map<char, int, less<char> > maptype; in equal_range() typedef
|
D | hash_test.cpp | 79 typedef hash_map<char, crope, hash<char>, equal_to<char> > maptype; in hmap1() typedef
|
/ndk/tests/device/test-stlport/unit/ |
D | map_test.cpp | 49 typedef map<char, int, less<char> > maptype; in map1() typedef 229 typedef map<char, int, less<char> > maptype; in equal_range() typedef
|
D | hash_test.cpp | 79 typedef hash_map<char, crope, hash<char>, equal_to<char> > maptype; in hmap1() typedef
|