Home
last modified time | relevance | path

Searched refs:commentBegin (Results 1 – 2 of 2) sorted by relevance

/external/jsoncpp/src/lib_json/
Djson_reader.cpp334 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/
Djsoncpp.cpp534 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()