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() function1375 : ptr_{cloneUnique(that.ptr_)} {} in Comments()1381 ptr_ = cloneUnique(that.ptr_); in operator =()