Home
last modified time | relevance | path

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

/external/skqp/tools/bookmaker/
DincludeParser.cpp1866 string strippedMethodName = stripper(methodName); in findMethod() local
1867 if (strippedMethodName == methodName) { in findMethod()
1868 strippedMethodName = ""; in findMethod()
1871 [className, methodName, stripper, strippedMethodName](Definition& token) { in findMethod()
1893 if (strippedMethodName.empty()) { in findMethod()
1897 return strippedIName == strippedMethodName; in findMethod()