From 11af2b66cf9ea99dce7b902f81f43d62b5fc2d2a Mon Sep 17 00:00:00 2001 From: huchao Date: Wed, 29 Mar 2023 11:34:12 +0800 Subject: [PATCH] open interface --- libprotobuf_lite.map | 1 + 1 file changed, 1 insertion(+) diff --git a/libprotobuf_lite.map b/libprotobuf_lite.map index 609e2fc..7c52196 100644 --- a/libprotobuf_lite.map +++ b/libprotobuf_lite.map @@ -491,6 +491,7 @@ "google::protobuf::ReplaceCharacters(std::__1::basic_string, std::__1::allocator >*, char const*, char)"; "google::protobuf::strings::CHexEscape(std::__1::basic_string, std::__1::allocator > const&)"; "google::protobuf::GlobalReplaceSubstring(std::__1::basic_string, std::__1::allocator > const&, std::__1::basic_string, std::__1::allocator > const&, std::__1::basic_string, std::__1::allocator >*)"; + "google::protobuf::RepeatedField::Add(unsigned long const&)"; }; local: *; -- Gitee