OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:cleanupCount
(Results
1 - 3
of
3
) 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
;
/prebuilts/ndk/9/sources/cxx-stl/EH/gabi++/include/
cxxabi.h
299
int
cleanupCount
;
Completed in 54 milliseconds