Home
last modified time | relevance | path

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

/foundation/graphic/graphic_3d/lume/LumeEngine/src/os/windows/
H A Dlogger_windows.cpp92 const int lineNumberLength = (linenumber < 10 ? 1 : (linenumber < 100 ? 2 : (linenumber < 1000 ? 3 : 4))); variable
94 fileLinkFieldSize - (static_cast<int>(filenameView.length()) + lineNumberLength);
/foundation/graphic/graphic_3d/lume/LumeEngine/src/os/linux/
H A Dlogger_generic.cpp63 const int lineNumberLength = (linenumber < 10 ? 1 : (linenumber < 100 ? 2 : (linenumber < 1000 ? 3 : 4))); variable
65 fileLinkFieldSize - (static_cast<int>(filenameView.length()) + lineNumberLength);

Completed in 2 milliseconds