| 1694 | bool on_string( SV, std::size_t, std::error_code& ) { return true; } |
| 1695 | bool on_number_part( SV, std::error_code&) { return true; } |
| 1696 | bool on_int64( std::int64_t, SV, std::error_code& ) { return true; } |
| 1697 | bool on_uint64( std::uint64_t, SV, std::error_code& ) { return true; } |
| 1698 | bool on_double( double, SV, std::error_code& ) { return true; } |
| 1699 | bool on_bool( bool, std::error_code& ) { return true; } |
nothing calls this directly
no outgoing calls
no test coverage detected