Home
last modified time | relevance | path

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

/external/grpc-grpc/test/core/end2end/tests/
Dhpack_size.cc384 static const int interesting_sizes[] = {4096, 0, 100, in hpack_size() local
388 for (i = 0; i < GPR_ARRAY_SIZE(interesting_sizes); i++) { in hpack_size()
389 for (j = 0; j < GPR_ARRAY_SIZE(interesting_sizes); j++) { in hpack_size()
390 test_size(config, interesting_sizes[i], interesting_sizes[j]); in hpack_size()