Searched refs:child_copy (Results 1 – 1 of 1) sorted by relevance
32 std::unique_ptr<Value> child_copy = CopyWithoutEmptyChildren(*entry); in CopyListWithoutEmptyChildren() local33 if (child_copy) { in CopyListWithoutEmptyChildren()36 copy->Append(std::move(child_copy)); in CopyListWithoutEmptyChildren()46 std::unique_ptr<Value> child_copy = CopyWithoutEmptyChildren(it.value()); in CopyDictionaryWithoutEmptyChildren() local47 if (child_copy) { in CopyDictionaryWithoutEmptyChildren()50 copy->SetWithoutPathExpansion(it.key(), std::move(child_copy)); in CopyDictionaryWithoutEmptyChildren()