Home
last modified time | relevance | path

Searched refs:KeySet (Results 1 – 2 of 2) sorted by relevance

/ndk/tests/device/test-stlport/unit/
Dset_test.cpp396 typedef set<Key, KeyCmp> KeySet; in template_methods() typedef
397 KeySet keySet; in template_methods()
412 KeySet const& ckeySet = keySet; in template_methods()
420 typedef set<Key*, KeyCmpPtr> KeySet; in template_methods() typedef
421 KeySet keySet; in template_methods()
436 KeySet const& ckeySet = keySet; in template_methods()
443 typedef multiset<Key, KeyCmp> KeySet; in template_methods() typedef
444 KeySet keySet; in template_methods()
459 KeySet const& ckeySet = keySet; in template_methods()
467 typedef multiset<Key const volatile*, KeyCmpPtr> KeySet; in template_methods() typedef
[all …]
/ndk/tests/device/test-gnustl-full/unit/
Dset_test.cpp396 typedef set<Key, KeyCmp> KeySet; in template_methods() typedef
397 KeySet keySet; in template_methods()
412 KeySet const& ckeySet = keySet; in template_methods()
420 typedef set<Key*, KeyCmpPtr> KeySet; in template_methods() typedef
421 KeySet keySet; in template_methods()
436 KeySet const& ckeySet = keySet; in template_methods()
443 typedef multiset<Key, KeyCmp> KeySet; in template_methods() typedef
444 KeySet keySet; in template_methods()
459 KeySet const& ckeySet = keySet; in template_methods()
467 typedef multiset<Key const volatile*, KeyCmpPtr> KeySet; in template_methods() typedef
[all …]