| 53 | } |
| 54 | |
| 55 | bool EndArray(SizeType elementCount) { |
| 56 | if (terminated()) return false; |
| 57 | return true; |
| 58 | } |
| 59 | |
| 60 | bool String(const char* str, SizeType length, bool copy) { |
| 61 | if (terminated()) return false; |
nothing calls this directly
no outgoing calls
no test coverage detected