Home
last modified time | relevance | path

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

/third_party/grpc/src/core/ext/transport/chttp2/transport/
Dhpack_table.h141 struct grpc_chttp2_hptbl_find_result { struct
145 grpc_chttp2_hptbl_find_result grpc_chttp2_hptbl_find( argument
Dhpack_table.cc196 grpc_chttp2_hptbl_find_result grpc_chttp2_hptbl_find( in grpc_chttp2_hptbl_find()
198 grpc_chttp2_hptbl_find_result r = {0, 0}; in grpc_chttp2_hptbl_find()
/third_party/grpc/test/core/transport/chttp2/
Dhpack_table_test.cc150 static grpc_chttp2_hptbl_find_result find_simple(grpc_chttp2_hptbl* tbl, in find_simple()
156 grpc_chttp2_hptbl_find_result r = grpc_chttp2_hptbl_find(tbl, md); in find_simple()
168 grpc_chttp2_hptbl_find_result r; in test_find()