Home
last modified time | relevance | path

Searched refs:writeWithIndent (Results 1 – 4 of 4) sorted by relevance

/external/jsoncpp/src/lib_json/
Djson_writer.cpp291 writeWithIndent("{"); in writeValue()
298 writeWithIndent(valueToQuotedString(name.c_str())); in writeValue()
309 writeWithIndent("}"); in writeValue()
322 writeWithIndent("["); in writeArrayValue()
330 writeWithIndent(childValues_[index]); in writeArrayValue()
343 writeWithIndent("]"); in writeArrayValue()
401 void StyledWriter::writeWithIndent(const std::string& value) { in writeWithIndent() function in Json::StyledWriter
514 writeWithIndent("{"); in writeValue()
521 writeWithIndent(valueToQuotedString(name.c_str())); in writeValue()
532 writeWithIndent("}"); in writeValue()
[all …]
/external/jsoncpp/include/json/
Dwriter.h112 void writeWithIndent(const std::string& value);
175 void writeWithIndent(const std::string& value);
/external/protobuf/conformance/third_party/jsoncpp/
Djsoncpp.cpp4410 writeWithIndent("{"); in writeValue()
4417 writeWithIndent(valueToQuotedString(name.c_str())); in writeValue()
4428 writeWithIndent("}"); in writeValue()
4441 writeWithIndent("["); in writeArrayValue()
4449 writeWithIndent(childValues_[index]); in writeArrayValue()
4462 writeWithIndent("]"); in writeArrayValue()
4522 void StyledWriter::writeWithIndent(const std::string& value) { in writeWithIndent() function in Json::StyledWriter
4627 writeWithIndent("{"); in writeValue()
4634 writeWithIndent(valueToQuotedString(name.c_str())); in writeValue()
4645 writeWithIndent("}"); in writeValue()
[all …]
Djson.h1894 void writeWithIndent(const std::string& value);
1958 void writeWithIndent(const std::string& value);