Searched refs:commentBegin (Results 1 – 6 of 6) sorted by relevance
/external/jsoncpp/src/lib_json/ |
D | json_reader.cpp | 331 Location commentBegin = current_ - 1; in readComment() local 343 if (lastValueEnd_ && !containsNewLine(lastValueEnd_, commentBegin)) { in readComment() 344 if (c != '*' || !containsNewLine(commentBegin, current_)) in readComment() 348 addComment(commentBegin, current_, placement); in readComment() 1295 const Location commentBegin = current_ - 1; in readComment() local 1315 if (lastValueEnd_ && !containsNewLine(lastValueEnd_, commentBegin)) { in readComment() 1323 addComment(commentBegin, current_, placement); in readComment()
|
/external/shaderc/spirv-headers/tools/buildHeaders/jsoncpp/dist/ |
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; in readComment() local 1495 if (lastValueEnd_ && !containsNewLine(lastValueEnd_, commentBegin)) { in readComment() 1496 if (c != '*' || !containsNewLine(commentBegin, current_)) in readComment() 1500 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()
|
/external/swiftshader/third_party/SPIRV-Headers/tools/buildHeaders/jsoncpp/dist/ |
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; in readComment() local 1495 if (lastValueEnd_ && !containsNewLine(lastValueEnd_, commentBegin)) { in readComment() 1496 if (c != '*' || !containsNewLine(commentBegin, current_)) in readComment() 1500 addComment(commentBegin, current_, placement); in readComment()
|
/external/angle/third_party/vulkan-deps/spirv-headers/src/tools/buildHeaders/jsoncpp/dist/ |
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; in readComment() local 1495 if (lastValueEnd_ && !containsNewLine(lastValueEnd_, commentBegin)) { in readComment() 1496 if (c != '*' || !containsNewLine(commentBegin, current_)) in readComment() 1500 addComment(commentBegin, current_, placement); in readComment()
|
/external/deqp-deps/SPIRV-Headers/tools/buildHeaders/jsoncpp/dist/ |
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; in readComment() local 1495 if (lastValueEnd_ && !containsNewLine(lastValueEnd_, commentBegin)) { in readComment() 1496 if (c != '*' || !containsNewLine(commentBegin, current_)) in readComment() 1500 addComment(commentBegin, current_, placement); in readComment()
|