From eaabf3840e92b9fe6419d1d03a0b50445d124476 Mon Sep 17 00:00:00 2001 From: wenlong_12 Date: Thu, 18 Jul 2024 08:14:44 +0000 Subject: [PATCH 1/2] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E6=96=B0=E7=9A=84?= =?UTF-8?q?=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..b7bec24 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 From 61ea8213c9e93537650eaae00a511f3775fb7850 Mon Sep 17 00:00:00 2001 From: wenlong_12 Date: Thu, 18 Jul 2024 08:40:09 +0000 Subject: [PATCH 2/2] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E6=96=B0=E7=9A=84?= =?UTF-8?q?=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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libre2.map b/libre2.map index b7bec24..606cadc 100644 --- a/libre2.map +++ b/libre2.map @@ -6,7 +6,7 @@ "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_internal*; "re2::RE2::FindAndConsumeN(re2::StringPiece*, re2::RE2 const&, re2::RE2::Arg const* const*, int)"; "re2::RE2::QuoteMeta(re2::StringPiece const&)"; }; -- Gitee