Home
last modified time | relevance | path

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

/external/armnn/third-party/cxxopts/
Dcxxopts.hpp1551 constexpr int OPTION_DESC_GAP = 2; variable
2169 auto allowed = size_t{76} - longest - OPTION_DESC_GAP; in help_one_group()
2180 auto d = format_description(o, longest + OPTION_DESC_GAP, allowed); in help_one_group()
2186 result += toLocalString(std::string(longest + OPTION_DESC_GAP, ' ')); in help_one_group()
2190 result += toLocalString(std::string(longest + OPTION_DESC_GAP - in help_one_group()