| 540 | return this->GetObjectArrayName(GLOBAL, index); |
| 541 | } |
| 542 | int GetGlobalResultArrayStatus(const char* name) |
| 543 | { |
| 544 | return this->GetObjectArrayStatus(GLOBAL, name); |
| 545 | } |
| 546 | void SetGlobalResultArrayStatus(const char* name, int flag) |
| 547 | { |
| 548 | this->SetObjectArrayStatus(GLOBAL, name, flag); |
nothing calls this directly
no test coverage detected