Home | History | Annotate | Download | only in scripts

Lines Matching refs:Action

177                  r'::operator Action<.*>\' requested here')
179 You are using a Return() action in a function that returns a reference to
202 You are using an action that returns void, but it needs to return
227 r'::operator Action<void \(.*\)>\' requested here')
234 r'::operator Action<(?P<return_type>.*) \(.*\)>\' '
237 You are using an action that returns %(return_type)s, but it needs to return
238 void. Please use a void-returning action instead.
318 return _GenericDiagnoser('OFA', 'Overloaded Function Action',
347 return _GenericDiagnoser('OMA', 'Overloaded Method Action',
415 '::operator testing::Action<Func>\(\) const.*\n' +
425 r'Action<(?P<type>.*)\(\)>\' requested here')