| 5406 | } |
| 5407 | |
| 5408 | bool key(string_t& val) |
| 5409 | { |
| 5410 | // add null at given key and store the reference for later |
| 5411 | object_element = &(ref_stack.back()->m_value.object->operator[](val)); |
| 5412 | return true; |
| 5413 | } |
| 5414 | |
| 5415 | bool end_object() |
| 5416 | { |
nothing calls this directly
no test coverage detected