Home
last modified time | relevance | path

Searched refs:some_key (Results 1 – 4 of 4) sorted by relevance

/external/libcxx/test/std/containers/associative/map/map.modifiers/
Dextract_iterator.pass.cpp27 auto some_key = c.cbegin()->first; in test() local
35 t.key() = some_key; in test()
36 assert(t.key() == some_key); in test()
/external/libcxx/test/std/containers/unord/unord.multimap/unord.multimap.modifiers/
Dextract_iterator.pass.cpp27 auto some_key = c.cbegin()->first; in test() local
35 t.key() = some_key; in test()
36 assert(t.key() == some_key); in test()
/external/libcxx/test/std/containers/unord/unord.map/unord.map.modifiers/
Dextract_iterator.pass.cpp27 auto some_key = c.cbegin()->first; in test() local
35 t.key() = some_key; in test()
36 assert(t.key() == some_key); in test()
/external/libcxx/test/std/containers/associative/multimap/multimap.modifiers/
Dextract_iterator.pass.cpp27 auto some_key = c.cbegin()->first; in test() local
35 t.key() = some_key; in test()
36 assert(t.key() == some_key); in test()