HomeSort by relevance Sort by last modified time
    Searched full:static_count (Results 1 - 1 of 1) sorted by null

  /external/chromium_org/net/spdy/
hpack_header_table_test.cc 178 size_t static_count = peer_.total_insertions(); local
192 EXPECT_EQ(static_count + 1, peer_.total_insertions());
193 EXPECT_EQ(static_count + 1, peer_.index().size());
206 EXPECT_EQ(static_count + 1, peer_.total_insertions());
207 EXPECT_EQ(static_count, peer_.index().size());

Completed in 52 milliseconds