Searched refs:NonConstKeyPair (Results 1 – 1 of 1) sorted by relevance
162 typedef typename std::pair<Key, Mapped> NonConstKeyPair; in testMapInsertHint() typedef253 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() typedef353 const NonConstKeyPair v(42, 1); in testMapEmplace()354 cc->expect<const NonConstKeyPair&>(); in testMapEmplace()[all …]