Searched refs:CopyWithoutEmptyChildren (Results 1 – 1 of 1) sorted by relevance
34 std::unique_ptr<Value> CopyWithoutEmptyChildren(const Value& node);42 std::unique_ptr<Value> child_copy = CopyWithoutEmptyChildren(entry); in CopyListWithoutEmptyChildren()54 std::unique_ptr<Value> child_copy = CopyWithoutEmptyChildren(it.value()); in CopyDictionaryWithoutEmptyChildren()64 std::unique_ptr<Value> CopyWithoutEmptyChildren(const Value& node) { in CopyWithoutEmptyChildren() function