未验证 提交 2055a1d2 编写于 作者: engineer1109's avatar engineer1109 提交者: GitHub

Fix undefined reference PD_IntArrayGetElementCount (#46662)

* Fix undefined reference PD_IntArrayGetElementCount

* Delete PD_IntArrayGetSize Unused
上级 a6b4bee3
......@@ -26,7 +26,7 @@ PD_List PD_IntArrayGetDataPointer(PD_IntArray* int_array) {
return list;
}
size_t PD_IntArrayGetSize(PD_IntArray* int_array) {
size_t PD_IntArrayGetElementCount(PD_IntArray* int_array) {
auto cc_int_array = reinterpret_cast<phi::IntArray*>(int_array);
return cc_int_array->size();
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册