Home
last modified time | relevance | path

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

/llvm-project/libcxx/test/std/containers/
H A Dmap_allocator_requirement_test_templates.h162 typedef typename std::pair<Key, Mapped> NonConstKeyPair; in testMapInsertHint() typedef
253 const NonConstKeyPair v(42, 1); in testMapInsertHint()
254 cc->expect<const NonConstKeyPair&>(); in testMapInsertHint()
261 const NonConstKeyPair v2(42, 1); in testMapInsertHint()
270 NonConstKeyPair v(42, 1); in testMapInsertHint()
271 cc->expect<NonConstKeyPair&&>(); in testMapInsertHint()
278 NonConstKeyPair v2(42, 1); in testMapInsertHint()
295 typedef typename std::pair<Key, Mapped> NonConstKeyPair; in testMapEmplace() typedef
353 const NonConstKeyPair v(42, 1); in testMapEmplace()
354 cc->expect<const NonConstKeyPair&>(); in testMapEmplace()
[all …]