Searched refs:SetIndent (Results 1 – 10 of 10) sorted by relevance
50 encoder.SetIndent("", " ")
199 enc.SetIndent("", " ") // Make it human readable.
202 enc.SetIndent("", " ") // Make it human readable.
180 enc.SetIndent("", " ") // Make it human readable.
189 enc.SetIndent("", " ") // Make it human readable.
192 enc.SetIndent("", " ") // Make it human readable.
181 enc.SetIndent("", " ") // Make it human readable.
182 enc.SetIndent("", " ")
131 enc.SetIndent("", " ")
1757 void SetIndent( const char* _indent ) { indent = _indent ? _indent : "" ; } in SetIndent() function