parent
dc484c131e
commit
434b530c06
6 changed files with 6 additions and 63 deletions
@ -1,33 +0,0 @@ |
||||
// Protocol Buffers - Google's data interchange format
|
||||
// Copyright 2023 Google Inc. All rights reserved.
|
||||
//
|
||||
// Use of this source code is governed by a BSD-style
|
||||
// license that can be found in the LICENSE file or at
|
||||
// https://developers.google.com/open-source/licenses/bsd
|
||||
|
||||
#include "google/protobuf/internal_message_util.h" |
||||
|
||||
#include <queue> |
||||
#include <vector> |
||||
|
||||
#include "google/protobuf/descriptor.h" |
||||
#include "google/protobuf/map_field.h" |
||||
#include "google/protobuf/message.h" |
||||
#include "google/protobuf/port.h" |
||||
#include "google/protobuf/reflection_visit_fields.h" |
||||
|
||||
|
||||
// clang-format off
|
||||
#include "google/protobuf/port_def.inc" |
||||
// clang-format on
|
||||
|
||||
namespace google { |
||||
namespace protobuf { |
||||
namespace internal { |
||||
|
||||
|
||||
} // namespace internal
|
||||
} // namespace protobuf
|
||||
} // namespace google
|
||||
|
||||
#include "google/protobuf/port_undef.inc" |
@ -1,25 +0,0 @@ |
||||
// Protocol Buffers - Google's data interchange format
|
||||
// Copyright 2023 Google Inc. All rights reserved.
|
||||
//
|
||||
// Use of this source code is governed by a BSD-style
|
||||
// license that can be found in the LICENSE file or at
|
||||
// https://developers.google.com/open-source/licenses/bsd
|
||||
//
|
||||
// This file contains miscellaneous (non-lite) helper code not suitable to
|
||||
// generated_message_util.h. This should not be used directly by users.
|
||||
|
||||
#ifndef GOOGLE_PROTOBUF_INTERNAL_MESSAGE_UTIL_H__ |
||||
#define GOOGLE_PROTOBUF_INTERNAL_MESSAGE_UTIL_H__ |
||||
|
||||
#include "google/protobuf/message.h" |
||||
|
||||
namespace google { |
||||
namespace protobuf { |
||||
namespace internal { |
||||
|
||||
|
||||
} // namespace internal
|
||||
} // namespace protobuf
|
||||
} // namespace google
|
||||
|
||||
#endif // GOOGLE_PROTOBUF_INTERNAL_MESSAGE_UTIL_H__
|
Loading…
Reference in new issue