Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/gaussdb_rd/src/common/src/
H A Djson_common.cpp331 bool AddSpliteHitField(const JsonObject &src, const JsonObject &item, JsonFieldPath &hitPath, in AddSpliteHitField() argument
334 if (hitPath.empty()) { in AddSpliteHitField()
339 JsonFieldPath preHitPath = hitPath; in AddSpliteHitField()
343 JsonObject hitItem = preHitItem.GetObjectItem(hitPath.back(), errCode); in AddSpliteHitField()
376 JsonFieldPath hitPath = itemPath; in AddSpliteField() local
377 while (!hitPath.empty()) { in AddSpliteField()
378 abandonPath.emplace_back(hitPath.back()); in AddSpliteField()
379 JsonObject srcFatherItem = src.FindItem(hitPath, errCode); in AddSpliteField()
386 hitPath.pop_back(); in AddSpliteField()
389 if (!AddSpliteHitField(src, item, hitPath, abandonPath, externErrCode)) { in AddSpliteField()
[all …]