Internal change.

PiperOrigin-RevId: 559265311
pull/13646/head
Protobuf Team Bot 1 year ago committed by Copybara-Service
parent 35030b14a1
commit 7c13a3b821
  1. 2
      src/google/protobuf/arenastring.h
  2. 2
      src/google/protobuf/extension_set.cc
  3. 2
      src/google/protobuf/extension_set_heavy.cc
  4. 2
      src/google/protobuf/extension_set_unittest.cc
  5. 2
      src/google/protobuf/generated_message_reflection_unittest.cc
  6. 2
      src/google/protobuf/inlined_string_field.cc
  7. 2
      src/google/protobuf/map_field.h
  8. 2
      src/google/protobuf/map_field_test.cc
  9. 2
      src/google/protobuf/message.h
  10. 2
      src/google/protobuf/message_lite.cc
  11. 2
      src/google/protobuf/message_lite.h
  12. 2
      src/google/protobuf/proto3_arena_unittest.cc
  13. 2
      src/google/protobuf/repeated_field.h
  14. 2
      src/google/protobuf/repeated_ptr_field.h

@ -38,8 +38,8 @@
#include <utility>
#include "absl/log/absl_check.h"
#include "google/protobuf/arena.h"
#include "absl/strings/string_view.h"
#include "google/protobuf/arena.h"
#include "google/protobuf/explicitly_constructed.h"
#include "google/protobuf/port.h"

@ -40,9 +40,9 @@
#include <utility>
#include "google/protobuf/stubs/common.h"
#include "google/protobuf/arena.h"
#include "absl/container/flat_hash_set.h"
#include "absl/hash/hash.h"
#include "google/protobuf/arena.h"
#include "google/protobuf/extension_set_inl.h"
#include "google/protobuf/io/coded_stream.h"
#include "google/protobuf/message_lite.h"

@ -37,8 +37,8 @@
#include <vector>
#include "google/protobuf/arena.h"
#include "absl/log/absl_check.h"
#include "google/protobuf/arena.h"
#include "google/protobuf/descriptor.h"
#include "google/protobuf/descriptor.pb.h"
#include "google/protobuf/extension_set.h"

@ -35,12 +35,12 @@
#include "google/protobuf/extension_set.h"
#include "google/protobuf/descriptor.pb.h"
#include "google/protobuf/arena.h"
#include "google/protobuf/testing/googletest.h"
#include <gtest/gtest.h>
#include "absl/base/casts.h"
#include "absl/strings/cord.h"
#include "absl/strings/match.h"
#include "google/protobuf/arena.h"
#include "google/protobuf/descriptor.h"
#include "google/protobuf/dynamic_message.h"
#include "google/protobuf/io/coded_stream.h"

@ -46,12 +46,12 @@
#include <memory>
#include "google/protobuf/arena.h"
#include <gmock/gmock.h>
#include "google/protobuf/testing/googletest.h"
#include <gtest/gtest.h>
#include "absl/log/absl_check.h"
#include "absl/strings/cord.h"
#include "google/protobuf/arena.h"
#include "google/protobuf/descriptor.h"
#include "google/protobuf/map_test_util.h"
#include "google/protobuf/map_unittest.pb.h"

@ -34,10 +34,10 @@
#include <cstring>
#include <string>
#include "google/protobuf/arena.h"
#include "absl/log/absl_check.h"
#include "absl/strings/internal/resize_uninitialized.h"
#include "absl/strings/string_view.h"
#include "google/protobuf/arena.h"
#include "google/protobuf/arenastring.h"
#include "google/protobuf/generated_message_util.h"
#include "google/protobuf/message_lite.h"

@ -35,8 +35,8 @@
#include <functional>
#include <type_traits>
#include "google/protobuf/arena.h"
#include "absl/synchronization/mutex.h"
#include "google/protobuf/arena.h"
#include "google/protobuf/descriptor.h"
#include "google/protobuf/generated_message_reflection.h"
#include "google/protobuf/generated_message_util.h"

@ -30,7 +30,6 @@
#include <memory>
#include "google/protobuf/arena.h"
#include <gmock/gmock.h>
#include <gtest/gtest.h>
#include "absl/container/flat_hash_map.h"
@ -39,6 +38,7 @@
#include "absl/synchronization/barrier.h"
#include "absl/synchronization/blocking_counter.h"
#include "absl/types/optional.h"
#include "google/protobuf/arena.h"
#include "google/protobuf/arena_test_util.h"
#include "google/protobuf/map.h"
#include "google/protobuf/map_field_inl.h"

@ -116,13 +116,13 @@
#include <vector>
#include "google/protobuf/stubs/common.h"
#include "google/protobuf/arena.h"
#include "absl/base/attributes.h"
#include "absl/base/call_once.h"
#include "absl/base/casts.h"
#include "absl/functional/function_ref.h"
#include "absl/strings/cord.h"
#include "absl/strings/string_view.h"
#include "google/protobuf/arena.h"
#include "google/protobuf/descriptor.h"
#include "google/protobuf/generated_message_reflection.h"
#include "google/protobuf/generated_message_tctable_decl.h"

@ -43,7 +43,6 @@
#include <string>
#include <utility>
#include "google/protobuf/arena.h"
#include "absl/base/dynamic_annotations.h"
#include "absl/log/absl_check.h"
#include "absl/log/absl_log.h"
@ -54,6 +53,7 @@
#include "absl/strings/string_view.h"
#include "absl/synchronization/mutex.h"
#include "absl/types/optional.h"
#include "google/protobuf/arena.h"
#include "google/protobuf/io/coded_stream.h"
#include "google/protobuf/io/zero_copy_stream.h"
#include "google/protobuf/io/zero_copy_stream_impl.h"

@ -44,11 +44,11 @@
#include <string>
#include "google/protobuf/stubs/common.h"
#include "google/protobuf/arena.h"
#include "absl/base/call_once.h"
#include "absl/log/absl_check.h"
#include "absl/strings/cord.h"
#include "absl/strings/string_view.h"
#include "google/protobuf/arena.h"
#include "google/protobuf/explicitly_constructed.h"
#include "google/protobuf/internal_visibility.h"
#include "google/protobuf/io/coded_stream.h"

@ -32,9 +32,9 @@
#include <string>
#include <vector>
#include "google/protobuf/arena.h"
#include <gtest/gtest.h>
#include "absl/strings/match.h"
#include "google/protobuf/arena.h"
#include "google/protobuf/descriptor_legacy.h"
#include "google/protobuf/test_util.h"
#include "google/protobuf/text_format.h"

@ -53,7 +53,6 @@
#include <type_traits>
#include <utility>
#include "google/protobuf/arena.h"
#include "absl/base/attributes.h"
#include "absl/base/dynamic_annotations.h"
#include "absl/base/optimization.h"
@ -61,6 +60,7 @@
#include "absl/log/absl_log.h"
#include "absl/meta/type_traits.h"
#include "absl/strings/cord.h"
#include "google/protobuf/arena.h"
#include "google/protobuf/generated_enum_util.h"
#include "google/protobuf/internal_visibility.h"
#include "google/protobuf/message_lite.h"

@ -54,9 +54,9 @@
#include <type_traits>
#include <utility>
#include "google/protobuf/arena.h"
#include "absl/base/attributes.h"
#include "absl/log/absl_check.h"
#include "google/protobuf/arena.h"
#include "google/protobuf/internal_visibility.h"
#include "google/protobuf/message_lite.h"
#include "google/protobuf/port.h"

Loading…
Cancel
Save