Home
last modified time | relevance | path

Searched refs:ans2 (Results 1 - 1 of 1) sorted by relevance

/third_party/nghttp2/src/
H A Dhttp2_test.cc208 auto ans2 = std::vector<int>{0, 2, 4, 6}; in test_http2_copy_headers_to_nva() local
210 CU_ASSERT(ans2.size() == nva.size()); in test_http2_copy_headers_to_nva()
211 for (size_t i = 0; i < ans2.size(); ++i) { in test_http2_copy_headers_to_nva()
212 check_nv(headers2[ans2[i]], &nva[i]); in test_http2_copy_headers_to_nva()

Completed in 2 milliseconds