OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:cleanupCount
(Results
1 - 2
of
2
) sorted by null
/ndk/sources/cxx-stl/gabi++/src/
call_unexpected.cc
140
header->
cleanupCount
+= 1;
141
if (header->
cleanupCount
== 1) { // First time
161
header->
cleanupCount
-= 1;
162
if (header->
cleanupCount
== 0) { // Last one
cxxabi_defines.h
295
int
cleanupCount
;
Completed in 101 milliseconds