Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/
H A Dflatbuffer_schema.cpp735 uint32_t nextCommaPos = rawIndexStr.find_first_of(',', curPos); in ParseCheckIndexes() local
736 std::string eachIndexField = rawIndexStr.substr(curPos, nextCommaPos - curPos); in ParseCheckIndexes()
741 if (nextCommaPos >= rawIndexStr.size()) { // No ',' anymore in ParseCheckIndexes()
744 curPos = nextCommaPos + 1; in ParseCheckIndexes()