Searched refs:has_suffix (Results 1 – 3 of 3) sorted by relevance
196 bool has_suffix = value.back() == 's'; in ParseBenchMinTime() local197 if (!has_suffix) { in ParseBenchMinTime()210 ((has_suffix && *p_end == 's') || *p_end == '\0')) in ParseBenchMinTime()
545 def has_suffix(apiname, author): function550 if has_suffix(apiname, author):566 if (not has_suffix(apiname, author) and
241 bool has_suffix() const;1059 inline bool Version::has_suffix() const { in has_suffix() function