Searched refs:currentIndentation (Results 1 - 2 of 2) sorted by relevance
/foundation/graphic/graphic_3d/lume/LumeEcsSerializer/Util/include/util/ |
H A D | json.h | 29 const size_t indentation = JSON_DEFAULT_INDENTATION, const size_t currentIndentation = 0); 44 size_t currentIndentation) in append() 53 currentIndentation += indentation; in append() 54 out.append(currentIndentation, ' '); in append() 60 out.append(currentIndentation, ' '); in append() 64 out += to_formatted_string(v.value, indentation, currentIndentation); in append() 66 currentIndentation -= indentation; in append() 68 out.append(currentIndentation, ' '); in append() 74 BASE_NS::string& out, const typename value_t<T>::array& array, const size_t indentation, size_t currentIndentation) in append() 83 currentIndentation in append() 43 append(BASE_NS::string& out, const typename value_t<T>::object& object, const size_t indentation, size_t currentIndentation) append() argument 73 append( BASE_NS::string& out, const typename value_t<T>::array& array, const size_t indentation, size_t currentIndentation) append() argument 113 to_formatted_string(const value_t<T>& value, const size_t indentation, const size_t currentIndentation) to_formatted_string() argument [all...] |
/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/src/ |
H A D | json.h | 27 const int indentation = JSON_DEFAULT_INDENTATION, const int currentIndentation = 0); 42 BASE_NS::string& out, const typename value_t<T>::object& object, const int indentation, int currentIndentation) in append() 51 currentIndentation += indentation; in append() 52 out.append(currentIndentation, ' '); in append() 58 out.append(currentIndentation, ' '); in append() 62 out += to_formatted_string(v.value, indentation, currentIndentation); in append() 64 currentIndentation -= indentation; in append() 66 out.append(currentIndentation, ' '); in append() 72 BASE_NS::string& out, const typename value_t<T>::array& array, const int indentation, int currentIndentation) in append() 81 currentIndentation in append() 41 append( BASE_NS::string& out, const typename value_t<T>::object& object, const int indentation, int currentIndentation) append() argument 71 append( BASE_NS::string& out, const typename value_t<T>::array& array, const int indentation, int currentIndentation) append() argument 112 to_formatted_string(const value_t<T>& value, const int indentation, const int currentIndentation) to_formatted_string() argument [all...] |
Completed in 2 milliseconds