Lines Matching refs:DeletionTestValue
153 class DeletionTestValue : public Value {
155 explicit DeletionTestValue(bool* deletion_flag) : Value(TYPE_NULL) {
165 ~DeletionTestValue() {
178 list.Append(new DeletionTestValue(&deletion_flag));
185 list.Append(new DeletionTestValue(&deletion_flag));
193 list.Append(new DeletionTestValue(&deletion_flag));
206 list.Append(new DeletionTestValue(&deletion_flag));
223 list.Append(new DeletionTestValue(&deletion_flag));
232 DeletionTestValue* value = new DeletionTestValue(&deletion_flag);
247 dict.Set(key, new DeletionTestValue(&deletion_flag));
254 dict.Set(key, new DeletionTestValue(&deletion_flag));
262 dict.Set(key, new DeletionTestValue(&deletion_flag));
276 dict.Set(key, new DeletionTestValue(&deletion_flag));
291 dict.Set(key, new DeletionTestValue(&deletion_flag));