Searched refs:specs (Results 1 – 2 of 2) sorted by relevance
368 std::vector<std::string> specs = Split(tags, " "); in InitLogging() local369 for (size_t i = 0; i < specs.size(); ++i) { in InitLogging()371 std::string spec(specs[i]); in InitLogging()
117 lowercase letter, to prevent incompatibilities with future specs.