Searched refs:key2 (Results 1 – 7 of 7) 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 369 cont.insert(value(&key2, 2)); in template_methods() 416 Key key1(1), key2(2), key3(3), key4(4); in template_methods() local 418 cont.insert(value(&key2, 2)); in template_methods()
|
D | set_test.cpp | 422 Key key1(1), key2(2), key3(3), key4(4); in template_methods() local 424 keySet.insert(&key2); in template_methods() 469 Key key1(1), key2(2), key3(3), key4(4); in template_methods() local 471 keySet.insert(&key2); in template_methods()
|
D | unordered_test.cpp | 595 Key key1(1), key2(2), key3(3), key4(4); in template_methods() local 597 cont.insert(&key2); in template_methods() 636 Key key1(1), key2(2), key3(3), key4(4); in template_methods() local 638 cont.insert(&key2); 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 369 cont.insert(value(&key2, 2)); in template_methods() 416 Key key1(1), key2(2), key3(3), key4(4); in template_methods() local 418 cont.insert(value(&key2, 2)); in template_methods()
|
D | set_test.cpp | 422 Key key1(1), key2(2), key3(3), key4(4); in template_methods() local 424 keySet.insert(&key2); in template_methods() 469 Key key1(1), key2(2), key3(3), key4(4); in template_methods() local 471 keySet.insert(&key2); in template_methods()
|
D | unordered_test.cpp | 595 Key key1(1), key2(2), key3(3), key4(4); in template_methods() local 597 cont.insert(&key2); in template_methods() 636 Key key1(1), key2(2), key3(3), key4(4); in template_methods() local 638 cont.insert(&key2); in template_methods()
|
/ndk/build/gmsl/ |
D | gmsl-tests | 403 $(call test_assert,$(call get,myarray,key2),) 406 $(call test_assert,$(call defined,myarray,key2),) 408 $(call set,myarray,key2,value2) 409 $(call test_assert,$(call keys,myarray),key1 key2)
|