Searched refs:pMatchResult (Results 1 – 1 of 1) sorted by relevance
592 const wchar_t* const* pMatchResult = std::lower_bound( in IsBuiltInFunc() local594 if (pMatchResult != std::end(g_BuiltInFuncs) && in IsBuiltInFunc()595 !str.CompareNoCase(*pMatchResult)) { in IsBuiltInFunc()597 *funcName << *pMatchResult; in IsBuiltInFunc()