Searched refs:assert_index (Results 1 – 1 of 1) sorted by relevance
/external/grpc-grpc/test/core/transport/chttp2/ |
D | hpack_table_test.cc | 40 static void assert_index(const grpc_chttp2_hptbl* tbl, uint32_t idx, in assert_index() function 54 assert_index(&tbl, 1, ":authority", ""); in test_static_lookup() 55 assert_index(&tbl, 2, ":method", "GET"); in test_static_lookup() 56 assert_index(&tbl, 3, ":method", "POST"); in test_static_lookup() 57 assert_index(&tbl, 4, ":path", "/"); in test_static_lookup() 58 assert_index(&tbl, 5, ":path", "/index.html"); in test_static_lookup() 59 assert_index(&tbl, 6, ":scheme", "http"); in test_static_lookup() 60 assert_index(&tbl, 7, ":scheme", "https"); in test_static_lookup() 61 assert_index(&tbl, 8, ":status", "200"); in test_static_lookup() 62 assert_index(&tbl, 9, ":status", "204"); in test_static_lookup() [all …]
|