Searched refs:containsNewLine (Results 1 – 5 of 5) sorted by relevance
/external/jsoncpp/src/lib_json/ |
D | json_reader.cpp | 69 static bool containsNewLine(Reader::Location begin, Reader::Location end) { in containsNewLine() function 346 if (lastValueEnd_ && !containsNewLine(lastValueEnd_, commentBegin)) { in readComment() 347 if (c != '*' || !containsNewLine(commentBegin, current_)) in readComment()
|
/external/deqp-deps/SPIRV-Headers/tools/buildHeaders/jsoncpp/dist/ |
D | jsoncpp.cpp | 249 static bool containsNewLine(Reader::Location begin, Reader::Location end) { in containsNewLine() function 531 if (lastValueEnd_ && !containsNewLine(lastValueEnd_, commentBegin)) { in readComment() 532 if (c != '*' || !containsNewLine(commentBegin, current_)) in readComment() 1495 if (lastValueEnd_ && !containsNewLine(lastValueEnd_, commentBegin)) { in readComment() 1496 if (c != '*' || !containsNewLine(commentBegin, current_)) in readComment()
|
/external/swiftshader/third_party/SPIRV-Headers/tools/buildHeaders/jsoncpp/dist/ |
D | jsoncpp.cpp | 249 static bool containsNewLine(Reader::Location begin, Reader::Location end) { in containsNewLine() function 531 if (lastValueEnd_ && !containsNewLine(lastValueEnd_, commentBegin)) { in readComment() 532 if (c != '*' || !containsNewLine(commentBegin, current_)) in readComment() 1495 if (lastValueEnd_ && !containsNewLine(lastValueEnd_, commentBegin)) { in readComment() 1496 if (c != '*' || !containsNewLine(commentBegin, current_)) in readComment()
|
/external/protobuf/conformance/third_party/jsoncpp/ |
D | jsoncpp.cpp | 264 static bool containsNewLine(Reader::Location begin, Reader::Location end) { in containsNewLine() function 546 if (lastValueEnd_ && !containsNewLine(lastValueEnd_, commentBegin)) { in readComment() 547 if (c != '*' || !containsNewLine(commentBegin, current_)) in readComment() 1524 if (lastValueEnd_ && !containsNewLine(lastValueEnd_, commentBegin)) { in readComment() 1525 if (c != '*' || !containsNewLine(commentBegin, current_)) in readComment()
|
/external/shaderc/spirv-headers/tools/buildHeaders/jsoncpp/dist/ |
D | jsoncpp.cpp | 249 static bool containsNewLine(Reader::Location begin, Reader::Location end) { in containsNewLine() function 531 if (lastValueEnd_ && !containsNewLine(lastValueEnd_, commentBegin)) { in readComment() 532 if (c != '*' || !containsNewLine(commentBegin, current_)) in readComment() 1495 if (lastValueEnd_ && !containsNewLine(lastValueEnd_, commentBegin)) { in readComment() 1496 if (c != '*' || !containsNewLine(commentBegin, current_)) in readComment()
|