Searched refs:DeletionTestValue (Results 1 – 1 of 1) sorted by relevance
153 class DeletionTestValue : public Value { class155 explicit DeletionTestValue(bool* deletion_flag) : Value(TYPE_NULL) { in DeletionTestValue() function in DeletionTestValue165 ~DeletionTestValue() { in ~DeletionTestValue()178 list.Append(new DeletionTestValue(&deletion_flag)); in TEST_F()185 list.Append(new DeletionTestValue(&deletion_flag)); in TEST_F()193 list.Append(new DeletionTestValue(&deletion_flag)); in TEST_F()206 list.Append(new DeletionTestValue(&deletion_flag)); in TEST_F()223 list.Append(new DeletionTestValue(&deletion_flag)); in TEST_F()232 DeletionTestValue* value = new DeletionTestValue(&deletion_flag); in TEST_F()247 dict.Set(key, new DeletionTestValue(&deletion_flag)); in TEST_F()[all …]