Lines Matching defs:state
24 static void BM_string_memcmp(benchmark::State& state) { in BM_string_memcmp()
43 static void BM_string_memcpy(benchmark::State& state) { in BM_string_memcpy()
61 static void BM_string_memmove_non_overlapping(benchmark::State& state) { in BM_string_memmove_non_overlapping()
79 static void BM_string_memmove_overlap_dst_before_src(benchmark::State& state) { in BM_string_memmove_overlap_dst_before_src()
94 static void BM_string_memmove_overlap_src_before_dst(benchmark::State& state) { in BM_string_memmove_overlap_src_before_dst()
109 static void BM_string_memset(benchmark::State& state) { in BM_string_memset()
124 static void BM_string_strlen(benchmark::State& state) { in BM_string_strlen()
141 static void BM_string_strcat_copy_only(benchmark::State& state) { in BM_string_strcat_copy_only()
164 static void BM_string_strcat_seek_only(benchmark::State& state) { in BM_string_strcat_seek_only()
185 static void BM_string_strcat_half_copy_half_seek(benchmark::State& state) { in BM_string_strcat_half_copy_half_seek()
211 static void BM_string_strcpy(benchmark::State& state) { in BM_string_strcpy()
230 static void BM_string_strcmp(benchmark::State& state) { in BM_string_strcmp()
251 static void BM_string_strncmp(benchmark::State& state) { in BM_string_strncmp()
270 static void BM_string_strstr(benchmark::State& state) { in BM_string_strstr()
299 static void BM_string_strchr(benchmark::State& state) { in BM_string_strchr()