Searched refs:NonConstKeyPair (Results 1 – 3 of 3) sorted by relevance
/external/cronet/stable/third_party/libc++/src/test/std/containers/ |
D | map_allocator_requirement_test_templates.h | 162 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 …]
|
/external/libcxx/test/std/containers/ |
D | map_allocator_requirement_test_templates.h | 162 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 …]
|
/external/cronet/tot/third_party/libc++/src/test/std/containers/ |
D | map_allocator_requirement_test_templates.h | 162 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 …]
|