OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:HpackStaticEntry
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/net/spdy/
hpack_static_table.h
12
struct
HpackStaticEntry
;
24
// from an array of struct
HpackStaticEntry
. Must be called exactly once.
25
void Initialize(const
HpackStaticEntry
* static_entry_table,
hpack_static_table.cc
17
void HpackStaticTable::Initialize(const
HpackStaticEntry
* static_entry_table,
22
for (const
HpackStaticEntry
* it = static_entry_table;
hpack_constants.h
34
struct
HpackStaticEntry
{
82
NET_EXPORT_PRIVATE std::vector<
HpackStaticEntry
> HpackStaticTableVector();
hpack_static_table_test.cc
29
std::vector<
HpackStaticEntry
> static_table = HpackStaticTableVector();
hpack_constants.cc
44
std::vector<
HpackStaticEntry
> static_table = HpackStaticTableVector();
334
// The "constructor" for a
HpackStaticEntry
that computes the lengths at
339
std::vector<
HpackStaticEntry
> HpackStaticTableVector() {
340
static const
HpackStaticEntry
kHpackStaticTable[] = {
403
return std::vector<
HpackStaticEntry
>(
Completed in 171 milliseconds