Home
last modified time | relevance | path

Searched refs:lastFieldName (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.cpp522 std::string lastFieldName = itemPath.back(); in JsonNodeAppend() local
530 …if (isCollapse && (!IsNumber(lastFieldName) || srcFatherItem.GetType() == JsonObject::Type::JSON_A… in JsonNodeAppend()
531 errCode = srcFatherItem.AddItemToObject(lastFieldName, item); in JsonNodeAppend()
664 std::string lastFieldName = granpaPath.back(); in JsonEqualJudge() local
670 … if ((fatherItem.GetObjectItem(lastFieldName, errCode) == item)) { // this errCode is always E_OK in JsonEqualJudge()