Home | History | Annotate | Download | only in depool

Lines Matching refs:found

48 		deBool found	= deTestMultiSet_exists(set, (deInt16)i);
49 DE_TEST_ASSERT(found == inserted);
60 deBool found = deTestMultiSet_exists(set, (deInt16)i);
61 DE_TEST_ASSERT(found == inserted);
73 deBool found = deTestMultiSet_exists(set, (deInt16)i);
74 DE_TEST_ASSERT(found == inserted);
94 deBool found = deTestMultiSet_exists(set, (deInt16)i);
101 DE_TEST_ASSERT(found == (count > 0));
114 deBool found = deTestMultiSet_exists(set, (deInt16)i);
120 DE_TEST_ASSERT(found == (count > 0));
135 deBool found = deTestMultiSet_exists(set, (deInt16)i);
141 DE_TEST_ASSERT(found == (count > 0));