Home
last modified time | relevance | path

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

/third_party/flatbuffers/include/flatbuffers/
Dutil.h562 const std::string wrapped_line_suffix) { in WordWrap() argument
570 if ((line.length() + 1 + word.length() + wrapped_line_suffix.length()) < in WordWrap()
574 wrapped += line + wrapped_line_suffix + "\n"; in WordWrap()
657 const std::string &wrapped_line_suffix) { in BufferToHexText() argument
669 text.size() + wrapped_line_suffix.size() >= start_offset + max_length) { in BufferToHexText()
670 text += wrapped_line_suffix; in BufferToHexText()
676 text += wrapped_line_suffix; in BufferToHexText()