Searched refs:HPACK_C (Results 1 – 1 of 1) sorted by relevance
/external/grpc-grpc/tools/codegen/core/ |
D | gen_static_metadata.py | 334 HPACK_C = open( variable 354 put_banner([H, C, HPACK_H, HPACK_C], 382 put_banner([HPACK_H, HPACK_C], """WARNING: Auto-generated code. 415 print >> HPACK_C, '#include <grpc/support/port_platform.h>' 416 print >> HPACK_C 417 print >> HPACK_C, ('#include ' 419 print >> HPACK_C 506 print >> HPACK_C, ('const uint8_t grpc_hpack_static_mdelem_indices[' 514 print >> HPACK_C, ' %s' % indices 515 print >> HPACK_C, '};' [all …]
|