Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/gaussdb_rd/src/oh_adapter/src/
H A Drd_json_object.cpp208 cJSON *subObj = object->child; in CheckJsonRepeatField() local
209 while (subObj != nullptr) { in CheckJsonRepeatField()
210 ret = CheckSubObj(fieldSet, subObj, type, isFirstFloor); in CheckJsonRepeatField()
214 subObj = subObj->next; in CheckJsonRepeatField()
229 int JsonObject::CheckSubObj(std::set<std::string> &fieldSet, cJSON *subObj, int parentType, bool is… in CheckSubObj() argument
231 if (subObj == nullptr) { in CheckSubObj()
235 if (subObj->string != nullptr) { in CheckSubObj()
236 fieldName = subObj->string; in CheckSubObj()
248 return CheckJsonRepeatField(subObj, isFirstFloor); in CheckSubObj()
258 return CheckJsonRepeatField(subObj, isFirstFloor); in CheckSubObj()
[all …]
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/gaussdb_rd/src/oh_adapter/include/
H A Drd_json_object.h111 …int CheckSubObj(std::set<std::string> &fieldSet, cJSON *subObj, int parentType, bool isFirstFloor);
/ohos5.0/docs/zh-cn/application-dev/quick-start/
H A Darkts-new-rendering-control-repeat.md543 .each((subObj) => {
545 Text('innerList item: ' + subObj.item)
/ohos5.0/docs/en/application-dev/quick-start/
H A Darkts-new-rendering-control-repeat.md543 .each((subObj) => {
545 Text('innerList item: ' + subObj.item)