#include "upb/mini_table.hpp"
#include "absl/container/flat_hash_set.h"
#include "gmock/gmock.h"
#include "google/protobuf/descriptor.h"
#include "gtest/gtest.h"
#include "upb/msg_internal.h"
#include "upb/upb.hpp"
Go to the source code of this file.
|
| INSTANTIATE_TEST_SUITE_P (Platforms, MiniTableTest, testing::Values(kUpb_MiniTablePlatform_32Bit, kUpb_MiniTablePlatform_64Bit)) |
|
| TEST (MiniTablePlatformIndependentTest, Base92Roundtrip) |
|
| TEST (MiniTablePlatformIndependentTest, IsTypePackable) |
|
| TEST_P (MiniTableTest, AllRepeatedTypes) |
|
| TEST_P (MiniTableTest, AllScalarTypes) |
|
| TEST_P (MiniTableTest, AllScalarTypesOneof) |
|
| TEST_P (MiniTableTest, Empty) |
|
| TEST_P (MiniTableTest, Skips) |
|
◆ INSTANTIATE_TEST_SUITE_P()
◆ TEST() [1/2]
TEST |
( |
MiniTablePlatformIndependentTest |
, |
|
|
Base92Roundtrip |
|
|
) |
| |
◆ TEST() [2/2]
TEST |
( |
MiniTablePlatformIndependentTest |
, |
|
|
IsTypePackable |
|
|
) |
| |
◆ TEST_P() [1/5]
◆ TEST_P() [2/5]
◆ TEST_P() [3/5]
◆ TEST_P() [4/5]
◆ TEST_P() [5/5]