Home
last modified time | relevance | path

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

/arkcompiler/toolchain/tooling/test/
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/
Dpt_types.cpp1185 auto privatePropertyDescriptor = std::make_unique<PrivatePropertyDescriptor>(); in Create() local
1191 privatePropertyDescriptor->name_ = std::move(name); in Create()
1204 privatePropertyDescriptor->value_ = std::move(obj); in Create()
1217 privatePropertyDescriptor->get_ = std::move(obj); in Create()
1230 privatePropertyDescriptor->set_ = std::move(obj); in Create()
1241 return privatePropertyDescriptor; in Create()