Searched refs:cur_pattern (Results 1 - 1 of 1) sorted by relevance

/openjdk10/test/fmw/gtest/src/
H A Dgtest.cc459 const char *cur_pattern = filter; local
461 if (PatternMatchesString(cur_pattern, name.c_str())) {
466 cur_pattern = strchr(cur_pattern, ':');
469 if (cur_pattern == NULL) {
474 cur_pattern++;

Completed in 114 milliseconds