Searched refs:_maxCommandUsageLength (Results 1 – 2 of 2) sorted by relevance
116 : _pCommandParser(pCommandParser), _maxCommandUsageLength(0) in TRemoteCommandHandlerTemplate()177 if (!_maxCommandUsageLength) { in initMaxCommandUsageLength()183 if (remoteCommandUsageLength > _maxCommandUsageLength) { in initMaxCommandUsageLength()185 _maxCommandUsageLength = remoteCommandUsageLength; in initMaxCommandUsageLength()203 size_t spacesToAdd = _maxCommandUsageLength + 5 - strUsage.length(); in helpCommandProcess()225 size_t _maxCommandUsageLength; variable
878 size_t _maxCommandUsageLength{0};