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

  /external/jsoncpp/src/lib_json/
json_reader.cpp 334 Location commentBegin = current_ - 1;
346 if (lastValueEnd_ && !containsNewLine(lastValueEnd_, commentBegin)) {
347 if (c != '*' || !containsNewLine(commentBegin, current_))
351 addComment(commentBegin, current_, placement);
  /external/protobuf/conformance/third_party/jsoncpp/
jsoncpp.cpp 534 Location commentBegin = current_ - 1;
546 if (lastValueEnd_ && !containsNewLine(lastValueEnd_, commentBegin)) {
547 if (c != '*' || !containsNewLine(commentBegin, current_))
551 addComment(commentBegin, current_, placement);
    [all...]

Completed in 60 milliseconds