Searched refs:iGlobalMethod (Results 1 – 1 of 1) sorted by relevance
1822 const auto& iGlobalMethod = fIFunctionMap.find(bmhDef.fName); in findMethod() local1823 SkASSERT(fIFunctionMap.end() != iGlobalMethod); in findMethod()1824 return iGlobalMethod->second; in findMethod()