Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/gaussdb_rd/src/interface/src/
H A Dresult_set.cpp195 JsonObject nodeInstance = *node; in CheckCutNode() local
196 while (!nodeInstance.IsNull()) { in CheckCutNode()
197 singlePath.emplace_back(nodeInstance.GetItemField()); in CheckCutNode()
200 if ((nodeInstance.GetType() == JsonObject::Type::JSON_ARRAY && isMatch && index == 0) || in CheckCutNode()
204 … if (nodeInstance.GetType() != JsonObject::Type::JSON_ARRAY && !nodeInstance.GetChild().IsNull()) { in CheckCutNode()
205 JsonObject nodeChiled = nodeInstance.GetChild(); in CheckCutNode()
209 nodeInstance = nodeInstance.GetNext(); in CheckCutNode()