Searched refs:key4 (Results 1 – 6 of 6) sorted by relevance
/ndk/tests/device/test-gnustl-full/unit/ |
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()
|
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()
|
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()
|
/ndk/tests/device/test-stlport/unit/ |
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()
|
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()
|
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()
|