| 792 | } |
| 793 | |
| 794 | rapidjson_impl(bool with_file_io) |
| 795 | : any_impl( |
| 796 | "rapidjson", |
| 797 | "", |
| 798 | false, |
| 799 | std::is_same<Allocator, RAPIDJSON_DEFAULT_ALLOCATOR>::value, |
| 800 | with_file_io, |
| 801 | make_parse_options() ) |
| 802 | {} |
| 803 | |
| 804 | clock_type::duration |
| 805 | parse_string(file_item const& fi, std::size_t repeat) const override |
nothing calls this directly
no outgoing calls
no test coverage detected