Home
last modified time | relevance | path

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

/frameworks/compile/slang/
Dslang_rs_reflect_utils.cpp401 std::size_t lengthOfCommentOnLine = 0; in comment() local
416 if (lengthOfCommentOnLine > 0) { in comment()
417 if (indentLength + lengthOfCommentOnLine + toCopy >= maxPerLine) { in comment()
420 lengthOfCommentOnLine = 0; in comment()
428 lengthOfCommentOnLine = maxPerLine; in comment()
430 lengthOfCommentOnLine += toCopy; in comment()