OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CheckRewriteString
(Results
1 - 5
of
5
) sorted by null
/external/regex-re2/re2/
re2.h
487
bool
CheckRewriteString
(const StringPiece& rewrite, string* error) const;
496
// rewrite string.
CheckRewriteString
guarantees that the rewrite will
[
all
...]
re2.cc
900
bool RE2::
CheckRewriteString
(const StringPiece& rewrite, string* error) const {
[
all
...]
/external/regex-re2/util/
pcre.h
431
bool
CheckRewriteString
(const StringPiece& rewrite, string* error) const;
pcre.cc
642
bool PCRE::
CheckRewriteString
(const StringPiece& rewrite, string* error) const {
[
all
...]
/external/regex-re2/re2/testing/
re2_test.cc
192
bool actual_ok = exp.
CheckRewriteString
(rewrite, &error);
196
TEST(
CheckRewriteString
, all) {
[
all
...]
Completed in 123 milliseconds