| 139 | } |
| 140 | |
| 141 | sonic_force_inline bool StartArray() noexcept { |
| 142 | SONIC_ADD_NODE(); |
| 143 | NodeType *cur = &st_[np_ - 1]; |
| 144 | cur->o.next.ofs = parent_; |
| 145 | parent_ = np_ - 1; |
| 146 | return true; |
| 147 | } |
| 148 | |
| 149 | sonic_force_inline bool EndObject(uint32_t pairs) { |
| 150 | NodeType &obj = st_[parent_]; |
no outgoing calls
no test coverage detected