OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:is_exact_
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/re2/re2/
prefilter.cc
227
bool is_exact() const { return
is_exact_
; }
234
// When
is_exact_
is true, the strings that match
236
// set of strings that match this RE, then
is_exact_
239
bool
is_exact_
;
member in class:re2::Prefilter::Info
248
:
is_exact_
(false),
257
if (
is_exact_
) {
259
is_exact_
= false;
276
if (
is_exact_
) {
314
DCHECK(a->
is_exact_
);
315
DCHECK(b && b->
is_exact_
);
[
all
...]
/external/regex-re2/re2/
prefilter.cc
227
bool is_exact() const { return
is_exact_
; }
234
// When
is_exact_
is true, the strings that match
236
// set of strings that match this RE, then
is_exact_
239
bool
is_exact_
;
member in class:re2::Prefilter::Info
248
:
is_exact_
(false),
257
if (
is_exact_
) {
259
is_exact_
= false;
276
if (
is_exact_
) {
314
DCHECK(a->
is_exact_
);
315
DCHECK(b && b->
is_exact_
);
[
all
...]
Completed in 216 milliseconds