OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:old_number_of_matches
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/components/url_matcher/
regex_set_matcher.cc
40
size_t
old_number_of_matches
= matches->size();
local
60
return
old_number_of_matches
!= matches->size();
substring_set_matcher.cc
111
const size_t
old_number_of_matches
= matches->size();
local
133
return
old_number_of_matches
!= matches->size();
Completed in 45 milliseconds