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 D | rd_json_object.cpp | 208 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 D | rd_json_object.h | 111 …int CheckSubObj(std::set<std::string> &fieldSet, cJSON *subObj, int parentType, bool isFirstFloor);
|
/ohos5.0/docs/zh-cn/application-dev/quick-start/ |
H A D | arkts-new-rendering-control-repeat.md | 543 .each((subObj) => { 545 Text('innerList item: ' + subObj.item)
|
/ohos5.0/docs/en/application-dev/quick-start/ |
H A D | arkts-new-rendering-control-repeat.md | 543 .each((subObj) => { 545 Text('innerList item: ' + subObj.item)
|