From 138ff9b2e9ed446e54a231c08e86ce082aa41c8d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=8D=A2=E9=9F=AC?= Date: Fri, 7 Apr 2023 07:09:56 +0000 Subject: [PATCH] open interface ParseFromString MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 卢韬 --- libprotobuf.map | 1 + 1 file changed, 1 insertion(+) diff --git a/libprotobuf.map b/libprotobuf.map index 79f6275..414fcf8 100644 --- a/libprotobuf.map +++ b/libprotobuf.map @@ -161,6 +161,7 @@ "google::protobuf::MethodDescriptor::DebugString() const"; "google::protobuf::io::Printer::Annotate(char const*, char const*, std::__1::basic_string, std::__1::allocator > const&, std::__1::vector > const&)"; "google::protobuf::FileDescriptor::GetSourceLocation(std::__1::vector > const&, google::protobuf::SourceLocation*) const"; + "google::protobuf::TextFormat::Parser::ParseFromString(std::__h::basic_string, std::__h::allocator > const&, google::protobuf::Message*)"; }; local: *; -- Gitee