Searched refs:arrayCovers_ (Results 1 – 1 of 1) sorted by relevance
74 arrayCovers_.Resize(maxLen); in Reset()88 arrayCovers_[x] = (uint8_t)cover; in AddCell()95 curSpanBlock_->covers = &arrayCovers_[x]; in AddCell()108 …if (memcpy_s(&arrayCovers_[x], cellLength * sizeof(uint8_t), covers, cellLength * sizeof(uint8_t))… in AddCells()118 curSpanBlock_->covers = &arrayCovers_[x]; in AddCells()135 if (memset_s(&arrayCovers_[x], spanLength, cover, spanLength) != EOK) { in AddSpan()145 curSpanBlock_->covers = &arrayCovers_[x]; in AddSpan()188 GeometryPlainDataArray<uint8_t> arrayCovers_; variable