Searched refs:spanListSize (Results 1 – 1 of 1) sorted by relevance
155 int32_t spanListSize = 0; in ReadFromParcelFourthPart() local156 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()