Home
last modified time | relevance | path

Searched refs:tableChars (Results 1 - 2 of 2) sorted by relevance

/commonlibrary/ets_utils/js_sys_module/console/
H A Dconsole.cpp32 std::map<std::string, std::string> tableChars = { member
162 std::string Console::StringRepeat(size_t number, const std::string& tableChars) in StringRepeat() argument
167 divider += tableChars; in StringRepeat()
292 std::string Console::ArrayJoin(std::vector<std::string> rowDivider, const std::string& tableChars) in ArrayJoin() argument
300 result += tableChars; in ArrayJoin()
308 std::string result = tableChars["left"]; in RenderHead()
326 result += tableChars["middle"]; in RenderHead()
329 result += tableChars["right"]; in RenderHead()
355 std::string result = tableChars["left"]; in PrintRows()
369 result += tableChars["middl in PrintRows()
[all...]
H A Dconsole.h77 static std::string StringRepeat(size_t number, const std::string& tableChars);
78 static std::string ArrayJoin(std::vector<std::string> rowDivider, const std::string& tableChars);

Completed in 2 milliseconds