Searched refs:KeyCmpPtr (Results 1 – 4 of 4) sorted by relevance
/ndk/tests/device/test-gnustl-full/unit/ |
D | map_test.cpp | 323 struct KeyCmpPtr struct 364 typedef map<Key*, int, KeyCmpPtr> Container; in template_methods() 413 typedef multimap<Key const volatile*, int, KeyCmpPtr> Container; in template_methods()
|
D | set_test.cpp | 380 struct KeyCmpPtr struct 420 typedef set<Key*, KeyCmpPtr> KeySet; in template_methods() 467 typedef multiset<Key const volatile*, KeyCmpPtr> KeySet; in template_methods()
|
/ndk/tests/device/test-stlport/unit/ |
D | map_test.cpp | 323 struct KeyCmpPtr struct 364 typedef map<Key*, int, KeyCmpPtr> Container; in template_methods() 413 typedef multimap<Key const volatile*, int, KeyCmpPtr> Container; in template_methods()
|
D | set_test.cpp | 380 struct KeyCmpPtr struct 420 typedef set<Key*, KeyCmpPtr> KeySet; in template_methods() 467 typedef multiset<Key const volatile*, KeyCmpPtr> KeySet; in template_methods()
|