| 811 | |
| 812 | |
| 813 | ResultType Map::Set(ResultToken &aResultToken, int aID, int aFlags, ExprTokenType *aParam[], int aParamCount) |
| 814 | { |
| 815 | if (aParamCount & 1) |
| 816 | _o_throw(ERR_PARAM_COUNT_INVALID); |
| 817 | if (!SetItems(aParam, aParamCount)) |
| 818 | _o_throw_oom; |
| 819 | AddRef(); |
| 820 | _o_return(this); |
| 821 | } |
| 822 | |
| 823 | |
| 824 |
nothing calls this directly
no outgoing calls
no test coverage detected