Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/src/
H A Decs_serializer.cpp1182 const auto* subJson = jsonIn.find(name); in ReadProperty() local
1183 if (subJson) { in ReadProperty()
1184 ReadProperty(ec, *subJson, subProperty, offset + subProperty.offset); in ReadProperty()