From 967dc3b0158c867535f7b8b2823958c0c2876b93 Mon Sep 17 00:00:00 2001 From: deveco_xdevice Date: Thu, 24 Jul 2025 10:02:40 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0protobuf=E7=AC=A6=E5=8F=B7?= =?UTF-8?q?=E8=A1=A8=EF=BC=8C=E5=85=BC=E5=AE=B9=E6=B5=81=E5=BC=8F=E5=8F=91?= =?UTF-8?q?=E9=80=81=E7=89=B9=E6=80=A7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: deveco_xdevice --- libprotobuf.map | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) diff --git a/libprotobuf.map b/libprotobuf.map index 3495616..e6abeca 100644 --- a/libprotobuf.map +++ b/libprotobuf.map @@ -478,6 +478,36 @@ "google::protobuf::internal::WireFormatLite::UInt64SizeWithPackedTagSize(google::protobuf::RepeatedField const&, unsigned long, google::protobuf::internal::CachedSize const&)"; "char const* absl::lts_20250127::log_internal::MakeCheckOpString(unsigned long, unsigned long, char const*)"; "google::protobuf::internal::WireFormatLite::UInt32SizeWithPackedTagSize(google::protobuf::RepeatedField const&, unsigned long, google::protobuf::internal::CachedSize const&)"; + "google::protobuf::internal::ZeroFieldsBase::~ZeroFieldsBase()"; + "google::protobuf::Message::Clear()"; + "google::protobuf::Message::ByteSizeLong() const"; + "google::protobuf::Message::_InternalSerialize(unsigned char*, google::protobuf::io::EpsCopyOutputStream*) const"; + "google::protobuf::internal::MapFieldBase::Clear()"; + "google::protobuf::internal::MapFieldBase::InternalSwap(google::protobuf::internal::MapFieldBase*)"; + "google::protobuf::Message::GetMetadataImpl(google::protobuf::internal::ClassDataFull const&)"; + "google::protobuf::internal::ZeroFieldsBase::Clear(google::protobuf::MessageLite&)"; + "google::protobuf::internal::ZeroFieldsBase::ByteSizeLong(google::protobuf::MessageLite const&)"; + "google::protobuf::internal::ZeroFieldsBase::_InternalSerialize(google::protobuf::MessageLite const&, unsigned char*, google::protobuf::io::EpsCopyOutputStream*)"; + "google::protobuf::internal::MapFieldBase::SwapImpl(google::protobuf::internal::MapFieldBase&, google::protobuf::internal::MapFieldBase&)"; + "google::protobuf::internal::UntypedMapBase::SpaceUsedInTable(unsigned long) const"; + "google::protobuf::Message::MergeImpl(google::protobuf::MessageLite&, google::protobuf::MessageLite const&)"; + "google::protobuf::internal::TcParser::DiscardEverythingFallback(google::protobuf::MessageLite*, char const*, google::protobuf::internal::ParseContext*, google::protobuf::internal::TcFieldData, google::protobuf::internal::TcParseTableBase const*, unsigned long)"; + "google::protobuf::internal::ZeroFieldsBase::MergeImpl(google::protobuf::MessageLite&, google::protobuf::MessageLite const&)"; + "google::protobuf::internal::MapFieldBase::GetMapImpl(google::protobuf::internal::MapFieldBaseForParse const&, bool)"; + "absl::lts_20250127::log_internal::LogMessageFatal::LogMessageFatal(char const*, int)"; + "absl::lts_20250127::Mutex::Unlock()"; + "absl::lts_20250127::Mutex::Lock()"; + "absl::lts_20250127::cord_internal::CordzInfo::TrackCord(absl::lts_20250127::cord_internal::InlineData&, absl::lts_20250127::cord_internal::CordzUpdateTracker::MethodIdentifier, long)"; + "absl::lts_20250127::cord_internal::cordz_should_profile_slow(absl::lts_20250127::cord_internal::SamplingState&)"; + "absl::lts_20250127::cord_internal::InitializeCordRepExternal(std::__h::basic_string_view>, absl::lts_20250127::cord_internal::CordRepExternal*)"; + "absl::lts_20250127::Cord::Append(absl::lts_20250127::Cord&&)"; + "absl::lts_20250127::Cord::DestroyCordSlow()"; + "absl::lts_20250127::Cord::Subcord(unsigned long, unsigned long) const"; + "absl::lts_20250127::log_internal::LogMessage::OstreamView::~OstreamView()"; + "absl::lts_20250127::log_internal::LogMessage::OstreamView::stream()"; + "absl::lts_20250127::log_internal::LogMessage::OstreamView::OstreamView(absl::lts_20250127::log_internal::LogMessage::LogMessageData&)"; + "absl::lts_20250127::log_internal::LogMessage::~LogMessage()"; + "absl::lts_20250127::log_internal::LogMessage::LogMessage(char const*, int, absl::lts_20250127::log_internal::LogMessage::ErrorTag)"; }; local: *; -- Gitee