Home | History | Annotate | Download | only in scripts

Lines Matching full:overloaded

286                r'call to \'Truly\(<unresolved overloaded function type>\)')
290 The argument you gave to Truly() is an overloaded function. Please tell
291 your compiler which overloaded version you want to use.
297 return _GenericDiagnoser('OFM', 'Overloaded Function Matcher',
307 r'\'Invoke\(<unresolved overloaded function type>')
315 Function you are passing to Invoke is overloaded. Please tell your compiler
316 which overloaded version you want to use.
322 return _GenericDiagnoser('OFA', 'Overloaded Function Action',
332 r'call to \'Invoke\(.+, <unresolved overloaded function '
341 The second argument you gave to Invoke() is an overloaded method. Please
342 tell your compiler which overloaded version you want to use.
351 return _GenericDiagnoser('OMA', 'Overloaded Method Action',