Lines Matching refs:state

25 static void Bm_function_Getaddrinfo_Freeaddrinfo_external_network(benchmark::State &state)
28 for (auto _ : state) {
37 state.SetBytesProcessed(state.iterations());
40 static void Bm_function_Getaddrinfo_Freeaddrinfo_intranet1(benchmark::State &state)
47 for (auto _ : state) {
56 state.SetBytesProcessed(state.iterations());
59 static void Bm_function_Getaddrinfo_Freeaddrinfo_intranet2(benchmark::State &state)
66 for (auto _ : state) {
75 state.SetBytesProcessed(state.iterations());
78 static void Bm_function_Getaddrinfo_Freeaddrinfo_intranet3(benchmark::State &state)
85 for (auto _ : state) {
94 state.SetBytesProcessed(state.iterations());
97 static void Bm_function_Getaddrinfo_Freeaddrinfo_intranet4(benchmark::State &state)
104 for (auto _ : state) {
113 state.SetBytesProcessed(state.iterations());
116 static void Bm_function_Getaddrinfo_Freeaddrinfo_intranet5(benchmark::State &state)
123 for (auto _ : state) {
132 state.SetBytesProcessed(state.iterations());
135 static void Bm_function_Getaddrinfo_Freeaddrinfo_intranet6(benchmark::State &state)
142 for (auto _ : state) {
151 state.SetBytesProcessed(state.iterations());
154 static void Bm_function_Getaddrinfo_Freeaddrinfo_intranet7(benchmark::State &state)
157 for (auto _ : state) {
166 state.SetBytesProcessed(state.iterations());
169 static void Bm_function_Network_ntohs(benchmark::State &state)
172 for (auto _ : state) {
177 static void Bm_function_Inet_pton(benchmark::State &state)
180 for (auto _ : state) {
185 static void Bm_function_Inet_ntop(benchmark::State &state)
191 for (auto _ : state) {
196 static void Bm_function_Inet_ntop_ipv6(benchmark::State &state)
202 for (auto _ : state) {