Searched refs:hintVector (Results 1 – 1 of 1) sorted by relevance
123 std::vector<AbilityBase::AutoFillType> hintVector = { in HintToAutoFillType() local144 if (intType < 0 || (size_t)intType >= hintVector.size()) { in HintToAutoFillType()145 return hintVector[0]; in HintToAutoFillType()147 return hintVector[intType]; in HintToAutoFillType()