Lines Matching refs:RowSlot
167 RowSlot* rowSlot = allocRowSlot();
168 if (rowSlot == NULL) {
184 LOG_WINDOW("Allocated row %u, rowSlot is at offset %u, fieldDir is %d bytes at offset %u\n",
185 mHeader->numRows - 1, offsetFromPtr(rowSlot), fieldDirSize, fieldDirOffset);
186 rowSlot->offset = fieldDirOffset;
223 CursorWindow::RowSlot* CursorWindow::getRowSlot(uint32_t row) {
234 CursorWindow::RowSlot* CursorWindow::allocRowSlot() {
264 RowSlot* rowSlot = getRowSlot(row);
265 if (!rowSlot) {
266 ALOGE("Failed to find rowSlot for row %d.", row);
269 FieldSlot* fieldDir = static_cast<FieldSlot*>(offsetToPtr(rowSlot->offset));