Searched refs:commentBegin (Results 1 - 4 of 4) sorted by relevance
/third_party/protobuf/conformance/third_party/jsoncpp/ |
H A 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; 1524 if (lastValueEnd_ && !containsNewLine(lastValueEnd_, commentBegin)) { 1525 if (c != '*' || !containsNewLine(commentBegin, current_)) 1529 addComment(commentBegin, current_, placement);
|
/third_party/skia/third_party/externals/spirv-headers/tools/buildHeaders/jsoncpp/dist/ |
H A D | jsoncpp.cpp | 519 Location commentBegin = current_ - 1; in readComment() local 531 if (lastValueEnd_ && !containsNewLine(lastValueEnd_, commentBegin)) { in readComment() 532 if (c != '*' || !containsNewLine(commentBegin, current_)) in readComment() 536 addComment(commentBegin, current_, placement); in readComment() 1483 Location commentBegin = current_ - 1; 1495 if (lastValueEnd_ && !containsNewLine(lastValueEnd_, commentBegin)) { 1496 if (c != '*' || !containsNewLine(commentBegin, current_)) 1500 addComment(commentBegin, current_, placement);
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Headers/tools/buildHeaders/jsoncpp/dist/ |
H A D | jsoncpp.cpp | 519 Location commentBegin = current_ - 1; in readComment() local 531 if (lastValueEnd_ && !containsNewLine(lastValueEnd_, commentBegin)) { in readComment() 532 if (c != '*' || !containsNewLine(commentBegin, current_)) in readComment() 536 addComment(commentBegin, current_, placement); in readComment() 1483 Location commentBegin = current_ - 1; 1495 if (lastValueEnd_ && !containsNewLine(lastValueEnd_, commentBegin)) { 1496 if (c != '*' || !containsNewLine(commentBegin, current_)) 1500 addComment(commentBegin, current_, placement);
|
/third_party/spirv-headers/tools/buildHeaders/jsoncpp/dist/ |
H A D | jsoncpp.cpp | 519 Location commentBegin = current_ - 1; in readComment() local 531 if (lastValueEnd_ && !containsNewLine(lastValueEnd_, commentBegin)) { in readComment() 532 if (c != '*' || !containsNewLine(commentBegin, current_)) in readComment() 536 addComment(commentBegin, current_, placement); in readComment() 1483 Location commentBegin = current_ - 1; 1495 if (lastValueEnd_ && !containsNewLine(lastValueEnd_, commentBegin)) { 1496 if (c != '*' || !containsNewLine(commentBegin, current_)) 1500 addComment(commentBegin, current_, placement);
|
Completed in 20 milliseconds