Searched defs:NonConstKeyPair (Results 1 - 1 of 1) sorted by relevance

/external/libcxx/test/std/containers/
H A Dmap_allocator_requirement_test_templates.h166 typedef typename std::pair<Key, Mapped> NonConstKeyPair; typedef
257 const NonConstKeyPair v(42, 1);
258 cc->expect<const NonConstKeyPair&>();
265 const NonConstKeyPair v2(42, 1);
274 NonConstKeyPair v(42, 1);
275 cc->expect<NonConstKeyPair&&>();
282 NonConstKeyPair v2(42, 1);
299 typedef typename std::pair<Key, Mapped> NonConstKeyPair; typedef
359 const NonConstKeyPair v(42, 1);
360 cc->expect<const NonConstKeyPair
447 typedef typename std::pair<Key, Mapped> NonConstKeyPair; typedef
[all...]

Completed in 193 milliseconds