GetMutableEntryCount 53 net/spdy/hpack_decoder.cc for (size_t i = 1; i <= context_.GetMutableEntryCount(); ++i) { GetMutableEntryCount 119 net/spdy/hpack_encoding_context.cc return GetMutableEntryCount() + kStaticEntryCount; GetMutableEntryCount 46 net/spdy/hpack_encoding_context.h uint32 GetMutableEntryCount() const; GetMutableEntryCount 96 net/spdy/hpack_encoding_context_test.cc EXPECT_EQ(0u, encoding_context.GetMutableEntryCount()); GetMutableEntryCount 110 net/spdy/hpack_encoding_context_test.cc EXPECT_EQ(1u, encoding_context.GetMutableEntryCount()); GetMutableEntryCount 125 net/spdy/hpack_encoding_context_test.cc EXPECT_EQ(1u, encoding_context.GetMutableEntryCount()); GetMutableEntryCount 128 net/spdy/hpack_encoding_context_test.cc EXPECT_LE(1u, encoding_context.GetMutableEntryCount()); GetMutableEntryCount 147 net/spdy/hpack_encoding_context_test.cc EXPECT_EQ(0u, encoding_context.GetMutableEntryCount()); GetMutableEntryCount 167 net/spdy/hpack_encoding_context_test.cc EXPECT_EQ(i, encoding_context.GetMutableEntryCount()); GetMutableEntryCount 198 net/spdy/hpack_encoding_context_test.cc EXPECT_EQ(1u, encoding_context.GetMutableEntryCount()); GetMutableEntryCount 215 net/spdy/hpack_encoding_context_test.cc EXPECT_EQ(0u, encoding_context.GetMutableEntryCount());