Lines Matching defs:append
33 void append(BASE_NS::string& out, const typename value_t<T>::string& string)
36 out.append(escape(string));
41 void append(
46 out.append("{}");
52 out.append(currentIndentation, ' ');
58 out.append(currentIndentation, ' ');
60 CORE_NS::append<T>(out, v.key);
66 out.append(currentIndentation, ' ');
71 void append(
76 out.append("[]");
82 out.append(currentIndentation, ' ');
87 out.append(currentIndentation, ' ');
93 out.append(currentIndentation, ' ');
98 void append(BASE_NS::string& out, const double floatingPoint)
121 append<T>(out, value.object_, indentation, currentIndentation);
125 append<T>(out, value.array_, indentation, currentIndentation);
129 CORE_NS::append<T>(out, value.string_);
133 CORE_NS::append<T>(out, value.float_);