Searched refs:commentBegin (Results 1 – 2 of 2) sorted by relevance
/external/jsoncpp/src/lib_json/ |
D | json_reader.cpp | 334 Location commentBegin = current_ - 1; in readComment() local 346 if (lastValueEnd_ && !containsNewLine(lastValueEnd_, commentBegin)) { in readComment() 347 if (c != '*' || !containsNewLine(commentBegin, current_)) in readComment() 351 addComment(commentBegin, current_, placement); in readComment()
|
/external/protobuf/conformance/third_party/jsoncpp/ |
D | jsoncpp.cpp | 534 Location commentBegin = current_ - 1; in readComment() local 546 if (lastValueEnd_ && !containsNewLine(lastValueEnd_, commentBegin)) { in readComment() 547 if (c != '*' || !containsNewLine(commentBegin, current_)) in readComment() 551 addComment(commentBegin, current_, placement); in readComment() 1512 Location commentBegin = current_ - 1; in readComment() local 1524 if (lastValueEnd_ && !containsNewLine(lastValueEnd_, commentBegin)) { in readComment() 1525 if (c != '*' || !containsNewLine(commentBegin, current_)) in readComment() 1529 addComment(commentBegin, current_, placement); in readComment()
|