OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:gDestructorThrowTarget
(Results
1 - 2
of
2
) sorted by null
/ndk/sources/cxx-stl/gabi++/tests/
test_vector2.cpp
60
int
gDestructorThrowTarget
;
69
if ( ++gDestructorCounter ==
gDestructorThrowTarget
)
87
gDestructorThrowTarget
= 5;
test_vector1.cpp
58
int
gDestructorThrowTarget
;
67
if ( ++gDestructorCounter ==
gDestructorThrowTarget
)
176
gDestructorThrowTarget
= -1;
202
gDestructorThrowTarget
= -1;
233
gDestructorThrowTarget
= 15;
261
gDestructorThrowTarget
= 5;
Completed in 91 milliseconds