Home
last modified time | relevance | path

Searched refs:postWildcardRef (Results 1 – 1 of 1) sorted by relevance

/third_party/skia/third_party/externals/angle2/src/common/
Dstring_utils.cpp311 const char *postWildcardRef = ref + preWildcardLen + 1; in NamesMatchWithWildcard() local
315 if (postWildcardRef[0] == '\0') in NamesMatchWithWildcard()
323 if (NamesMatchWithWildcard(postWildcardRef, testName + matchSize)) in NamesMatchWithWildcard()