HomeSort by relevance Sort by last modified time
    Searched refs:commentsBefore_ (Results 1 - 4 of 4) 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_;
  /external/protobuf/conformance/third_party/jsoncpp/
jsoncpp.cpp 276 lastValue_(), commentsBefore_(), features_(Features::all()),
281 lastValue_(), commentsBefore_(), features_(features), collectComments_() {
319 commentsBefore_ = "";
329 if (collectComments_ && !commentsBefore_.empty())
330 root.setComment(commentsBefore_, commentAfter);
359 if (collectComments_ && !commentsBefore_.empty()) {
360 currentValue().setComment(commentsBefore_, commentBefore);
361 commentsBefore_ = "";
583 commentsBefore_ += normalized;
    [all...]
json.h     [all...]

Completed in 122 milliseconds