| 588 | } |
| 589 | |
| 590 | int GetNumberOfElementResultArrays() { return this->GetNumberOfObjectArrays(ELEM_BLOCK); } |
| 591 | const char* GetElementResultArrayName(int index) |
| 592 | { |
| 593 | return this->GetObjectArrayName(ELEM_BLOCK, index); |
nothing calls this directly
no test coverage detected