Home
last modified time | relevance | path

Searched defs:uPtr (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/kits/js/zip/napi/common/
H A Dfile_utils.h34 std::unique_ptr<T> uPtr = std::make_unique<T>(std::forward<Args>(args)...); in CreateUniquePtr() local
/ohos5.0/foundation/filemanagement/file_api/utils/common/include/
H A Dfile_utils.h39 std::unique_ptr<T> uPtr = nullptr; in CreateUniquePtr() local
/ohos5.0/base/update/updater/utils/json/
H A Djson_node.cpp99 std::unique_ptr<JsonNode> uPtr = std::make_unique<JsonNode>(element, false); in Parse() local
111 std::unique_ptr<JsonNode> uPtr = std::make_unique<JsonNode>(element, false); in Parse() local