Searched defs:DELIM (Results 1 – 3 of 3) 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
38 …static const auto DELIM = par::of_string(";"); // NOLINT(readability-static-accessed-through-… in EnvOptions() local