Home
last modified time | relevance | path

Searched refs:mValue (Results 1 – 2 of 2) sorted by relevance

/ndk/tests/standalone/init-fini-arrays/
Dfoo.cpp21 Foo() : mValue(1) {} in Foo()
22 ~Foo() { mValue = 0; } in ~Foo()
24 int mValue; member in Foo
/ndk/sources/cxx-stl/gabi++/tests/
Dtest_guard.cpp13 Foo() { mValue++; } in Foo()
14 int getValue() { return mValue; } in getValue()
16 static int mValue; member in Foo
19 int Foo::mValue; member in Foo