Home
last modified time | relevance | path

Searched defs:LogConfigLexer (Results 1 – 1 of 1) sorted by relevance

/third_party/mindspore/mindspore-src/source/mindspore/core/utils/
Dlog_adapter.cc467 class LogConfigLexer { class
469 explicit LogConfigLexer(const std::string &text) : buffer_(text), cur_idx_(0) {} in LogConfigLexer() function in mindspore::LogConfigLexer