OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:static_index_
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/net/spdy/
hpack_static_table.h
14
// HpackStaticTable provides |static_entries_| and |
static_index_
| for HPACK
23
// Prepares HpackStaticTable by filling up static_entries_ and
static_index_
36
return
static_index_
;
41
HpackHeaderTable::OrderedEntrySet
static_index_
;
member in class:net::HpackStaticTable
hpack_static_table.cc
28
CHECK(
static_index_
.insert(&static_entries_.back()).second);
hpack_header_table.cc
37
static_index_
(ObtainHpackStaticTable().GetStaticIndex()),
63
OrderedEntrySet::const_iterator it =
static_index_
.lower_bound(&query);
64
if (it !=
static_index_
.end() && (*it)->name() == name) {
81
OrderedEntrySet::const_iterator it =
static_index_
.lower_bound(&query);
82
if (it !=
static_index_
.end() &&
197
for (OrderedEntrySet::const_iterator it =
static_index_
.begin();
198
it !=
static_index_
.end(); ++it) {
hpack_header_table.h
108
// |static_entries_| and |
static_index_
| are owned by HpackStaticTable
113
const OrderedEntrySet&
static_index_
;
member in class:net::HpackHeaderTable
hpack_header_table_test.cc
38
return table_->
static_index_
.size() + table_->dynamic_index_.size();
Completed in 385 milliseconds