Home
last modified time | relevance | path

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

/ndk/tests/device/test-stlport/unit/
Dmap_test.cpp339 typedef map<Key, int, KeyCmp> Container; in template_methods() typedef
364 typedef map<Key*, int, KeyCmpPtr> Container; in template_methods() typedef
388 typedef multimap<Key, int, KeyCmp> Container; in template_methods() typedef
413 typedef multimap<Key const volatile*, int, KeyCmpPtr> Container; in template_methods() typedef
Dunordered_test.cpp572 typedef unordered_set<Key, KeyHash, KeyEqual> Container; in template_methods() typedef
593 typedef unordered_set<Key*, KeyHashPtr, KeyEqualPtr> Container; in template_methods() typedef
613 typedef unordered_multiset<Key, KeyHash, KeyEqual> Container; in template_methods() typedef
634 typedef unordered_multiset<Key const volatile*, KeyHashPtr, KeyEqualPtr> Container; in template_methods() typedef
/ndk/tests/device/test-gnustl-full/unit/
Dmap_test.cpp339 typedef map<Key, int, KeyCmp> Container; in template_methods() typedef
364 typedef map<Key*, int, KeyCmpPtr> Container; in template_methods() typedef
388 typedef multimap<Key, int, KeyCmp> Container; in template_methods() typedef
413 typedef multimap<Key const volatile*, int, KeyCmpPtr> Container; in template_methods() typedef
Dunordered_test.cpp572 typedef unordered_set<Key, KeyHash, KeyEqual> Container; in template_methods() typedef
593 typedef unordered_set<Key*, KeyHashPtr, KeyEqualPtr> Container; in template_methods() typedef
613 typedef unordered_multiset<Key, KeyHash, KeyEqual> Container; in template_methods() typedef
634 typedef unordered_multiset<Key const volatile*, KeyHashPtr, KeyEqualPtr> Container; in template_methods() typedef