Home
last modified time | relevance | path

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

/aosp_15_r20/external/jsoncpp/src/lib_json/
H A Djson_value.cpp52 static std::unique_ptr<T> cloneUnique(const std::unique_ptr<T>& p) { in cloneUnique() function
1375 : ptr_{cloneUnique(that.ptr_)} {} in Comments()
1381 ptr_ = cloneUnique(that.ptr_); in operator =()