Searched defs:three (Results 1 - 1 of 1) sorted by relevance

/ndk/sources/cxx-stl/gabi++/tests/
H A Dtest_vector1.cpp86 void *one, *two, *three; local
91 three = __cxxabiv1::__cxa_vec_new3( 10, 40, 0, NULL, NULL, my_alloc2, my_dealloc3 );
95 __cxxabiv1::__cxa_vec_delete3( three, 40, 0, NULL, my_dealloc3 );
100 three = __cxxabiv1::__cxa_vec_new3( 10, 40, 0, my_construct, my_destruct, my_alloc2, my_dealloc3 );
104 __cxxabiv1::__cxa_vec_delete3( three, 40, 0, my_destruct, my_dealloc3 );
109 three = __cxxabiv1::__cxa_vec_new3( 10, 40, 8, NULL, NULL, my_alloc2, my_dealloc3 );
113 __cxxabiv1::__cxa_vec_delete3( three, 40, 8, NULL, my_dealloc3 );
118 three = __cxxabiv1::__cxa_vec_new3( 10, 40, 8, my_construct, my_destruct, my_alloc2, my_dealloc3 );
122 __cxxabiv1::__cxa_vec_delete3( three, 40, 8, my_destruct, my_dealloc3 );
130 void *one, *two, *three; local
171 void *one, *two, *three; local
228 void *one, *two, *three; local
[all...]

Completed in 449 milliseconds