Searched refs:fieldDirOffset (Results 1 – 1 of 1) sorted by relevance
193 uint32_t fieldDirOffset = alloc(fieldDirSize, true /*aligned*/); in allocRow() local194 if (!fieldDirOffset) { in allocRow()200 FieldSlot* fieldDir = static_cast<FieldSlot*>(offsetToPtr(fieldDirOffset)); in allocRow()204 mHeader->numRows - 1, offsetFromPtr(rowSlot), fieldDirSize, fieldDirOffset); in allocRow()205 rowSlot->offset = fieldDirOffset; in allocRow()