Home
last modified time | relevance | path

Searched refs:privatePropertyDescriptor (Results 1 - 2 of 2) sorted by relevance

/arkcompiler/toolchain/tooling/test/
H A Dpt_returns_test.cpp149 std::unique_ptr<PrivatePropertyDescriptor> privatePropertyDescriptor in HWTEST_F_L0() local
151 privatePropertyDescriptor->SetName("filename3"); in HWTEST_F_L0()
152 privateProperties.emplace_back(std::move(privatePropertyDescriptor)); in HWTEST_F_L0()
/arkcompiler/toolchain/tooling/base/
H A Dpt_types.cpp1258 auto privatePropertyDescriptor = std::make_unique<PrivatePropertyDescriptor>(); in Create() local
1264 privatePropertyDescriptor->name_ = std::move(name); in Create()
1277 privatePropertyDescriptor->value_ = std::move(obj); in Create()
1290 privatePropertyDescriptor->get_ = std::move(obj); in Create()
1303 privatePropertyDescriptor->set_ = std::move(obj); in Create()
1314 return privatePropertyDescriptor; in Create()

Completed in 8 milliseconds