Searched refs:HpackStaticEntry (Results 1 – 5 of 5) sorted by relevance
44 std::vector<HpackStaticEntry> static_table = HpackStaticTableVector(); in SharedHpackStaticTable()339 std::vector<HpackStaticEntry> HpackStaticTableVector() { in HpackStaticTableVector()340 static const HpackStaticEntry kHpackStaticTable[] = { in HpackStaticTableVector()403 return std::vector<HpackStaticEntry>( in HpackStaticTableVector()
12 struct HpackStaticEntry;25 void Initialize(const HpackStaticEntry* static_entry_table,
17 void HpackStaticTable::Initialize(const HpackStaticEntry* static_entry_table, in Initialize()22 for (const HpackStaticEntry* it = static_entry_table; in Initialize()
34 struct HpackStaticEntry { struct82 NET_EXPORT_PRIVATE std::vector<HpackStaticEntry> HpackStaticTableVector();
29 std::vector<HpackStaticEntry> static_table = HpackStaticTableVector(); in TEST_F()