Home
last modified time | relevance | path

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

/system/tools/hidl/c2hal/
DType.cpp29 if(mArrays != nullptr) { in ~Type()
30 for(auto* array : *mArrays) { in ~Type()
44 mArrays = arrays; in setArrays()
178 if (mArrays != nullptr) { in getHidlType()
179 for (const auto &array : *mArrays) { in getHidlType()
DType.h110 std::vector<Expression*> *mArrays = nullptr; member