Home | History | Annotate | Download | only in gmock

Lines Matching defs:WithArgs

1182         "DoAll() or WithArgs().  This is not supported for technical "
2671 // Implements the WithArgs action.
2843 // WithArgs<N1, N2, ..., Nk>(an_action) creates an action that passes
2850 WithArgs(const InnerAction& action) {
2856 WithArgs(const InnerAction& action) {
2862 WithArgs(const InnerAction& action) {
2868 WithArgs(const InnerAction& action) {
2874 WithArgs(const InnerAction& action) {
2880 WithArgs(const InnerAction& action) {
2887 WithArgs(const InnerAction& action) {
2895 WithArgs(const InnerAction& action) {
2903 WithArgs(const InnerAction& action) {
2912 WithArgs(const InnerAction& action) {
12416 // WithArgs<k>(an_action) (defined below) as a synonym.