Home
last modified time | relevance | path

Searched refs:hintVector (Results 1 - 1 of 1) sorted by relevance

/foundation/arkui/ace_engine/adapter/ohos/osal/
H A Dview_data_wrap_ohos.cpp121 std::vector<AbilityBase::AutoFillType> hintVector = { in HintToAutoFillType() local
142 if (intType < 0 || (size_t)intType >= hintVector.size()) { in HintToAutoFillType()
143 return hintVector[0]; in HintToAutoFillType()
145 return hintVector[intType]; in HintToAutoFillType()

Completed in 2 milliseconds