Home
last modified time | relevance | path

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

/commonlibrary/ets_utils/js_sys_module/console/
H A Dconsole.cpp27 constexpr size_t GROUPINDETATIONWIDTH = 2; // 2 : indentation member
279 groupIndent += StringRepeat(GROUPINDETATIONWIDTH, " "); in Group()
286 if (length > GROUPINDETATIONWIDTH) { in GroupEnd()
287 groupIndent = groupIndent.substr(0, length - GROUPINDETATIONWIDTH); in GroupEnd()
/commonlibrary/ets_utils/js_sys_module/console/test/
H A Dtest_console.cpp864 // Test case 1: Normal case, groupIndent size is greater than GROUPINDETATIONWIDTH in HWTEST_F()
865 constexpr size_t GROUPINDETATIONWIDTH = 2; in HWTEST_F() local
866 ConsoleTest::SetGroupIndent(std::string(10 + GROUPINDETATIONWIDTH, ' ')); in HWTEST_F()

Completed in 4 milliseconds