Home
last modified time | relevance | path

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

/external/libweave/third_party/chromium/base/
Dvalues_unittest.cc383 scoped_ptr<Value> scoped_null = Value::CreateNullValue(); in TEST() local
384 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() local
582 Value* original_null = scoped_null.get(); in TEST()
583 original_dict.Set("null", std::move(scoped_null)); in TEST()
/external/libchrome/base/
Dvalues_unittest.cc397 scoped_ptr<Value> scoped_null = Value::CreateNullValue(); in TEST() local
398 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() local
616 Value* original_null = scoped_null.get(); in TEST()
617 original_dict.Set("null", std::move(scoped_null)); in TEST()