proxygen
|
Protected Member Functions | |
void | xcheck (uint32_t internal, uint32_t external) |
void | resizeTable (HeaderTable &table, uint32_t newCapacity, uint32_t newMax) |
void | resizeAndFillTable (HeaderTable &table, HPACKHeader &header, uint32_t newMax, uint32_t fillCount) |
Protected Member Functions inherited from testing::Test | |
Test () | |
virtual void | SetUp () |
virtual void | TearDown () |
Test () | |
virtual void | SetUp () |
virtual void | TearDown () |
Test () | |
virtual void | SetUp () |
virtual void | TearDown () |
Protected Attributes | |
uint32_t | head_ {0} |
uint32_t | length_ {0} |
Additional Inherited Members | |
Public Types inherited from testing::Test | |
typedef internal::SetUpTestCaseFunc | SetUpTestCaseFunc |
typedef internal::TearDownTestCaseFunc | TearDownTestCaseFunc |
typedef internal::SetUpTestCaseFunc | SetUpTestCaseFunc |
typedef internal::TearDownTestCaseFunc | TearDownTestCaseFunc |
typedef internal::SetUpTestCaseFunc | SetUpTestCaseFunc |
typedef internal::TearDownTestCaseFunc | TearDownTestCaseFunc |
Public Member Functions inherited from testing::Test | |
virtual | ~Test () |
virtual | ~Test () |
virtual | ~Test () |
Static Public Member Functions inherited from testing::Test | |
static void | SetUpTestCase () |
static void | TearDownTestCase () |
static bool | HasFatalFailure () |
static bool | HasNonfatalFailure () |
static bool | HasFailure () |
static void | RecordProperty (const std::string &key, const std::string &value) |
static void | RecordProperty (const std::string &key, int value) |
static void | SetUpTestCase () |
static void | TearDownTestCase () |
static bool | HasFatalFailure () |
static bool | HasNonfatalFailure () |
static bool | HasFailure () |
static void | RecordProperty (const std::string &key, const std::string &value) |
static void | RecordProperty (const std::string &key, int value) |
static void | SetUpTestCase () |
static void | TearDownTestCase () |
static bool | HasFatalFailure () |
static bool | HasNonfatalFailure () |
static bool | HasFailure () |
static void | RecordProperty (const std::string &key, const std::string &value) |
static void | RecordProperty (const std::string &key, int value) |
Definition at line 22 of file HeaderTableTests.cpp.
|
inlineprotected |
Definition at line 36 of file HeaderTableTests.cpp.
References proxygen::HeaderTable::add(), proxygen::HPACKHeader::bytes(), proxygen::HeaderTable::bytes(), proxygen::HPACKHeader::copy(), EXPECT_EQ, i, proxygen::HeaderTable::size(), and uint32_t.
|
inlineprotected |
Definition at line 29 of file HeaderTableTests.cpp.
References EXPECT_LE, proxygen::HeaderTable::setCapacity(), and proxygen::HeaderTable::size().
Definition at line 24 of file HeaderTableTests.cpp.
References EXPECT_EQ, and length_.
|
protected |
Definition at line 50 of file HeaderTableTests.cpp.
|
protected |
Definition at line 51 of file HeaderTableTests.cpp.