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()
642 const std::string &wrapped_line_suffix) { in BufferToHexText() argument
654 text.size() + wrapped_line_suffix.size() >= start_offset + max_length) { in BufferToHexText()
655 text += wrapped_line_suffix; in BufferToHexText()
661 text += wrapped_line_suffix; in BufferToHexText()