Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/
H A Djson_object.cpp329 for (const auto &eachSubField : subFields) { in GetSubFieldPath() local
331 eachSubPath.emplace_back(eachSubField); in GetSubFieldPath()
364 for (const auto &eachSubField : subFields) { in GetSubFieldPathAndType() local
366 eachSubPath.push_back(eachSubField); in GetSubFieldPathAndType()
368 errCode = GetFieldTypeByJsonValue(valueNode[eachSubField], eachSubType); in GetSubFieldPathAndType()