Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_3d/lume/LumeEngine/src/loader/
H A Dsystem_graph_loader.cpp391 const auto& systemsArrayIt = json.find("systems"); in LoadString() local
392 if (systemsArrayIt && systemsArrayIt->is_array()) { in LoadString()
393 for (const auto& systemJson : systemsArrayIt->array_) { in LoadString()