Home
last modified time | relevance | path

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

/external/libweave/third_party/chromium/base/
Dvalues_unittest.cc164 class DeletionTestValue : public Value { class
166 explicit DeletionTestValue(bool* deletion_flag) : Value(TYPE_NULL) { in DeletionTestValue() function in base::DeletionTestValue
176 ~DeletionTestValue() override { *deletion_flag_ = true; } in ~DeletionTestValue()
187 list.Append(make_scoped_ptr(new DeletionTestValue(&deletion_flag))); in TEST()
194 list.Append(make_scoped_ptr(new DeletionTestValue(&deletion_flag))); in TEST()
202 list.Append(make_scoped_ptr(new DeletionTestValue(&deletion_flag))); in TEST()
215 list.Append(make_scoped_ptr(new DeletionTestValue(&deletion_flag))); in TEST()
231 list.Append(make_scoped_ptr(new DeletionTestValue(&deletion_flag))); in TEST()
240 scoped_ptr<DeletionTestValue> value(new DeletionTestValue(&deletion_flag)); in TEST()
241 DeletionTestValue* original_value = value.get(); in TEST()
[all …]
/external/libchrome/base/
Dvalues_unittest.cc178 class DeletionTestValue : public Value { class
180 explicit DeletionTestValue(bool* deletion_flag) : Value(TYPE_NULL) { in DeletionTestValue() function in base::DeletionTestValue
190 ~DeletionTestValue() override { *deletion_flag_ = true; } in ~DeletionTestValue()
201 list.Append(make_scoped_ptr(new DeletionTestValue(&deletion_flag))); in TEST()
208 list.Append(make_scoped_ptr(new DeletionTestValue(&deletion_flag))); in TEST()
216 list.Append(make_scoped_ptr(new DeletionTestValue(&deletion_flag))); in TEST()
229 list.Append(make_scoped_ptr(new DeletionTestValue(&deletion_flag))); in TEST()
245 list.Append(make_scoped_ptr(new DeletionTestValue(&deletion_flag))); in TEST()
254 scoped_ptr<DeletionTestValue> value(new DeletionTestValue(&deletion_flag)); in TEST()
255 DeletionTestValue* original_value = value.get(); in TEST()
[all …]