#include <map>
#include <memory>
#include <unordered_map>
#include <google/protobuf/stubs/logging.h>
#include <google/protobuf/stubs/common.h>
#include <google/protobuf/arena_test_util.h>
#include <google/protobuf/map_test_util.h>
#include <google/protobuf/map_unittest.pb.h>
#include <google/protobuf/unittest.pb.h>
#include <google/protobuf/arena.h>
#include <google/protobuf/map.h>
#include <google/protobuf/map_field_inl.h>
#include <google/protobuf/message.h>
#include <google/protobuf/repeated_field.h>
#include <gtest/gtest.h>
#include <google/protobuf/port_def.inc>
Go to the source code of this file.
|
| google.protobuf.internal::INSTANTIATE_TEST_SUITE_P (MapFieldBasePrimitiveTestInstance, MapFieldBasePrimitiveTest, testing::Values(true, false)) |
|
| google.protobuf.internal::INSTANTIATE_TEST_SUITE_P (MapFieldStateTestInstance, MapFieldStateTest, testing::Combine(testing::Values(CLEAN, MAP_DIRTY, REPEATED_DIRTY), testing::Values(true, false))) |
|
| google.protobuf.internal::TEST (MapFieldTest, ConstInit) |
|
| google.protobuf.internal::TEST_P (MapFieldBasePrimitiveTest, Arena) |
|
| google.protobuf.internal::TEST_P (MapFieldBasePrimitiveTest, EnforceNoArena) |
|
| google.protobuf.internal::TEST_P (MapFieldBasePrimitiveTest, GetRepeatedField) |
|
| google.protobuf.internal::TEST_P (MapFieldBasePrimitiveTest, MutableRepeatedField) |
|
| google.protobuf.internal::TEST_P (MapFieldBasePrimitiveTest, SpaceUsedExcludingSelf) |
|
| google.protobuf.internal::TEST_P (MapFieldStateTest, Clear) |
|
| google.protobuf.internal::TEST_P (MapFieldStateTest, GetMap) |
|
| google.protobuf.internal::TEST_P (MapFieldStateTest, GetMapField) |
|
| google.protobuf.internal::TEST_P (MapFieldStateTest, MergeFromClean) |
|
| google.protobuf.internal::TEST_P (MapFieldStateTest, MergeFromMapDirty) |
|
| google.protobuf.internal::TEST_P (MapFieldStateTest, MergeFromRepeatedDirty) |
|
| google.protobuf.internal::TEST_P (MapFieldStateTest, MutableMap) |
|
| google.protobuf.internal::TEST_P (MapFieldStateTest, MutableMapField) |
|
| google.protobuf.internal::TEST_P (MapFieldStateTest, SpaceUsedExcludingSelf) |
|
| google.protobuf.internal::TEST_P (MapFieldStateTest, SwapClean) |
|
| google.protobuf.internal::TEST_P (MapFieldStateTest, SwapMapDirty) |
|
| google.protobuf.internal::TEST_P (MapFieldStateTest, SwapRepeatedDirty) |
|