Searched refs:to_enum_hd (Results 1 – 2 of 2) sorted by relevance
/third_party/nghttp2/ |
D | genlibtokenlookup.py | 73 def to_enum_hd(k): function 102 print(' {},'.format(to_enum_hd(k))) 106 print(' {} = {},'.format(to_enum_hd(k), token)) 128 }}'''.format(k[:-1], size - 1, to_enum_hd(k)))
|
D | gentokenlookup.py | 3 def to_enum_hd(k, prefix): function 31 {},'''.format(to_enum_hd(k, prefix))) 55 }}'''.format(comp_fun, k[:-1], size - 1, to_enum_hd(k, prefix)))
|