OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PartialMatch
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/include/gtest/
gtest-death-test.h
318
::testing::internal::RE::
PartialMatch
(".*", (regex)); \
gtest-matchers.h
649
: RE::
PartialMatch
(s2, *regex_);
/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
().
/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) {
Completed in 32 milliseconds
Indexes created Tue Feb 24 08:35:24 UTC 2026