Searched refs:allow_suffix (Results 1 – 2 of 2) sorted by relevance
29 std::optional<KernelRelease> KernelRelease::Parse(const std::string& s, bool allow_suffix) { in Parse() argument39 if (!allow_suffix && nchars != s.size()) return std::nullopt; in Parse()
36 static std::optional<KernelRelease> Parse(const std::string& s, bool allow_suffix = false);