OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:gConstructorCounter
(Results
1 - 2
of
2
) sorted by null
/ndk/sources/cxx-stl/gabi++/tests/
test_vector2.cpp
57
int
gConstructorCounter
;
62
if (
gConstructorCounter
== gConstructorThrowTarget )
64
++
gConstructorCounter
;
85
gConstructorCounter
= gDestructorCounter = 0;
test_vector1.cpp
55
int
gConstructorCounter
;
60
if (
gConstructorCounter
== gConstructorThrowTarget )
62
++
gConstructorCounter
;
174
gConstructorCounter
= gDestructorCounter = 0;
193
if (
gConstructorCounter
- gDestructorCounter != 10 ) {
196
gConstructorCounter
, gDestructorCounter);
200
gConstructorCounter
= gDestructorCounter = 0;
215
if (
gConstructorCounter
!= gDestructorCounter ) {
218
gConstructorCounter
, gDestructorCounter);
231
gConstructorCounter
= gDestructorCounter = 0
[
all
...]
Completed in 929 milliseconds