HomeSort by relevance Sort by last modified time
    Searched full:my_construct (Results 1 - 6 of 6) sorted by null

  /external/libcxxabi/test/
test_vector1.cpp 32 void my_construct ( void *p ) { function
78 one = __cxxabiv1::__cxa_vec_new ( 10, 40, 0, my_construct, my_destruct );
79 two = __cxxabiv1::__cxa_vec_new2( 10, 40, 0, my_construct, my_destruct, my_alloc2, my_dealloc2 );
80 three = __cxxabiv1::__cxa_vec_new3( 10, 40, 0, my_construct, my_destruct, my_alloc2, my_dealloc3 );
96 one = __cxxabiv1::__cxa_vec_new ( 10, 40, 8, my_construct, my_destruct );
97 two = __cxxabiv1::__cxa_vec_new2( 10, 40, 8, my_construct, my_destruct, my_alloc2, my_dealloc2 );
98 three = __cxxabiv1::__cxa_vec_new3( 10, 40, 8, my_construct, my_destruct, my_alloc2, my_dealloc3 );
test_vector2.cpp 34 void my_construct ( void *p ) { function
  /ndk/sources/cxx-stl/gabi++/tests/
test_vector1.cpp 40 CTOR_RETURN_TYPE my_construct ( void *p ) { function
98 one = __cxxabiv1::__cxa_vec_new ( 10, 40, 0, my_construct, my_destruct );
99 two = __cxxabiv1::__cxa_vec_new2( 10, 40, 0, my_construct, my_destruct, my_alloc2, my_dealloc2 );
100 three = __cxxabiv1::__cxa_vec_new3( 10, 40, 0, my_construct, my_destruct, my_alloc2, my_dealloc3 );
116 one = __cxxabiv1::__cxa_vec_new ( 10, 40, 8, my_construct, my_destruct );
117 two = __cxxabiv1::__cxa_vec_new2( 10, 40, 8, my_construct, my_destruct, my_alloc2, my_dealloc2 );
118 three = __cxxabiv1::__cxa_vec_new3( 10, 40, 8, my_construct, my_destruct, my_alloc2, my_dealloc3 );
test_vector2.cpp 42 CTOR_RETURN_TYPE my_construct ( void *p ) { function
  /ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/test/
test_vector1.cpp 32 void my_construct ( void *p ) { function
78 one = __cxxabiv1::__cxa_vec_new ( 10, 40, 0, my_construct, my_destruct );
79 two = __cxxabiv1::__cxa_vec_new2( 10, 40, 0, my_construct, my_destruct, my_alloc2, my_dealloc2 );
80 three = __cxxabiv1::__cxa_vec_new3( 10, 40, 0, my_construct, my_destruct, my_alloc2, my_dealloc3 );
96 one = __cxxabiv1::__cxa_vec_new ( 10, 40, 8, my_construct, my_destruct );
97 two = __cxxabiv1::__cxa_vec_new2( 10, 40, 8, my_construct, my_destruct, my_alloc2, my_dealloc2 );
98 three = __cxxabiv1::__cxa_vec_new3( 10, 40, 8, my_construct, my_destruct, my_alloc2, my_dealloc3 );
test_vector2.cpp 34 void my_construct ( void *p ) { function

Completed in 87 milliseconds