OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:full_regex_
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/src/
gtest-port.cc
713
regfree(&
full_regex_
);
723
return regexec(&re.
full_regex_
, str, 1, &match, 0) == 0;
745
is_valid_ = regcomp(&
full_regex_
, full_pattern, REG_EXTENDED) == 0;
/src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/include/gtest/internal/
gtest-port.h
910
regex_t
full_regex_
; // For FullMatch().
member in class:testing::internal::RE
Completed in 63 milliseconds
Indexes created Wed Aug 05 00:25:39 UTC 2026