Home | History | Annotate | Download | only in base

Lines Matching refs:DeletionTestValue

157 class DeletionTestValue : public Value {
159 explicit DeletionTestValue(bool* deletion_flag) : Value(TYPE_NULL) {
169 virtual ~DeletionTestValue() {
182 list.Append(new DeletionTestValue(&deletion_flag));
189 list.Append(new DeletionTestValue(&deletion_flag));
197 list.Append(new DeletionTestValue(&deletion_flag));
210 list.Append(new DeletionTestValue(&deletion_flag));
226 list.Append(new DeletionTestValue(&deletion_flag));
235 DeletionTestValue* value = new DeletionTestValue(&deletion_flag);
252 dict.Set(key, new DeletionTestValue(&deletion_flag));
259 dict.Set(key, new DeletionTestValue(&deletion_flag));
267 dict.Set(key, new DeletionTestValue(&deletion_flag));
281 dict.Set(key, new DeletionTestValue(&deletion_flag));
295 dict.Set(key, new DeletionTestValue(&deletion_flag));