Home
last modified time | relevance | path

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

/foundation/graphic/graphic_3d/lume/LumeEcsSerializer/EcsSerializer/src/ecs_serializer/
H A Decs_serializer.cpp634 json::standalone_value propertyJson; in WriteComponent() local
635 if (WriteProperty(ec, *propertyOffset.property, propertyOffset.offset, propertyJson)) { in WriteComponent()
636 if (!propertyJson.is_null()) { in WriteComponent()
637 propertiesJson[propertyPath] = move(propertyJson); in WriteComponent()
927 for (auto& propertyJson : propertiesJson->object_) { in ReadComponent()
928 const auto& propertyPath = propertyJson.key; in ReadComponent()
929 const auto& propertyValueJson = propertyJson.value; in ReadComponent()
/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/src/
H A Decs_serializer.cpp696 json::standalone_value propertyJson; in WriteComponent() local
697 if (WriteProperty(ec, *propertyOffset.property, propertyOffset.offset, propertyJson)) { in WriteComponent()
698 if (!propertyJson.is_null()) { in WriteComponent()
699 propertiesJson[propertyPath] = move(propertyJson); in WriteComponent()
1025 for (auto& propertyJson : propertiesJson->object_) { in ReadComponent()
1026 const auto& propertyPath = propertyJson.key; in ReadComponent()
1027 const auto& propertyValueJson = propertyJson.value; in ReadComponent()

Completed in 5 milliseconds