Home
last modified time | relevance | path

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

/external/libchrome/base/
Dvalues_unittest.cc412 std::unique_ptr<StringValue> scoped_string(new StringValue("hello")); in TEST() local
413 StringValue* original_string = scoped_string.get(); in TEST()
414 original_dict.Set("string", std::move(scoped_string)); in TEST()
633 std::unique_ptr<StringValue> scoped_string(new StringValue("hello")); in TEST() local
634 Value* original_string = scoped_string.get(); in TEST()
635 original_dict.Set("string", std::move(scoped_string)); in TEST()