Searched defs:kMaxLineLength (Results 1 – 4 of 4) sorted by relevance
195 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
116 constexpr size_t kMaxLineLength = 256; in FindRegionInOpenFile() local