Lines Matching refs:Function
169 gcc_regex = (r'In member function \'testing::internal::ReturnAction<R>.*\n'
175 r'note: in instantiation of function template specialization '
179 You are using a Return() action in a function that returns a reference to
192 r'|(error: control reaches end of non-void function)')
225 r'of function template specialization '
232 r'of function template specialization '
263 r'note: in instantiation of member function '
267 In order to mock this function, Google Mock needs to see the definition
281 gcc_regex = (_GCC_FILE_LINE_RE + r'error: no matching function for '
282 r'call to \'Truly\(<unresolved overloaded function type>\)')
283 clang_regex = (_CLANG_FILE_LINE_RE + r'error: no matching function for '
286 The argument you gave to Truly() is an overloaded function. Please tell
293 return _GenericDiagnoser('OFM', 'Overloaded Function Matcher',
302 gcc_regex = (_GCC_FILE_LINE_RE + r'error: no matching function for call to '
303 r'\'Invoke\(<unresolved overloaded function type>')
305 r'function for call to \'Invoke\'\r?\n'
311 Function you are passing to Invoke is overloaded. Please tell your compiler
318 return _GenericDiagnoser('OFA', 'Overloaded Function Action',
327 gcc_regex = (_GCC_FILE_LINE_RE + r'error: no matching function for '
328 r'call to \'Invoke\(.+, <unresolved overloaded function '
330 clang_regex = (_CLANG_FILE_LINE_RE + r'error: no matching function '
334 r'note: candidate function template not viable: '
417 r'.*error: no matching function for call to \'ImplicitCast_\('
419 clang_regex = (r'\bgmock-actions.h:.* error: no matching function for '
423 r'of function template specialization '
440 # This version works when the type is used as the mock function's return
443 r'In member function \'int .*\n' + _GCC_FILE_LINE_RE +
444 function call cannot appear in a constant-expression')
446 r'error: a function call cannot appear in a constant-expression'
448 # This version works when the type is used as the mock function's sole
455 # function that has multiple parameters.
507 r'to function call, expected (?P<args>\d+), '