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 '
182 You are using a Return() action in a function that returns a reference to
196 r'|(error: control reaches end of non-void function)')
229 r'of function template specialization '
236 r'of function template specialization '
267 r'note: in instantiation of member function '
271 In order to mock this function, Google Mock needs to see the definition
285 gcc_regex = (_GCC_FILE_LINE_RE + r'error: no matching function for '
286 r'call to \'Truly\(<unresolved overloaded function type>\)')
287 clang_regex = (_CLANG_FILE_LINE_RE + r'error: no matching function for '
290 The argument you gave to Truly() is an overloaded function. Please tell
306 gcc_regex = (_GCC_FILE_LINE_RE + r'error: no matching function for call to '
307 r'\'Invoke\(<unresolved overloaded function type>')
309 r'function for call to \'Invoke\'\r?\n'
331 gcc_regex = (_GCC_FILE_LINE_RE + r'error: no matching function for '
332 r'call to \'Invoke\(.+, <unresolved overloaded function '
334 clang_regex = (_CLANG_FILE_LINE_RE + r'error: no matching function '
338 r'note: candidate function template not viable: '
422 r'.*error: no matching function for call to \'ImplicitCast_\('
424 clang_regex = (r'\bgmock-actions.h:.* error: no matching function for '
428 r'of function template specialization '
445 # This version works when the type is used as the mock function's return
448 r'In member function \'int .*\n' + _GCC_FILE_LINE_RE +
449 r'error: a function call cannot appear in a constant-expression')
451 r'error: a function call cannot appear in a constant-expression'
453 # This version works when the type is used as the mock function's sole
460 # function that has multiple parameters.
522 r'to function call, expected (?P<args>\d+), '