Home
last modified time | relevance | path

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

/frameworks/compile/slang/
Dslang_rs_reflect_utils.cpp403 std::size_t lengthOfCommentOnLine = 0; in comment() local
418 if (lengthOfCommentOnLine > 0) { in comment()
419 if (indentLength + lengthOfCommentOnLine + toCopy >= maxPerLine) { in comment()
422 lengthOfCommentOnLine = 0; in comment()
430 lengthOfCommentOnLine = maxPerLine; in comment()
432 lengthOfCommentOnLine += toCopy; in comment()