Home
last modified time | relevance | path

Searched refs:magicEnd_ (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/relational/
H A Drelational_remote_query_continue_token.h41 unsigned int magicEnd_ = MAGIC_END; variable
H A Drelational_remote_query_continue_token.cpp30 bool isValid = (magicBegin_ == MAGIC_BEGIN && magicEnd_ == MAGIC_END); in CheckValid()
H A Dsqlite_single_ver_relational_continue_token.h60 unsigned int magicEnd_ = MAGIC_END; variable
H A Dsqlite_single_ver_relational_continue_token.cpp27 bool isValid = (magicBegin_ == MAGIC_BEGIN && magicEnd_ == MAGIC_END); in CheckValid()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/
H A Dsqlite_single_ver_continue_token.h81 unsigned int magicEnd_ = MAGIC_END; variable
H A Dsqlite_single_ver_continue_token.cpp41 return ((magicBegin_ == MAGIC_BEGIN) && (magicEnd_ == MAGIC_END)); in CheckValid()