Searched refs:out_owned (Results 1 – 1 of 1) sorted by relevance
74 std::unique_ptr<Value> out_owned; in RemoveWithoutPathExpansion() local75 if (!DictionaryValue::RemoveWithoutPathExpansion(key, &out_owned)) in RemoveWithoutPathExpansion()78 *out = out_owned->CreateDeepCopy(); in RemoveWithoutPathExpansion()122 std::unique_ptr<Value> out_owned; in Remove() local123 if (!ListValue::Remove(index, &out_owned)) in Remove()126 *out = out_owned->CreateDeepCopy(); in Remove()