Searched refs:BM_StrAppendInt (Results 1 – 4 of 4) sorted by relevance
196 void BM_StrAppendInt(benchmark::State& state) { in BM_StrAppendInt() function220 BENCHMARK(BM_StrAppendInt<int64_t>)->Apply(StrAppendConfig);221 BENCHMARK(BM_StrAppendInt<uint64_t>)->Apply(StrAppendConfig);222 BENCHMARK(BM_StrAppendInt<int32_t>)->Apply(StrAppendConfig);223 BENCHMARK(BM_StrAppendInt<uint32_t>)->Apply(StrAppendConfig);