Home
last modified time | relevance | path

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

/hardware/interfaces/automotive/vehicle/aidl/impl/utils/common/include/
DVehicleObjectPool.h266 bool check(std::vector<VecType>* vec, bool isVectorType) { in check() argument
267 return vec->size() == (isVectorType ? mVectorSize : 0); in check()