Searched refs:to_formatted_string (Results 1 - 4 of 4) sorted by relevance
/foundation/graphic/graphic_3d/lume/LumeEcsSerializer/Util/include/util/ |
H A D | json.h | 28 BASE_NS::string to_formatted_string(const CORE_NS::json::value_t<T>& value, 64 out += to_formatted_string(v.value, indentation, currentIndentation); in append() 91 out += to_formatted_string(v, indentation, currentIndentation); in append() 113 BASE_NS::string to_formatted_string(const value_t<T>& value, const size_t indentation, const size_t currentIndentation) in to_formatted_string() function 164 template BASE_NS::string to_formatted_string( 166 template BASE_NS::string to_formatted_string(
|
/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/src/ |
H A D | json.h | 26 BASE_NS::string to_formatted_string(const CORE_NS::json::value_t<T>& value, 62 out += to_formatted_string(v.value, indentation, currentIndentation); in append() 89 out += to_formatted_string(v, indentation, currentIndentation); in append() 112 BASE_NS::string to_formatted_string(const value_t<T>& value, const int indentation, const int currentIndentation) in to_formatted_string() function 163 template BASE_NS::string to_formatted_string(const value& value, const int indentation, const int currentIndentation); 164 template BASE_NS::string to_formatted_string(
|
H A D | asset_manager.cpp | 109 const string jsonString = CORE_NS::to_formatted_string(jsonOut, 4); in SaveJsonEntityCollection()
|
/foundation/graphic/graphic_3d/lume/LumeEcsSerializer/EcsSerializer/src/ecs_serializer/ |
H A D | ecs_asset_manager.cpp | 148 const string jsonString = to_formatted_string(jsonOut, 4); in SaveJsonEntityCollection()
|
Completed in 3 milliseconds