Searched refs:KeyCmp (Results 1 – 4 of 4) sorted by relevance
/ndk/tests/device/test-gnustl-full/unit/ |
D | map_test.cpp | 311 struct KeyCmp struct 339 typedef map<Key, int, KeyCmp> Container; in template_methods() argument 388 typedef multimap<Key, int, KeyCmp> Container; in template_methods()
|
D | set_test.cpp | 368 struct KeyCmp struct 396 typedef set<Key, KeyCmp> KeySet; in template_methods() argument 443 typedef multiset<Key, KeyCmp> KeySet; in template_methods()
|
/ndk/tests/device/test-stlport/unit/ |
D | map_test.cpp | 311 struct KeyCmp struct 339 typedef map<Key, int, KeyCmp> Container; in template_methods() argument 388 typedef multimap<Key, int, KeyCmp> Container; in template_methods()
|
D | set_test.cpp | 368 struct KeyCmp struct 396 typedef set<Key, KeyCmp> KeySet; in template_methods() argument 443 typedef multiset<Key, KeyCmp> KeySet; in template_methods()
|