Searched defs:LogConfigLexer (Results 1 – 1 of 1) sorted by relevance
467 class LogConfigLexer { class469 explicit LogConfigLexer(const std::string &text) : buffer_(text), cur_idx_(0) {} in LogConfigLexer() function in mindspore::LogConfigLexer