OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RegexpStatus
(Results
1 - 10
of
10
) sorted by null
/external/regex-re2/re2/
regexp.h
183
class
RegexpStatus
{
185
RegexpStatus
() : code_(kRegexpSuccess), tmp_(NULL) {}
186
~
RegexpStatus
() { delete tmp_; }
196
void Copy(const
RegexpStatus
& status);
211
DISALLOW_EVIL_CONSTRUCTORS(
RegexpStatus
);
346
RegexpStatus
* status);
363
RegexpStatus
* status);
446
RegexpStatus
* status);
parse.cc
47
RegexpStatus
* status);
119
RegexpStatus
* status);
125
RegexpStatus
* status);
131
RegexpStatus
* status);
154
RegexpStatus
* status_;
168
RegexpStatus
* status)
[
all
...]
set.cc
37
RegexpStatus
status;
regexp.cc
478
string
RegexpStatus
::CodeText(enum RegexpStatusCode code) {
484
string
RegexpStatus
::Text() const {
494
void
RegexpStatus
::Copy(const
RegexpStatus
& status) {
simplify.cc
20
RegexpStatus
* status) {
re2.cc
187
RegexpStatus
status;
[
all
...]
/external/regex-re2/re2/testing/
regexp_test.cc
44
RegexpStatus
status;
63
RegexpStatus
status;
simplify_test.cc
143
RegexpStatus
status;
parse_test.cc
205
RegexpStatus
status;
383
RegexpStatus
status;
419
RegexpStatus
status;
tester.cc
178
RegexpStatus
status;
Completed in 1532 milliseconds