Searched defs:kMaxLineLength (Results 1 – 5 of 5) sorted by relevance
190 static constexpr uint16_t kMaxLineLength = OPENTHREAD_CONFIG_CLI_MAX_LINE_LENGTH; member in ot::Cli::Interpreter
77 enum { kMaxLineLength = 10000 }; // arbitrary in GetLine() enumerator
94 kMaxLineLength = 80, enumerator
122 constexpr size_t kMaxLineLength = 256; in FindRegionInOpenFile() local