Searched refs:scoped_null (Results 1 – 2 of 2) sorted by relevance
383 scoped_ptr<Value> scoped_null = Value::CreateNullValue(); in TEST() local384 Value* original_null = scoped_null.get(); in TEST()385 original_dict.Set("null", std::move(scoped_null)); in TEST()581 scoped_ptr<Value> scoped_null(Value::CreateNullValue()); in TEST() local582 Value* original_null = scoped_null.get(); in TEST()583 original_dict.Set("null", std::move(scoped_null)); in TEST()
397 scoped_ptr<Value> scoped_null = Value::CreateNullValue(); in TEST() local398 Value* original_null = scoped_null.get(); in TEST()399 original_dict.Set("null", std::move(scoped_null)); in TEST()615 scoped_ptr<Value> scoped_null(Value::CreateNullValue()); in TEST() local616 Value* original_null = scoped_null.get(); in TEST()617 original_dict.Set("null", std::move(scoped_null)); in TEST()