More tables that did not render correctly.
This commit is contained in:
parent
2fcbc0c1ab
commit
0ffd8629c9
|
@ -3348,6 +3348,7 @@ For example, when using an `ACTION` as a stub action for mock function:
|
|||
int DoSomething(bool flag, int* ptr);
|
||||
```
|
||||
we have:
|
||||
|
||||
| **Pre-defined Symbol** | **Is Bound To** |
|
||||
|:-----------------------|:----------------|
|
||||
| `arg0` | the value of `flag` |
|
||||
|
@ -3509,6 +3510,7 @@ is asked to infer the type of `x`?
|
|||
If you are writing a function that returns an `ACTION` object, you'll
|
||||
need to know its type. The type depends on the macro used to define
|
||||
the action and the parameter types. The rule is relatively simple:
|
||||
|
||||
| **Given Definition** | **Expression** | **Has Type** |
|
||||
|:---------------------|:---------------|:-------------|
|
||||
| `ACTION(Foo)` | `Foo()` | `FooAction` |
|
||||
|
|
|
@ -2864,6 +2864,7 @@ For example, when using an `ACTION` as a stub action for mock function:
|
|||
int DoSomething(bool flag, int* ptr);
|
||||
```
|
||||
we have:
|
||||
|
||||
| **Pre-defined Symbol** | **Is Bound To** |
|
||||
|:-----------------------|:----------------|
|
||||
| `arg0` | the value of `flag` |
|
||||
|
@ -3025,6 +3026,7 @@ is asked to infer the type of `x`?
|
|||
If you are writing a function that returns an `ACTION` object, you'll
|
||||
need to know its type. The type depends on the macro used to define
|
||||
the action and the parameter types. The rule is relatively simple:
|
||||
|
||||
| **Given Definition** | **Expression** | **Has Type** |
|
||||
|:---------------------|:---------------|:-------------|
|
||||
| `ACTION(Foo)` | `Foo()` | `FooAction` |
|
||||
|
|
|
@ -3015,6 +3015,7 @@ For example, when using an `ACTION` as a stub action for mock function:
|
|||
int DoSomething(bool flag, int* ptr);
|
||||
```
|
||||
we have:
|
||||
|
||||
| **Pre-defined Symbol** | **Is Bound To** |
|
||||
|:-----------------------|:----------------|
|
||||
| `arg0` | the value of `flag` |
|
||||
|
@ -3176,6 +3177,7 @@ is asked to infer the type of `x`?
|
|||
If you are writing a function that returns an `ACTION` object, you'll
|
||||
need to know its type. The type depends on the macro used to define
|
||||
the action and the parameter types. The rule is relatively simple:
|
||||
|
||||
| **Given Definition** | **Expression** | **Has Type** |
|
||||
|:---------------------|:---------------|:-------------|
|
||||
| `ACTION(Foo)` | `Foo()` | `FooAction` |
|
||||
|
|
|
@ -3105,6 +3105,7 @@ For example, when using an `ACTION` as a stub action for mock function:
|
|||
int DoSomething(bool flag, int* ptr);
|
||||
```
|
||||
we have:
|
||||
|
||||
| **Pre-defined Symbol** | **Is Bound To** |
|
||||
|:-----------------------|:----------------|
|
||||
| `arg0` | the value of `flag` |
|
||||
|
@ -3266,6 +3267,7 @@ is asked to infer the type of `x`?
|
|||
If you are writing a function that returns an `ACTION` object, you'll
|
||||
need to know its type. The type depends on the macro used to define
|
||||
the action and the parameter types. The rule is relatively simple:
|
||||
|
||||
| **Given Definition** | **Expression** | **Has Type** |
|
||||
|:---------------------|:---------------|:-------------|
|
||||
| `ACTION(Foo)` | `Foo()` | `FooAction` |
|
||||
|
|
Loading…
Reference in New Issue
Block a user