Searched refs:lineNumberLength (Results 1 – 2 of 2) sorted by relevance
63 …const int lineNumberLength = (linenumber < 10 ? 1 : (linenumber < 100 ? 2 : (linenumber < 1000 ? 3… in Write() local65 fileLinkFieldSize - (static_cast<int>(filenameView.length()) + lineNumberLength); in Write()
92 …const int lineNumberLength = (linenumber < 10 ? 1 : (linenumber < 100 ? 2 : (linenumber < 1000 ? 3… in Write() local94 fileLinkFieldSize - (static_cast<int>(filenameView.length()) + lineNumberLength); in Write()