Home
last modified time | relevance | path

Searched defs:mmap (Results 1 – 4 of 4) sorted by relevance

/ndk/tests/device/test-gnustl-full/unit/
Dmap_test.cpp79 typedef multimap<char, int, less<char> > mmap; in mmap1() typedef
121 typedef multimap<int, char, less<int> > mmap; in mmap2() typedef
157 typedef multimap<int, char, less<int> > mmap; in iterators() typedef
Dhash_test.cpp116 typedef hash_multimap<char, int, hash<char>,equal_to<char> > mmap; in hmmap1() typedef
/ndk/tests/device/test-stlport/unit/
Dmap_test.cpp79 typedef multimap<char, int, less<char> > mmap; in mmap1() typedef
121 typedef multimap<int, char, less<int> > mmap; in mmap2() typedef
157 typedef multimap<int, char, less<int> > mmap; in iterators() typedef
Dhash_test.cpp116 typedef hash_multimap<char, int, hash<char>,equal_to<char> > mmap; in hmmap1() typedef