OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:group_names_
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/re2/re2/
re2.cc
202
group_names_
= NULL;
278
if (
group_names_
!= NULL &&
group_names_
!= empty_group_names)
279
delete
group_names_
;
301
// Returns
group_names_
, computing it if needed.
306
if (
group_names_
== NULL) {
307
group_names_
= suffix_regexp_->CaptureNames();
308
if (
group_names_
== NULL)
309
group_names_
= empty_group_names;
311
return *
group_names_
;
[
all
...]
re2.h
712
mutable const map<int, string>*
group_names_
;
member in class:re2::RE2
[
all
...]
Completed in 749 milliseconds