OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:count_construct
(Results
1 - 2
of
2
) sorted by null
/ndk/sources/cxx-stl/gabi++/tests/
test_vector1.cpp
51
CTOR_RETURN_TYPE
count_construct
( void *p ) { ++gCounter; CTOR_RETURN(p); }
function
134
one = __cxxabiv1::__cxa_vec_new ( 10, 40, 0,
count_construct
, count_destruct );
135
two = __cxxabiv1::__cxa_vec_new2( 10, 40, 0,
count_construct
, count_destruct, my_alloc2, my_dealloc2 );
136
three = __cxxabiv1::__cxa_vec_new3( 10, 40, 0,
count_construct
, count_destruct, my_alloc2, my_dealloc3 );
151
one = __cxxabiv1::__cxa_vec_new ( 10, 40, 8,
count_construct
, count_destruct );
152
two = __cxxabiv1::__cxa_vec_new2( 10, 40, 8,
count_construct
, count_destruct, my_alloc2, my_dealloc2 );
153
three = __cxxabiv1::__cxa_vec_new3( 10, 40, 8,
count_construct
, count_destruct, my_alloc2, my_dealloc3 );
test_vector2.cpp
53
CTOR_RETURN_TYPE
count_construct
( void *p ) { ++gCounter; CTOR_RETURN(p); }
function
Completed in 70 milliseconds