| 174 | return inner_.f |
| 175 | |
| 176 | bool on_object_begin( system::error_code& ec ) |
| 177 | { |
| 178 | BOOST_JSON_INVOKE_INNER( on_object_begin(ec) ); |
| 179 | } |
| 180 | |
| 181 | bool on_object_end( system::error_code& ec ) |
| 182 | { |
nothing calls this directly
no outgoing calls
no test coverage detected