Searched refs:key4 (Results 1 – 3 of 3) sorted by relevance
/reactos/sdk/lib/3rdparty/stlport/test/unit/ |
H A D | map_test.cpp | 367 Key key1(1), key2(2), key3(3), key4(4); in template_methods() local 371 cont.insert(value(&key4, 4)); in template_methods() 416 Key key1(1), key2(2), key3(3), key4(4); in template_methods() local 420 cont.insert(value(&key4, 4)); in template_methods()
|
H A D | set_test.cpp | 422 Key key1(1), key2(2), key3(3), key4(4); in template_methods() local 426 keySet.insert(&key4); in template_methods() 469 Key key1(1), key2(2), key3(3), key4(4); in template_methods() local 473 keySet.insert(&key4); in template_methods()
|
H A D | unordered_test.cpp | 595 Key key1(1), key2(2), key3(3), key4(4); in template_methods() local 599 cont.insert(&key4); in template_methods() 636 Key key1(1), key2(2), key3(3), key4(4); in template_methods() local 640 cont.insert(&key4); in template_methods()
|