Home
last modified time | relevance | path

Searched refs:has_suffix (Results 1 – 3 of 3) sorted by relevance

/third_party/benchmark/src/
Dbenchmark_runner.cc196 bool has_suffix = value.back() == 's'; in ParseBenchMinTime() local
197 if (!has_suffix) { in ParseBenchMinTime()
210 ((has_suffix && *p_end == 's') || *p_end == '\0')) in ParseBenchMinTime()
/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/
Dxml_consistency.py545 def has_suffix(apiname, author): function
550 if has_suffix(apiname, author):
566 if (not has_suffix(apiname, author) and
/third_party/protobuf/src/google/protobuf/compiler/
Dplugin.pb.h241 bool has_suffix() const;
1059 inline bool Version::has_suffix() const { in has_suffix() function