Home
last modified time | relevance | path

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

/third_party/gn/src/base/
Dvalues.cc41 std::unique_ptr<Value> child_copy = CopyWithoutEmptyChildren(entry); in CopyListWithoutEmptyChildren() local
42 if (child_copy) in CopyListWithoutEmptyChildren()
43 copy.GetList().push_back(std::move(*child_copy)); in CopyListWithoutEmptyChildren()
53 std::unique_ptr<Value> child_copy = CopyWithoutEmptyChildren(it.value()); in CopyDictionaryWithoutEmptyChildren() local
54 if (child_copy) { in CopyDictionaryWithoutEmptyChildren()
57 copy->SetWithoutPathExpansion(it.key(), std::move(child_copy)); in CopyDictionaryWithoutEmptyChildren()