From 2235b7188f3bb8fc6457254b2ff0a539c4c158ef Mon Sep 17 00:00:00 2001 From: wenlong_12 Date: Mon, 3 Apr 2023 10:05:24 +0000 Subject: [PATCH] open interface Signed-off-by: wenlong_12 --- libprotobuf.map | 1 + 1 file changed, 1 insertion(+) diff --git a/libprotobuf.map b/libprotobuf.map index eee6500..1e82f76 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