From 6bf65ceae8198c61725d9451f7f9962d71022801 Mon Sep 17 00:00:00 2001 From: wenlong_12 Date: Thu, 18 Jul 2024 07:28:11 +0000 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0re2=20=E7=AC=A6=E5=8F=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: wenlong_12 --- libre2.map | 3 +++ 1 file changed, 3 insertions(+) diff --git a/libre2.map b/libre2.map index 76fd5c4..658c657 100644 --- a/libre2.map +++ b/libre2.map @@ -6,6 +6,9 @@ "re2::RE2::FullMatchN(re2::StringPiece const&, re2::RE2 const&, re2::RE2::Arg const* const*, int)"; "re2::RE2::GlobalReplace(std::__h::basic_string, std::__h::allocator>*, re2::RE2 const&, re2::StringPiece const&)"; "re2::RE2::RE2(std::__h::basic_string, std::__h::allocator> const&)"; + "*re2_internal*"; + "re2::RE2::FindAndConsumeN(re2::StringPiece*, re2::RE2 const&, re2::RE2::Arg const* const*, int)"; + "re2::RE2::QuoteMeta(re2::StringPiece const&)"; }; local: *; -- Gitee