Home
last modified time | relevance | path

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

/external/libchrome/base/json/
Djson_parser.cc74 std::unique_ptr<Value> out_owned; in RemoveWithoutPathExpansion() local
75 if (!DictionaryValue::RemoveWithoutPathExpansion(key, &out_owned)) in RemoveWithoutPathExpansion()
78 *out = out_owned->CreateDeepCopy(); in RemoveWithoutPathExpansion()
122 std::unique_ptr<Value> out_owned; in Remove() local
123 if (!ListValue::Remove(index, &out_owned)) in Remove()
126 *out = out_owned->CreateDeepCopy(); in Remove()