Home
last modified time | relevance | path

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

/ohos5.0/foundation/barrierfree/accessibility/common/interface/src/parcel/
H A Daccessibility_element_info_parcel.cpp155 int32_t spanListSize = 0; in ReadFromParcelFourthPart() local
156 READ_PARCEL_AND_RETURN_FALSE_IF_FAIL(Int32, parcel, spanListSize); in ReadFromParcelFourthPart()
157 if (!ContainerSecurityVerify(parcel, spanListSize, spanList_.max_size())) { in ReadFromParcelFourthPart()
161 for (int32_t i = 0; i < spanListSize; i++) { in ReadFromParcelFourthPart()