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

  /external/jsoncpp/src/lib_json/
json_reader.cpp 81 lastValue_(), commentsBefore_(), features_(Features::all()),
86 lastValue_(), commentsBefore_(), features_(features), collectComments_() {
124 commentsBefore_ = "";
133 if (collectComments_ && !commentsBefore_.empty())
134 root.setComment(commentsBefore_, commentAfter);
156 if (collectComments_ && !commentsBefore_.empty()) {
158 size_t lastNonNewline = commentsBefore_.find_last_not_of("\r\n");
160 commentsBefore_.erase(lastNonNewline + 1);
162 commentsBefore_.clear();
165 currentValue().setComment(commentsBefore_, commentBefore)
    [all...]
  /external/jsoncpp/include/json/
reader.h 239 std::string commentsBefore_;

Completed in 181 milliseconds