Home
last modified time | relevance | path

Searched refs:rowOffsets (Results 1 - 4 of 4) sorted by relevance

/foundation/distributeddatamgr/relational_store/frameworks/native/appdatafwk/src/
H A Dshared_block.cpp256 return group->rowOffsets + rowPos; in AllocRowOffset()
271 return reinterpret_cast<CellUnit *>(mData + group->rowOffsets[rowPos]) + column; in GetCellUnit()
315 CellUnit *cellUnit = reinterpret_cast<CellUnit *>(mData + group->rowOffsets[rowPos]) + column; in PutBlobOrString()
348 CellUnit *cellUnit = reinterpret_cast<CellUnit *>(mData + group->rowOffsets[rowPos]) + column; in PutLong()
366 CellUnit *cellUnit = reinterpret_cast<CellUnit *>(mData + group->rowOffsets[rowPos]) + column; in PutDouble()
384 CellUnit *cellUnit = reinterpret_cast<CellUnit *>(mData + group->rowOffsets[rowPos]) + column; in PutNull()
/foundation/distributeddatamgr/data_share/frameworks/native/common/include/
H A Dshared_block.h284 uint32_t rowOffsets[ROW_OFFSETS_NUM]; member
/foundation/distributeddatamgr/data_share/frameworks/native/common/src/
H A Dshared_block.cpp280 return &group->rowOffsets[rowPos]; in GetRowOffset()
319 return &group->rowOffsets[rowPos]; in AllocRowOffset()
/foundation/distributeddatamgr/relational_store/interfaces/inner_api/appdatafwk/include/
H A Dshared_block.h362 uint32_t rowOffsets[ROW_NUM_IN_A_GROUP]; member

Completed in 4 milliseconds