#include <grpc/impl/codegen/port_platform.h>
#include <random>
#include <unordered_map>
#include <gtest/gtest.h>
#include "src/core/ext/transport/chttp2/transport/hpack_encoder_index.h"
Go to the source code of this file.
|
| grpc_core::testing::INSTANTIATE_TEST_SUITE_P (MetadataTestSuite, MetadataTest, ::testing::Values(Param{false, false}, Param{false, true}, Param{true, false}, Param{true, true})) |
|
int | main (int argc, char **argv) |
|
| grpc_core::testing::TEST (HPackEncoderIndexTest, SetAndGet) |
|
| grpc_core::testing::TEST_P (MetadataTest, MetadataSize) |
|
static void | grpc_core::testing::VerifyAsciiHeaderSize (const char *key, const char *value, bool intern_key, bool intern_value) |
|
static void | grpc_core::testing::VerifyBinaryHeaderSize (const char *key, const uint8_t *value, size_t value_len, bool intern_key, bool intern_value) |
|
◆ BUFFER_SIZE
◆ main()
int main |
( |
int |
argc, |
|
|
char ** |
argv |
|
) |
| |