Home
last modified time | relevance | path

Searched refs:mPtr (Results 1 - 3 of 3) sorted by relevance

/foundation/ability/idl_tool/idl_tool_2/util/
H A Dautoptr.h24 inline AutoPtr() : mPtr(nullptr) {} in AutoPtr()
77 T *mPtr; member in OHOS::Idl::AutoPtr
81 AutoPtr<T>::AutoPtr(T *other) : mPtr(other) in AutoPtr()
83 if (mPtr != nullptr) { in AutoPtr()
84 mPtr->AddRef(); in AutoPtr()
89 AutoPtr<T>::AutoPtr(const AutoPtr<T> &other) : mPtr(other.mPtr) in AutoPtr()
91 if (mPtr != nullptr) { in AutoPtr()
92 mPtr->AddRef(); in AutoPtr()
97 AutoPtr<T>::AutoPtr(AutoPtr<T> &&other) : mPtr(othe
[all...]
/foundation/ability/idl_tool/util/
H A Dautoptr.h25 : mPtr(nullptr) in AutoPtr()
79 T* mPtr; member in OHOS::Idl::AutoPtr
84 : mPtr(other) in AutoPtr()
86 if (mPtr != nullptr) { in AutoPtr()
87 mPtr->AddRef(); in AutoPtr()
93 : mPtr(other.mPtr) in AutoPtr()
95 if (mPtr != nullptr) { in AutoPtr()
96 mPtr->AddRef(); in AutoPtr()
102 : mPtr(othe in AutoPtr()
[all...]
/foundation/ai/neural_network_runtime/test/unittest/components/nn_executor/
H A Dnn_executor_test.cpp168 OH_NN_Memory* mPtr = &memoryPtr; in HWTEST_F() local
169 memory = &mPtr; in HWTEST_F()
1668 OH_NN_Memory* mPtr = &memoryPtr; in HWTEST_F() local
1669 memory = &mPtr; in HWTEST_F()
1715 OH_NN_Memory* mPtr = &memoryPtr; in HWTEST_F() local
1716 memory = &mPtr; in HWTEST_F()
1823 OH_NN_Memory* mPtr = &memoryPtr; in HWTEST_F() local
1824 memory = &mPtr; in HWTEST_F()
1932 OH_NN_Memory* mPtr = &memoryPtr; in HWTEST_F() local
1933 memory = &mPtr; in HWTEST_F()
1979 OH_NN_Memory* mPtr = &memoryPtr; HWTEST_F() local
2087 OH_NN_Memory* mPtr = &memoryPtr; HWTEST_F() local
[all...]

Completed in 6 milliseconds