Searched refs:cloneUnique (Results 1 – 1 of 1) sorted by relevance
52 static std::unique_ptr<T> cloneUnique(const std::unique_ptr<T>& p) { in cloneUnique() function1374 : ptr_{cloneUnique(that.ptr_)} {} in Comments()1379 ptr_ = cloneUnique(that.ptr_); in operator =()