Searched refs:StrFormat (Results 1 – 9 of 9) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/libcxx/utils/google-benchmark/src/ |
H A D | benchmark_register.cc | 181 StrFormat("%s:", family->arg_names_[arg_i].c_str()); in FindBenchmarks() 187 instance.name += StrFormat("%lu", static_cast<unsigned long>(arg)); in FindBenchmarks() 192 instance.name += StrFormat("/min_time:%0.3f", family->min_time_); in FindBenchmarks() 195 StrFormat("/iterations:%lu", in FindBenchmarks() 199 instance.name += StrFormat("/repeats:%d", family->repetitions_); in FindBenchmarks() 209 instance.name += StrFormat("/threads:%d", instance.threads); in FindBenchmarks()
|
H A D | json_reporter.cc | 35 return StrFormat("\"%s\": \"%s\"", key.c_str(), value.c_str()); in FormatKV() 39 return StrFormat("\"%s\": \"%s\"", key.c_str(), value); in FormatKV() 43 return StrFormat("\"%s\": %s", key.c_str(), value ? "true" : "false"); in FormatKV()
|
H A D | string_util.h | 19 StrFormat(const char* format, ...);
|
H A D | reporter.cc | 61 Out << StrFormat("%.2f", *It++); in PrintBasicContext()
|
H A D | string_util.cc | 155 std::string StrFormat(const char* format, ...) { in StrFormat() function
|
/netbsd-src/external/apache2/llvm/dist/llvm/utils/benchmark/src/ |
H A D | benchmark_register.cc | 181 StrFormat("%s:", family->arg_names_[arg_i].c_str()); in FindBenchmarks() 185 instance.name += StrFormat("%d", arg); in FindBenchmarks() 190 instance.name += StrFormat("/min_time:%0.3f", family->min_time_); in FindBenchmarks() 192 instance.name += StrFormat("/iterations:%d", family->iterations_); in FindBenchmarks() 194 instance.name += StrFormat("/repeats:%d", family->repetitions_); in FindBenchmarks() 204 instance.name += StrFormat("/threads:%d", instance.threads); in FindBenchmarks()
|
H A D | json_reporter.cc | 35 return StrFormat("\"%s\": \"%s\"", key.c_str(), value.c_str()); in FormatKV() 39 return StrFormat("\"%s\": \"%s\"", key.c_str(), value); in FormatKV() 43 return StrFormat("\"%s\": %s", key.c_str(), value ? "true" : "false"); in FormatKV()
|
H A D | string_util.h | 15 std::string StrFormat(const char* format, ...);
|
H A D | string_util.cc | 155 std::string StrFormat(const char* format, ...) { in StrFormat() function
|