Home | History | Annotate | Download | only in scripts

Lines Matching refs:Overloaded

282                r'call to \'Truly\(<unresolved overloaded function type>\)')
286 The argument you gave to Truly() is an overloaded function. Please tell
287 your compiler which overloaded version you want to use.
293 return _GenericDiagnoser('OFM', 'Overloaded Function Matcher',
303 r'\'Invoke\(<unresolved overloaded function type>')
311 Function you are passing to Invoke is overloaded. Please tell your compiler
312 which overloaded version you want to use.
318 return _GenericDiagnoser('OFA', 'Overloaded Function Action',
328 r'call to \'Invoke\(.+, <unresolved overloaded function '
337 The second argument you gave to Invoke() is an overloaded method. Please
338 tell your compiler which overloaded version you want to use.
347 return _GenericDiagnoser('OMA', 'Overloaded Method Action',