HomeSort by relevance Sort by last modified time
    Searched refs:indentString_ (Results 1 - 4 of 4) sorted by null

  /external/jsoncpp/src/lib_json/
json_writer.cpp 255 indentString_ = "";
398 document_ += indentString_;
406 void StyledWriter::indent() { indentString_ += std::string(indentSize_, ' '); }
409 assert(int(indentString_.size()) >= indentSize_);
410 indentString_.resize(indentString_.size() - indentSize_);
478 indentString_ = "";
626 *document_ << '\n' << indentString_;
634 void StyledStreamWriter::indent() { indentString_ += indentation_; }
637 assert(indentString_.size() >= indentation_.size())
    [all...]
  /external/jsoncpp/include/json/
writer.h 124 std::string indentString_;
187 std::string indentString_;
  /external/protobuf/conformance/third_party/jsoncpp/
jsoncpp.cpp     [all...]
json.h     [all...]

Completed in 49 milliseconds