| 55 | return update(pCurrent->readObjectEnd()); |
| 56 | } |
| 57 | bool StartArray() { return update(pCurrent->readArrayStart()); } |
| 58 | bool EndArray(size_t /* elementCount */) { |
| 59 | return update(pCurrent->readArrayEnd()); |
| 60 | } |
nothing calls this directly
no test coverage detected