| 237 | } |
| 238 | |
| 239 | bool StartArray() { |
| 240 | Prefix(kArrayType); |
| 241 | new (level_stack_.template Push<Level>()) Level(true); |
| 242 | return WriteStartArray(); |
| 243 | } |
| 244 | |
| 245 | bool EndArray(SizeType elementCount = 0) { |
| 246 | (void)elementCount; |
nothing calls this directly
no outgoing calls
no test coverage detected