Home
last modified time | relevance | path

Searched refs:collectionsJson (Results 1 - 2 of 2) sorted by relevance

/foundation/graphic/graphic_3d/lume/LumeEcsSerializer/EcsSerializer/src/ecs_serializer/
H A Decs_serializer.cpp509 json::standalone_value collectionsJson = json::standalone_value::array(); in WriteEntityCollection() local
510 collectionsJson.array_.reserve(collectionCount); in WriteEntityCollection()
528 collectionsJson.array_.emplace_back(move(collectionJson)); in WriteEntityCollection()
531 if (!collectionsJson.array_.empty()) { in WriteEntityCollection()
532 jsonOut["collections"] = move(collectionsJson); in WriteEntityCollection()
767 const auto* collectionsJson = jsonIn.find("collections"); in GatherExternalCollections() local
768 if (collectionsJson && collectionsJson->is_array()) { in GatherExternalCollections()
769 for (const auto& collectionJson : collectionsJson->array_) { in GatherExternalCollections()
800 const auto* collectionsJson in ReadEntityCollection() local
[all...]
/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/src/
H A Decs_serializer.cpp571 json::standalone_value collectionsJson = json::standalone_value::array(); in WriteEntityCollection() local
572 collectionsJson.array_.reserve(collectionCount); in WriteEntityCollection()
590 collectionsJson.array_.emplace_back(move(collectionJson)); in WriteEntityCollection()
593 if (!collectionsJson.array_.empty()) { in WriteEntityCollection()
594 jsonOut["collections"] = move(collectionsJson); in WriteEntityCollection()
830 const auto* collectionsJson = jsonIn.find("collections"); in GatherExternalCollections() local
831 if (collectionsJson && collectionsJson->is_array()) { in GatherExternalCollections()
832 for (const auto& collectionJson : collectionsJson->array_) { in GatherExternalCollections()
876 const auto* collectionsJson in ReadEntityCollection() local
[all...]

Completed in 4 milliseconds