Searched refs:elementJson (Results 1 - 2 of 2) sorted by relevance
/foundation/graphic/graphic_3d/lume/LumeEcsSerializer/EcsSerializer/src/ecs_serializer/ |
H A D | ecs_serializer.cpp | 698 json::standalone_value elementJson; in WriteProperty() local 699 WriteProperty(ec, container.property, ptr, elementJson); in WriteProperty() 700 array.array_.push_back(move(elementJson)); in WriteProperty() 728 json::standalone_value elementJson; in WriteProperty() local 729 WriteProperty(ec, container.property, ptr, elementJson); in WriteProperty() 730 array.array_.push_back(move(elementJson)); in WriteProperty()
|
/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/src/ |
H A D | ecs_serializer.cpp | 760 json::standalone_value elementJson; in WriteProperty() local 761 WriteProperty(ec, container.property, ptr, elementJson); in WriteProperty() 762 array.array_.push_back(move(elementJson)); in WriteProperty() 790 json::standalone_value elementJson; in WriteProperty() local 791 WriteProperty(ec, container.property, ptr, elementJson); in WriteProperty() 792 array.array_.push_back(move(elementJson)); in WriteProperty()
|
Completed in 8 milliseconds