Home
last modified time | relevance | path

Searched refs:StyledStreamWriter (Results 1 – 3 of 3) sorted by relevance

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/conformance/third_party/jsoncpp/
Djsoncpp.cpp4574 StyledStreamWriter::StyledStreamWriter(std::string indentation) in StyledStreamWriter() function in Json::StyledStreamWriter
4578 void StyledStreamWriter::write(std::ostream& out, const Value& root) { in write()
4592 void StyledStreamWriter::writeValue(const Value& value) { in writeValue()
4651 void StyledStreamWriter::writeArrayValue(const Value& value) { in writeArrayValue()
4696 bool StyledStreamWriter::isMultineArray(const Value& value) { in isMultineArray()
4723 void StyledStreamWriter::pushValue(const std::string& value) { in pushValue()
4730 void StyledStreamWriter::writeIndent() { in writeIndent()
4738 void StyledStreamWriter::writeWithIndent(const std::string& value) { in writeWithIndent()
4744 void StyledStreamWriter::indent() { indentString_ += indentation_; } in indent()
4746 void StyledStreamWriter::unindent() { in unindent()
[all …]
Djson.h1938 class JSON_API StyledStreamWriter {
1940 StyledStreamWriter(std::string indentation = "\t");
1941 ~StyledStreamWriter() {} in ~StyledStreamWriter()
/frameworks/base/tools/bit/
Dmake.cpp135 Json::StyledStreamWriter writer(" "); in save()