updated protobuf to 3.18.1
This commit is contained in:
4
external/include/google/protobuf/map_entry.h
vendored
4
external/include/google/protobuf/map_entry.h
vendored
@@ -78,8 +78,8 @@ namespace internal {
|
||||
// field.
|
||||
//
|
||||
// cpp type | proto type | in-memory type | MapEntry accessor type
|
||||
// int32 TYPE_INT32 int32 int32
|
||||
// int32 TYPE_FIXED32 int32 int32
|
||||
// int32_t TYPE_INT32 int32_t int32_t
|
||||
// int32_t TYPE_FIXED32 int32_t int32_t
|
||||
// string TYPE_STRING ArenaStringPtr string
|
||||
// FooEnum TYPE_ENUM int int
|
||||
// FooMessage TYPE_MESSAGE FooMessage* FooMessage
|
||||
|
||||
Reference in New Issue
Block a user