Home
last modified time | relevance | path

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

/third_party/flatbuffers/src/
Dflatc.cpp520 flatbuffers::WordWrap(make_rule, 80, " ", " \\").c_str()); in Compile()
/third_party/flatbuffers/include/flatbuffers/
Dutil.h560 inline std::string WordWrap(const std::string in, size_t max_length, in WordWrap() function