Searched refs:AppendTextWrappedString (Results 1 – 1 of 1) sorted by relevance
/aosp_15_r20/external/flatbuffers/src/ |
H A D | flatc.cpp | 229 static void AppendTextWrappedString(std::stringstream &ss, std::string &text, in AppendTextWrappedString() function 242 AppendTextWrappedString(ss, rest_of_description, max_col, start_col); in AppendTextWrappedString() 282 AppendTextWrappedString(ss, description, max_col, start_of_description); in AppendOption() 312 AppendTextWrappedString(ss_textwrap, help, 80, 0); in GetShortUsageString() 338 AppendTextWrappedString(ss, files_description, 80, 0); in GetUsageString()
|