OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SimplifyRegexp
(Results
1 - 3
of
3
) sorted by null
/external/regex-re2/re2/
regexp.h
361
static bool
SimplifyRegexp
(const StringPiece& src, ParseFlags flags,
518
// Reference count. Exists so that
SimplifyRegexp
can build
simplify.cc
18
bool Regexp::
SimplifyRegexp
(const StringPiece& src, ParseFlags flags,
/external/regex-re2/re2/testing/
regexp_benchmark.cc
574
void
SimplifyRegexp
(int iters, const string& regexp) {
669
void BM_Regexp_Simplify(int i) { RunBuild(i, FLAGS_compile_regexp,
SimplifyRegexp
); }
[
all
...]
Completed in 3681 milliseconds