Searched refs:algorithmTypeNum (Results 1 – 1 of 1) sorted by relevance
22 int algorithmTypeNum = static_cast<int>(ALGORITHM_TYPE_ID_LIST.size()); in GetAlgorithmIdByType() local23 CHK_RET(type >= algorithmTypeNum || type < 0, ALGORITHM_ID_INVALID); in GetAlgorithmIdByType()