Searched defs:Container (Results 1 – 4 of 4) sorted by relevance
/ndk/tests/device/test-stlport/unit/ |
D | map_test.cpp | 339 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
|
D | unordered_test.cpp | 572 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/ |
D | map_test.cpp | 339 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
|
D | unordered_test.cpp | 572 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
|