Home
last modified time | relevance | path

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

/ohos5.0/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… in Write() local
65 fileLinkFieldSize - (static_cast<int>(filenameView.length()) + lineNumberLength); in Write()
/ohos5.0/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… in Write() local
94 fileLinkFieldSize - (static_cast<int>(filenameView.length()) + lineNumberLength); in Write()