Home
last modified time | relevance | path

Searched refs:PICK_POS (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/include/
H A Dsqlite_shared_result_set.h62 static constexpr int PICK_POS = 3; variable
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/
H A Dsqlite_shared_result_set.cpp176 return std::max(resultSetPosition - blockCapacity / PICK_POS, 0); in PickFillBlockStartPosition()