Home | History | Annotate | Download | only in gtest

Lines Matching full:regexec

8367   return regexec(&re.full_regex_, str, 1, &match, 0) == 0;
8376 return regexec(&re.partial_regex_, str, 1, &match, 0) == 0;