Home
last modified time | relevance | path

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

/external/flatbuffers/include/flatbuffers/
Dutil.h547 const std::string wrapped_line_suffix) { in WordWrap() argument
555 if ((line.length() + 1 + word.length() + wrapped_line_suffix.length()) < in WordWrap()
559 wrapped += line + wrapped_line_suffix + "\n"; in WordWrap()