Home | History | Annotate | Download | only in test

Lines Matching full:linkage

241 // Tests the linkage of the ReturnVoid action.
249 // Tests the linkage of the Return action.
258 // Tests the linkage of the ReturnNull action.
266 // Tests the linkage of the ReturnRef action.
275 // Tests the linkage of the Assign action.
284 // Tests the linkage of the SetArgPointee action.
293 // Tests the linkage of the SetArrayArgument action.
306 // Tests the linkage of the SetErrnoAndReturn action.
318 // Tests the linkage of the Invoke(function) and Invoke(object, method) actions.
330 // Tests the linkage of the InvokeWithoutArgs action.
343 // Tests the linkage of the InvokeArgument action.
352 // Tests the linkage of the WithArg action.
361 // Tests the linkage of the WithArgs action.
370 // Tests the linkage of the WithoutArgs action.
378 // Tests the linkage of the DoAll action.
388 // Tests the linkage of the DoDefault action.
398 // Tests the linkage of the IgnoreResult action.
407 // Tests the linkage of the Throw action.
426 // Tests the linkage of actions created using ACTION macro.
438 // Tests the linkage of actions created using ACTION_P macro.
450 // Tests the linkage of actions created using ACTION_P2 macro.
470 // Tests the linkage of the "_" matcher.
477 // Tests the linkage of the A matcher.
484 // Tests the linkage of the Eq and the "bare value" matcher.
494 // Tests the linkage of the Lt, Gt, Le, Ge, and Ne matchers.
505 // Tests the linkage of the NotNull matcher.
512 // Tests the linkage of the IsNull matcher.
519 // Tests the linkage of the Ref matcher.
527 // Tests the linkage of the TypedEq matcher.
535 // Tests the linkage of the FloatEq, DoubleEq, NanSensitiveFloatEq and
548 // Tests the linkage of the ContainsRegex matcher.
555 // Tests the linkage of the MatchesRegex matcher.
562 // Tests the linkage of the StartsWith, EndsWith, and HasSubstr matchers.
571 // Tests the linkage of the StrEq, StrNe, StrCaseEq, and StrCaseNe matchers.
580 // Tests the linkage of the ElementsAre matcher.
587 // Tests the linkage of the ElementsAreArray matcher.
595 // Tests the linkage of the ContainerEq matcher.
603 // Tests the linkage of the Field matcher.
614 // Tests the linkage of the Property matcher.
625 // Tests the linkage of the ResultOf matcher.
631 // Tests the linkage of the ResultOf matcher.
639 // Tests the linkage of the Truly matcher.
645 // Tests the linkage of the AllOf matcher.
651 // Tests the linkage of the AnyOf matcher.
657 // Tests the linkage of the Not matcher.
663 // Tests the linkage of the MatcherCast<T>() function.