Searched refs:NonConstKeyPair (Results 1 – 1 of 1) sorted by relevance
252 const NonConstKeyPair v(42, 1); in testMapInsertHint()269 NonConstKeyPair v(42, 1); in testMapInsertHint()270 cc->expect<NonConstKeyPair&&>(); in testMapInsertHint()277 NonConstKeyPair v2(42, 1); in testMapInsertHint()352 const NonConstKeyPair v(42, 1); in testMapEmplace()365 NonConstKeyPair v(42, 1); in testMapEmplace()366 cc->expect<NonConstKeyPair&&>(); in testMapEmplace()371 NonConstKeyPair v2(42, 1); in testMapEmplace()516 const NonConstKeyPair v(42, 1); in testMapEmplaceHint()533 NonConstKeyPair v(42, 1); in testMapEmplaceHint()[all …]