Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/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);