OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:MatchRegexAtHead
(Results
1 - 9
of
9
) sorted by null
/external/open-vcdiff/gtest/src/
gtest-port.cc
295
if (i >= min_count &&
MatchRegexAtHead
(regex, str + i)) {
311
bool
MatchRegexAtHead
(const char* regex, const char* str) {
325
// MatchRepetitionAndRegexAtHead() calls
MatchRegexAtHead
(), so
335
MatchRegexAtHead
(regex + 1, str + 1);
352
return
MatchRegexAtHead
(regex + 1, str);
356
if (
MatchRegexAtHead
(regex, str))
/external/protobuf/gtest/src/
gtest-port.cc
295
if (i >= min_count &&
MatchRegexAtHead
(regex, str + i)) {
311
bool
MatchRegexAtHead
(const char* regex, const char* str) {
325
// MatchRepetitionAndRegexAtHead() calls
MatchRegexAtHead
(), so
335
MatchRegexAtHead
(regex + 1, str + 1);
352
return
MatchRegexAtHead
(regex + 1, str);
356
if (
MatchRegexAtHead
(regex, str))
/external/chromium/testing/gtest/src/
gtest-port.cc
306
if (i >= min_count &&
MatchRegexAtHead
(regex, str + i)) {
322
bool
MatchRegexAtHead
(const char* regex, const char* str) {
336
// MatchRepetitionAndRegexAtHead() calls
MatchRegexAtHead
(), so
346
MatchRegexAtHead
(regex + 1, str + 1);
363
return
MatchRegexAtHead
(regex + 1, str);
367
if (
MatchRegexAtHead
(regex, str))
/external/chromium_org/testing/gtest/src/
gtest-port.cc
331
if (i >= min_count &&
MatchRegexAtHead
(regex, str + i)) {
347
bool
MatchRegexAtHead
(const char* regex, const char* str) {
361
// MatchRepetitionAndRegexAtHead() calls
MatchRegexAtHead
(), so
371
MatchRegexAtHead
(regex + 1, str + 1);
388
return
MatchRegexAtHead
(regex + 1, str);
392
if (
MatchRegexAtHead
(regex, str))
/external/chromium_org/third_party/mesa/src/src/gtest/src/
gtest-port.cc
306
if (i >= min_count &&
MatchRegexAtHead
(regex, str + i)) {
322
bool
MatchRegexAtHead
(const char* regex, const char* str) {
336
// MatchRepetitionAndRegexAtHead() calls
MatchRegexAtHead
(), so
346
MatchRegexAtHead
(regex + 1, str + 1);
363
return
MatchRegexAtHead
(regex + 1, str);
367
if (
MatchRegexAtHead
(regex, str))
/external/gtest/src/
gtest-port.cc
306
if (i >= min_count &&
MatchRegexAtHead
(regex, str + i)) {
322
bool
MatchRegexAtHead
(const char* regex, const char* str) {
336
// MatchRepetitionAndRegexAtHead() calls
MatchRegexAtHead
(), so
346
MatchRegexAtHead
(regex + 1, str + 1);
363
return
MatchRegexAtHead
(regex + 1, str);
367
if (
MatchRegexAtHead
(regex, str))
/external/llvm/utils/unittest/googletest/
gtest-port.cc
306
if (i >= min_count &&
MatchRegexAtHead
(regex, str + i)) {
322
bool
MatchRegexAtHead
(const char* regex, const char* str) {
336
// MatchRepetitionAndRegexAtHead() calls
MatchRegexAtHead
(), so
346
MatchRegexAtHead
(regex + 1, str + 1);
363
return
MatchRegexAtHead
(regex + 1, str);
367
if (
MatchRegexAtHead
(regex, str))
/external/mesa3d/src/gtest/src/
gtest-port.cc
306
if (i >= min_count &&
MatchRegexAtHead
(regex, str + i)) {
322
bool
MatchRegexAtHead
(const char* regex, const char* str) {
336
// MatchRepetitionAndRegexAtHead() calls
MatchRegexAtHead
(), so
346
MatchRegexAtHead
(regex + 1, str + 1);
363
return
MatchRegexAtHead
(regex + 1, str);
367
if (
MatchRegexAtHead
(regex, str))
/ndk/sources/third_party/googletest/googletest/src/
gtest-port.cc
331
if (i >= min_count &&
MatchRegexAtHead
(regex, str + i)) {
347
bool
MatchRegexAtHead
(const char* regex, const char* str) {
361
// MatchRepetitionAndRegexAtHead() calls
MatchRegexAtHead
(), so
371
MatchRegexAtHead
(regex + 1, str + 1);
388
return
MatchRegexAtHead
(regex + 1, str);
392
if (
MatchRegexAtHead
(regex, str))
Completed in 297 milliseconds