Home
last modified time | relevance | path

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

/system/core/libutils/
DRefBase_test.cpp132 bool isDeleted, isDeleted2, isDeleted3; in TEST() local
134 Foo* foo2 = new Foo(&isDeleted2); in TEST()
161 ASSERT_TRUE(isDeleted2); in TEST()
216 bool isDeleted, isDeleted2; in TEST() local
223 FooFixedAlloc* foo2 = new FooFixedAlloc(&isDeleted2); in TEST()
224 ASSERT_FALSE(isDeleted2); in TEST()