Searched defs:DELIM (Results 1 – 2 of 2) sorted by relevance
87 static constexpr char DELIM = '.'; variable
26 static const std::unordered_map<char, Token::Type> DELIM = {{',', Token::Type::DEL_COMMA}, in FindDelim() local