Home
last modified time | relevance | path

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

/external/skqp/tools/bookmaker/
DincludeParser.cpp1822 const auto& iGlobalMethod = fIFunctionMap.find(bmhDef.fName); in findMethod() local
1823 SkASSERT(fIFunctionMap.end() != iGlobalMethod); in findMethod()
1824 return iGlobalMethod->second; in findMethod()