OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:PartialMatch
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/src/
gtest-port.cc
728
bool RE::
PartialMatch
(const char* str, const RE& re) {
974
bool RE::
PartialMatch
(const char* str, const RE& re) {
/src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/include/gtest/internal/
gtest-port.h
891
//
PartialMatch
(str, re) returns true if and only if regular expression re
896
static bool
PartialMatch
(const ::std::string& str, const RE& re) {
897
return
PartialMatch
(str.c_str(), re);
901
static bool
PartialMatch
(const char* str, const RE& re);
911
regex_t partial_regex_; // For
PartialMatch
().
Completed in 22 milliseconds
Indexes created Thu Jun 18 00:24:58 UTC 2026