proxygen
|
Public Member Functions | |
bool | decode32 (std::string input, std::string &output) |
Public Member Functions inherited from testing::Test | |
virtual | ~Test () |
virtual | ~Test () |
virtual | ~Test () |
Private Member Functions | |
std::string | convertBase32ToBinary (const std::string &input) |
bool | decode32Block (std::string input, uint32_t blockNum, std::string &outputBuffer) |
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 |
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) |
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 () |
Definition at line 86 of file StructuredHeadersStandardTest.cpp.
|
inlineprivate |
Definition at line 130 of file StructuredHeadersStandardTest.cpp.
References c, gmock_output_test::output, and string.
Referenced by decode32Block().
|
inline |
Definition at line 89 of file StructuredHeadersStandardTest.cpp.
References decode32Block(), i, string, and uint32_t.
Referenced by proxygen::TEST_P().
|
inlineprivate |
Definition at line 156 of file StructuredHeadersStandardTest.cpp.
References buffer(), c, convertBase32ToBinary(), i, and int64_t.
Referenced by decode32().