Home
last modified time | relevance | path

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

/external/libchrome/base/
Dvalues.cc24 std::unique_ptr<Value> CopyWithoutEmptyChildren(const Value& node);
32 std::unique_ptr<Value> child_copy = CopyWithoutEmptyChildren(*entry); in CopyListWithoutEmptyChildren()
46 std::unique_ptr<Value> child_copy = CopyWithoutEmptyChildren(it.value()); in CopyDictionaryWithoutEmptyChildren()
56 std::unique_ptr<Value> CopyWithoutEmptyChildren(const Value& node) { in CopyWithoutEmptyChildren() function