Home | History | Annotate | Download | only in unittests

Lines Matching refs:exist

69   bool exist;
70 hashTable->insert(pA, exist);
94 bool exist;
96 HashTableTy::entry_type* val = hashTable->insert(key, exist);
99 EXPECT_FALSE(exist);
112 bool exist;
115 entry = hashTable->insert(key, exist);
117 EXPECT_FALSE(exist);
135 bool exist;
137 hashTable->insert(key, exist);
160 bool exist;
162 hashTable->insert(key, exist);
183 bool exist;
185 hashTable->insert(key, exist);
205 hashTable->insert(key, exist);
219 bool exist;
222 entry = hashTable->insert(key, exist);
241 bool exist;
244 entry = hashTable->insert(key, exist);
264 bool exist;
267 entry = hashTable->insert(key * 37, exist);
292 bool exist;
295 entry = hashTable->insert(key, exist);
296 ASSERT_FALSE(exist);