Searched refs:QuoteMeta (Results 1 – 12 of 12) sorted by relevance
386 string quoted = RE2::QuoteMeta(unquoted); in TestQuoteMeta()396 string quoted = RE2::QuoteMeta(unquoted); in NegativeTestQuoteMeta()404 TEST(QuoteMeta, Simple) { in TEST() argument416 TEST(QuoteMeta, SimpleNegative) { in TEST() argument431 TEST(QuoteMeta, Latin1) { in TEST() argument435 TEST(QuoteMeta, UTF8) { in TEST() argument448 TEST(QuoteMeta, HasNull) { in TEST() argument
626 static string QuoteMeta(const StringPiece& unquoted);
487 string quoted = RE::QuoteMeta(unquoted); in TestQuoteMeta()496 string quoted = RE::QuoteMeta(unquoted); in NegativeTestQuoteMeta()
466 /*static*/ string RE::QuoteMeta(const StringPiece& unquoted) { in QuoteMeta() function in pcrecpp::RE
448 QuoteMeta function and the ability to allow copy construction and
2643 6. Applied Craig's patch to the QuoteMeta function so that it escapes the3411 5. Applied patches from Google to: (a) add a QuoteMeta function to the C++
440 static string QuoteMeta(const StringPiece& unquoted);
412 string PCRE::QuoteMeta(const StringPiece& unquoted) { in QuoteMeta() function in re2::PCRE
408 static string QuoteMeta(const StringPiece& unquoted);
425 string RE2::QuoteMeta(const StringPiece& unquoted) { in QuoteMeta() function in re2::RE2
9882 You can use the "QuoteMeta" operation to insert backslashes before all9887 string quoted = RE::QuoteMeta(unquoted);