Fuzz introspector: fuzz_msgpack
For issues and ideas: https://github.com/ossf/fuzz-introspector/issues

Fuzz blockers

The followings are the branches where fuzzer fails to bypass.

Unique non-covered Complexity Unique Reachable Complexities Unique Reachable Functions All non-covered Complexity All Reachable Complexity Function Name Function Callsite Blocked Branch
77 77 1 :

['jsoncons::basic_bigint >::operator>>=(unsigned long)']

77 77 jsoncons::basic_bigint >::unnormalize(jsoncons::basic_bigint >&,int,int)const call site: 00000 /src/jsoncons/./include/jsoncons/utility/bigint.hpp:1596
26 26 1 :

['_ZN8jsoncons7utility12from_integerIiNS_11string_sinkINSt3__112basic_stringIcNS3_11char_traitsIcEENS3_9allocatorIcEEEEEEEENS3_9enable_ifIXsr10ext_traits10is_integerIT_EE5valueEmE4typeESC_RT0_']

26 26 voidjsoncons::utility::fill_exponent ,std::__1::allocator >>>(int,jsoncons::string_sink ,std::__1::allocator >>&) call site: 00000 /src/jsoncons/./include/jsoncons/utility/write_number.hpp:158
8 8 4 :

['__cxa_allocate_exception', 'std::runtime_error::runtime_error(char const*)', '__cxa_throw', '__cxa_free_exception']

8 8 jsoncons::basic_bigint >::divide(jsoncons::basic_bigint >,jsoncons::basic_bigint >&,jsoncons::basic_bigint >&,bool)const call site: 00000 /src/jsoncons/./include/jsoncons/utility/bigint.hpp:1391
4 85 3 :

['jsoncons::basic_json >::object_range()', 'jsoncons::basic_json >::json_reference_storage::value()', 'jsoncons::basic_json >::json_reference_storage& jsoncons::basic_json >::cast >::json_reference_storage>()']

4 85 jsoncons::basic_json >::object_range() call site: 00000 /src/jsoncons/./include/jsoncons/basic_json.hpp:4438
4 61 3 :

['jsoncons::basic_json >::json_reference_storage::value()', 'jsoncons::basic_json >::array_range()', 'jsoncons::basic_json >::json_reference_storage& jsoncons::basic_json >::cast >::json_reference_storage>()']

4 61 jsoncons::basic_json >::array_range() call site: 00000 /src/jsoncons/./include/jsoncons/basic_json.hpp:4472
4 57 3 :

['jsoncons::basic_json >::push_back(jsoncons::basic_json >&&)', 'jsoncons::basic_json >::json_reference_storage& jsoncons::basic_json >::cast >::json_reference_storage>()', 'jsoncons::basic_json >::json_reference_storage::value()']

4 57 jsoncons::basic_json >::push_back(jsoncons::basic_json >&&) call site: 00000 /src/jsoncons/./include/jsoncons/basic_json.hpp:4408
4 4 1 :

['jsoncons::detail::random_access_iterator_wrapper , std::__1::allocator >, jsoncons::basic_json > >*>, void>::random_access_iterator_wrapper()']

4 6 jsoncons::basic_json >::object_range() call site: 00000 /src/jsoncons/./include/jsoncons/basic_json.hpp:4438
0 715 9 :

['jsoncons::basic_bigint >::length() const', 'jsoncons::operator>(jsoncons::basic_bigint > const&, jsoncons::basic_bigint > const&)', 'jsoncons::basic_bigint >::reduce()', 'jsoncons::basic_bigint >::operator=(jsoncons::basic_bigint > const&)', 'jsoncons::operator-(jsoncons::basic_bigint >, jsoncons::basic_bigint > const&)', 'jsoncons::operator<(jsoncons::basic_bigint > const&, jsoncons::basic_bigint > const&)', 'jsoncons::basic_bigint >::is_negative() const', 'jsoncons::basic_bigint >::data()', 'jsoncons::basic_bigint >::basic_bigint(jsoncons::basic_bigint > const&)']

0 931 jsoncons::basic_bigint >::operator-=(jsoncons::basic_bigint >const&) call site: 00000 /src/jsoncons/./include/jsoncons/utility/bigint.hpp:617
0 356 3 :

['jsoncons::basic_bigint >::~basic_bigint()', '_ZN8jsoncons12basic_bigintINSt3__19allocatorIhEEEC2ImEET_PNS1_9enable_ifIXsr3std11is_integralIS6_EE5valueEvE4typeE', 'jsoncons::basic_bigint >::operator/=(jsoncons::basic_bigint > const&)']

77 447 jsoncons::basic_bigint >::unnormalize(jsoncons::basic_bigint >&,int,int)const call site: 00000 /src/jsoncons/./include/jsoncons/utility/bigint.hpp:1592
0 321 3 :

['jsoncons::basic_bigint >::operator-() const', 'jsoncons::basic_bigint >::operator-=(jsoncons::basic_bigint > const&)', 'jsoncons::basic_bigint >::~basic_bigint()']

0 321 jsoncons::basic_bigint >::operator+=(jsoncons::basic_bigint >const&) call site: 00000 /src/jsoncons/./include/jsoncons/utility/bigint.hpp:586
0 150 1 :

['jsoncons::basic_bigint >::operator*=(unsigned long)']

0 150 jsoncons::basic_bigint >::normalize(jsoncons::basic_bigint >&,jsoncons::basic_bigint >&,int&)const call site: 00000 /src/jsoncons/./include/jsoncons/utility/bigint.hpp:1581
0 126 1 :

['bool jsoncons::utility::dtoa_fixed , std::__1::allocator > > >(double, char, jsoncons::string_sink , std::__1::allocator > >&)']

42 175 unsignedlongjsoncons::utility::write_double::operator() ,std::__1::allocator >>>(double,jsoncons::string_sink ,std::__1::allocator >>&) call site: 00000 /src/jsoncons/./include/jsoncons/utility/write_number.hpp:510

Fuzzer calltree

0 LLVMFuzzerTestOneInput [function] [call site] 00000
1 jsoncons::basic_json<char, jsoncons::sorted_policy, std::__1::allocator<char> > jsoncons::msgpack::decode_msgpack<jsoncons::basic_json<char, jsoncons::sorted_policy, std::__1::allocator<char> >, std::__1::basic_istringstream<char, std::__1::char_traits<char>, std::__1::allocator<char> >&>(std::__1::basic_istringstream<char, std::__1::char_traits<char>, std::__1::allocator<char> >&) [function] [call site] 00001
2 jsoncons::msgpack::msgpack_decode_options::msgpack_decode_options() [function] [call site] 00002
3 jsoncons::msgpack::msgpack_options_common::msgpack_options_common() [function] [call site] 00003
2 _ZN8jsoncons7msgpack18try_decode_msgpackINS_10basic_jsonIcNS_13sorted_policyENSt3__19allocatorIcEEEEEENS4_9enable_ifIXsr10ext_traits13is_basic_jsonIT_EE5valueENS_6resultIS9_NS_10read_errorEEEE4typeERNS4_13basic_istreamIcNS4_11char_traitsIcEEEERKNS0_22msgpack_decode_optionsE [function] [call site] 00004
3 jsoncons::json_decoder<jsoncons::basic_json<char, jsoncons::sorted_policy, std::__1::allocator<char> >, std::__1::allocator<char> >::json_decoder(std::__1::allocator<char> const&, std::__1::allocator<char> const&) [function] [call site] 00005
4 jsoncons::basic_json_visitor<char>::basic_json_visitor() [function] [call site] 00006
4 jsoncons::basic_json<char, jsoncons::sorted_policy, std::__1::allocator<char> >::basic_json() [function] [call site] 00007
5 void jsoncons::basic_json<char, jsoncons::sorted_policy, std::__1::allocator<char> >::construct<jsoncons::basic_json<char, jsoncons::sorted_policy, std::__1::allocator<char> >::empty_object_storage, jsoncons::semantic_tag>(jsoncons::semantic_tag&&) [function] [call site] 00008
6 jsoncons::basic_json<char, jsoncons::sorted_policy, std::__1::allocator<char> >::empty_object_storage& jsoncons::basic_json<char, jsoncons::sorted_policy, std::__1::allocator<char> >::cast<jsoncons::basic_json<char, jsoncons::sorted_policy, std::__1::allocator<char> >::empty_object_storage>() [function] [call site] 00009
7 jsoncons::basic_json<char, jsoncons::sorted_policy, std::__1::allocator<char> >::cast(jsoncons::basic_json<char, jsoncons::sorted_policy, std::__1::allocator<char> >::identity<jsoncons::basic_json<char, jsoncons::sorted_policy, std::__1::allocator<char> >::empty_object_storage>) [function] [call site] 00010
6 jsoncons::basic_json<char, jsoncons::sorted_policy, std::__1::allocator<char> >::empty_object_storage::empty_object_storage(jsoncons::semantic_tag) [function] [call site] 00011
4 jsoncons::basic_json<char, jsoncons::sorted_policy, std::__1::allocator<char> >::~basic_json() [function] [call site] 00012
5 jsoncons::basic_json<char, jsoncons::sorted_policy, std::__1::allocator<char> >::destroy() [function] [call site] 00013
6 jsoncons::basic_json<char, jsoncons::sorted_policy, std::__1::allocator<char> >::storage_kind() const [function] [call site] 00014
6 jsoncons::basic_json<char, jsoncons::sorted_policy, std::__1::allocator<char> >::long_string_storage& jsoncons::basic_json<char, jsoncons::sorted_policy, std::__1::allocator<char> >::cast<jsoncons::basic_json<char, jsoncons::sorted_policy, std::__1::allocator<char> >::long_string_storage>() [function] [call site] 00015
7 jsoncons::basic_json<char, jsoncons::sorted_policy, std::__1::allocator<char> >::cast(jsoncons::basic_json<char, jsoncons::sorted_policy, std::__1::allocator<char> >::identity<jsoncons::basic_json<char, jsoncons::sorted_policy, std::__1::allocator<char> >::long_string_storage>) [function] [call site] 00016
6 jsoncons::basic_json<char, jsoncons::sorted_policy, std::__1::allocator<char> >::long_string_storage& jsoncons::basic_json<char, jsoncons::sorted_policy, std::__1::allocator<char> >::cast<jsoncons::basic_json<char, jsoncons::sorted_policy, std::__1::allocator<char> >::long_string_storage>() [function] [call site] 00017
6 jsoncons::utility::heap_string_factory<char, jsoncons::null_type, std::__1::allocator<char> >::destroy(jsoncons::utility::heap_string<char, jsoncons::null_type, std::__1::allocator<char> >*) [function] [call site] 00018
7 jsoncons::utility::heap_string<char, jsoncons::null_type, std::__1::allocator<char> >* jsoncons::ext_traits::to_plain_pointer<jsoncons::utility::heap_string<char, jsoncons::null_type, std::__1::allocator<char> > >(jsoncons::utility::heap_string<char, jsoncons::null_type, std::__1::allocator<char> >*) [function] [call site] 00019
7 char* jsoncons::launder_cast<char*, jsoncons::utility::heap_string<char, jsoncons::null_type, std::__1::allocator<char> > >(jsoncons::utility::heap_string<char, jsoncons::null_type, std::__1::allocator<char> >*) [function] [call site] 00020
7 jsoncons::utility::heap_string_factory<char, jsoncons::null_type, std::__1::allocator<char> >::aligned_size(unsigned long) [function] [call site] 00021
7 jsoncons::utility::heap_string_base<jsoncons::null_type, std::__1::allocator<char> >::get_allocator() [function] [call site] 00022
6 jsoncons::basic_json<char, jsoncons::sorted_policy, std::__1::allocator<char> >::byte_string_storage& jsoncons::basic_json<char, jsoncons::sorted_policy, std::__1::allocator<char> >::cast<jsoncons::basic_json<char, jsoncons::sorted_policy, std::__1::allocator<char> >::byte_string_storage>() [function] [call site] 00023
7 jsoncons::basic_json<char, jsoncons::sorted_policy, std::__1::allocator<char> >::cast(jsoncons::basic_json<char, jsoncons::sorted_policy, std::__1::allocator<char> >::identity<jsoncons::basic_json<char, jsoncons::sorted_policy, std::__1::allocator<char> >::byte_string_storage>) [function] [call site] 00024
6 jsoncons::basic_json<char, jsoncons::sorted_policy, std::__1::allocator<char> >::byte_string_storage& jsoncons::basic_json<char, jsoncons::sorted_policy, std::__1::allocator<char> >::cast<jsoncons::basic_json<char, jsoncons::sorted_policy, std::__1::allocator<char> >::byte_string_storage>() [function] [call site] 00025
6 jsoncons::utility::heap_string_factory<unsigned char, unsigned long, std::__1::allocator<char> >::destroy(jsoncons::utility::heap_string<unsigned char, unsigned long, std::__1::allocator<char> >*) [function] [call site] 00026
7 jsoncons::utility::heap_string<unsigned char, unsigned long, std::__1::allocator<char> >* jsoncons::ext_traits::to_plain_pointer<jsoncons::utility::heap_string<unsigned char, unsigned long, std::__1::allocator<char> > >(jsoncons::utility::heap_string<unsigned char, unsigned long, std::__1::allocator<char> >*) [function] [call site] 00027
7 char* jsoncons::launder_cast<char*, jsoncons::utility::heap_string<unsigned char, unsigned long, std::__1::allocator<char> > >(jsoncons::utility::heap_string<unsigned char, unsigned long, std::__1::allocator<char> >*) [function] [call site] 00028
7 jsoncons::utility::heap_string_factory<unsigned char, unsigned long, std::__1::allocator<char> >::aligned_size(unsigned long) [function] [call site] 00029
7 jsoncons::utility::heap_string_base<unsigned long, std::__1::allocator<char> >::get_allocator() [function] [call site] 00030
6 jsoncons::basic_json<char, jsoncons::sorted_policy, std::__1::allocator<char> >::array_storage& jsoncons::basic_json<char, jsoncons::sorted_policy, std::__1::allocator<char> >::cast<jsoncons::basic_json<char, jsoncons::sorted_policy, std::__1::allocator<char> >::array_storage>() [function] [call site] 00031
7 jsoncons::basic_json<char, jsoncons::sorted_policy, std::__1::allocator<char> >::cast(jsoncons::basic_json<char, jsoncons::sorted_policy, std::__1::allocator<char> >::identity<jsoncons::basic_json<char, jsoncons::sorted_policy, std::__1::allocator<char> >::array_storage>) [function] [call site] 00032
6 jsoncons::basic_json<char, jsoncons::sorted_policy, std::__1::allocator<char> >::array_storage& jsoncons::basic_json<char, jsoncons::sorted_policy, std::__1::allocator<char> >::cast<jsoncons::basic_json<char, jsoncons::sorted_policy, std::__1::allocator<char> >::array_storage>() [function] [call site] 00033
6 jsoncons::allocator_holder<std::__1::allocator<char> >::get_allocator() const [function] [call site] 00034
6 jsoncons::json_array<jsoncons::basic_json<char, jsoncons::sorted_policy, std::__1::allocator<char> >, std::__1::vector>* jsoncons::ext_traits::to_plain_pointer<jsoncons::json_array<jsoncons::basic_json<char, jsoncons::sorted_policy, std::__1::allocator<char> >, std::__1::vector> >(jsoncons::json_array<jsoncons::basic_json<char, jsoncons::sorted_policy, std::__1::allocator<char> >, std::__1::vector>*) [function] [call site] 00035
6 jsoncons::basic_json<char, jsoncons::sorted_policy, std::__1::allocator<char> >::object_storage& jsoncons::basic_json<char, jsoncons::sorted_policy, std::__1::allocator<char> >::cast<jsoncons::basic_json<char, jsoncons::sorted_policy, std::__1::allocator<char> >::object_storage>() [function] [call site] 00036
7 jsoncons::basic_json<char, jsoncons::sorted_policy, std::__1::allocator<char> >::cast(jsoncons::basic_json<char, jsoncons::sorted_policy, std::__1::allocator<char> >::identity<jsoncons::basic_json<char, jsoncons::sorted_policy, std::__1::allocator<char> >::object_storage>) [function] [call site] 00037
6 jsoncons::basic_json<char, jsoncons::sorted_policy, std::__1::allocator<char> >::object_storage& jsoncons::basic_json<char, jsoncons::sorted_policy, std::__1::allocator<char> >::cast<jsoncons::basic_json<char, jsoncons::sorted_policy, std::__1::allocator<char> >::object_storage>() [function] [call site] 00038
6 jsoncons::allocator_holder<std::__1::allocator<char> >::get_allocator() const [function] [call site] 00039
6 jsoncons::sorted_json_object<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, jsoncons::basic_json<char, jsoncons::sorted_policy, std::__1::allocator<char> >, std::__1::vector>* jsoncons::ext_traits::to_plain_pointer<jsoncons::sorted_json_object<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, jsoncons::basic_json<char, jsoncons::sorted_policy, std::__1::allocator<char> >, std::__1::vector> >(jsoncons::sorted_json_object<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, jsoncons::basic_json<char, jsoncons::sorted_policy, std::__1::allocator<char> >, std::__1::vector>*) [function] [call site] 00040
5 __clang_call_terminate [call site] 00041
6 __cxa_begin_catch [call site] 00042
4 jsoncons::basic_json_visitor<char>::~basic_json_visitor() [function] [call site] 00043
3 jsoncons::json_visitor_adaptor<jsoncons::basic_json_visitor<char>, jsoncons::json_decoder<jsoncons::basic_json<char, jsoncons::sorted_policy, std::__1::allocator<char> >, std::__1::allocator<char> >, void> jsoncons::make_json_visitor_adaptor<jsoncons::basic_json_visitor<char>, jsoncons::json_decoder<jsoncons::basic_json<char, jsoncons::sorted_policy, std::__1::allocator<char> >, std::__1::allocator<char> > >(jsoncons::json_decoder<jsoncons::basic_json<char, jsoncons::sorted_policy, std::__1::allocator<char> >, std::__1::allocator<char> >&) [function] [call site] 00044
4 jsoncons::json_visitor_adaptor<jsoncons::basic_json_visitor<char>, jsoncons::json_decoder<jsoncons::basic_json<char, jsoncons::sorted_policy, std::__1::allocator<char> >, std::__1::allocator<char> >, void>::json_visitor_adaptor(jsoncons::json_decoder<jsoncons::basic_json<char, jsoncons::sorted_policy, std::__1::allocator<char> >, std::__1::allocator<char> >&) [function] [call site] 00045
5 jsoncons::json_visitor_adaptor_base<jsoncons::basic_json_visitor<char>, jsoncons::json_decoder<jsoncons::basic_json<char, jsoncons::sorted_policy, std::__1::allocator<char> >, std::__1::allocator<char> > >::json_visitor_adaptor_base(jsoncons::json_decoder<jsoncons::basic_json<char, jsoncons::sorted_policy, std::__1::allocator<char> >, std::__1::allocator<char> >&) [function] [call site] 00046
6 jsoncons::basic_json_visitor<char>::basic_json_visitor() [function] [call site] 00047
3 jsoncons::msgpack::basic_msgpack_reader<jsoncons::stream_source<unsigned char>, std::__1::allocator<char> >::basic_msgpack_reader<std::__1::basic_istream<char, std::__1::char_traits<char> >&>(std::__1::basic_istream<char, std::__1::char_traits<char> >&, jsoncons::basic_json_visitor<char>&, jsoncons::msgpack::msgpack_decode_options const&, std::__1::allocator<char> const&) [function] [call site] 00048
4 jsoncons::msgpack::basic_msgpack_parser<jsoncons::stream_source<unsigned char>, std::__1::allocator<char> >::basic_msgpack_parser<std::__1::basic_istream<char, std::__1::char_traits<char> >&>(std::__1::basic_istream<char, std::__1::char_traits<char> >&, jsoncons::msgpack::msgpack_decode_options const&, std::__1::allocator<char> const&) [function] [call site] 00049
5 jsoncons::ser_context::ser_context() [function] [call site] 00050
5 jsoncons::stream_source<unsigned char>::stream_source(std::__1::basic_istream<char, std::__1::char_traits<char> >&, unsigned long) [function] [call site] 00051
6 jsoncons::basic_null_istream<char>::basic_null_istream() [function] [call site] 00052
7 jsoncons::basic_null_istream<char>::null_buffer::null_buffer() [function] [call site] 00053
6 jsoncons::basic_null_istream<char>::~basic_null_istream() [function] [call site] 00054
7 jsoncons::basic_null_istream<char>::~basic_null_istream() [function] [call site] 00055
8 jsoncons::basic_null_istream<char>::null_buffer::~null_buffer() [function] [call site] 00056
5 jsoncons::msgpack::msgpack_decode_options::msgpack_decode_options(jsoncons::msgpack::msgpack_decode_options const&) [function] [call site] 00057
6 jsoncons::msgpack::msgpack_options_common::msgpack_options_common(jsoncons::msgpack::msgpack_options_common const&) [function] [call site] 00058
5 jsoncons::msgpack::msgpack_decode_options::~msgpack_decode_options() [function] [call site] 00059
6 jsoncons::msgpack::msgpack_decode_options::~msgpack_decode_options() [function] [call site] 00060
6 jsoncons::msgpack::msgpack_options_common::~msgpack_options_common() [function] [call site] 00061
5 jsoncons::stream_source<unsigned char>::~stream_source() [function] [call site] 00062
6 jsoncons::basic_null_istream<char>::~basic_null_istream() [function] [call site] 00063
5 jsoncons::ser_context::~ser_context() [function] [call site] 00064
4 jsoncons::basic_item_event_visitor_to_json_visitor<char, std::__1::allocator<char> >::basic_item_event_visitor_to_json_visitor(jsoncons::basic_json_visitor<char>&, std::__1::allocator<char> const&) [function] [call site] 00065
5 jsoncons::basic_item_event_visitor<char>::basic_item_event_visitor() [function] [call site] 00066
5 jsoncons::basic_default_json_visitor<char>::basic_default_json_visitor() [function] [call site] 00067
6 jsoncons::basic_json_visitor<char>::basic_json_visitor() [function] [call site] 00068
5 jsoncons::basic_default_json_visitor<char>::~basic_default_json_visitor() [function] [call site] 00069
6 jsoncons::basic_json_visitor<char>::~basic_json_visitor() [function] [call site] 00070
5 jsoncons::basic_item_event_visitor<char>::~basic_item_event_visitor() [function] [call site] 00071
4 jsoncons::msgpack::basic_msgpack_parser<jsoncons::stream_source<unsigned char>, std::__1::allocator<char> >::~basic_msgpack_parser() [function] [call site] 00072
5 jsoncons::msgpack::msgpack_decode_options::~msgpack_decode_options() [function] [call site] 00073
5 jsoncons::stream_source<unsigned char>::~stream_source() [function] [call site] 00074
5 jsoncons::ser_context::~ser_context() [function] [call site] 00075
3 jsoncons::msgpack::basic_msgpack_reader<jsoncons::stream_source<unsigned char>, std::__1::allocator<char> >::read(std::__1::error_code&) [function] [call site] 00076
4 jsoncons::msgpack::basic_msgpack_parser<jsoncons::stream_source<unsigned char>, std::__1::allocator<char> >::reset() [function] [call site] 00077
4 jsoncons::msgpack::basic_msgpack_parser<jsoncons::stream_source<unsigned char>, std::__1::allocator<char> >::parse(jsoncons::basic_item_event_visitor<char>&, std::__1::error_code&) [function] [call site] 00078
5 jsoncons::msgpack::basic_msgpack_parser<jsoncons::stream_source<unsigned char>, std::__1::allocator<char> >::read_item(jsoncons::basic_item_event_visitor<char>&, std::__1::error_code&) [function] [call site] 00079
6 jsoncons::stream_source<unsigned char>::is_error() const [function] [call site] 00080
6 jsoncons::stream_source<unsigned char>::read(unsigned char*, unsigned long) [function] [call site] 00081
7 jsoncons::stream_source<unsigned char>::fill_buffer() [function] [call site] 00082
8 __cxa_begin_catch [call site] 00083
8 __cxa_end_catch [call site] 00084
8 __clang_call_terminate [call site] 00085
7 __cxa_begin_catch [call site] 00086
7 __cxa_end_catch [call site] 00087
7 __clang_call_terminate [call site] 00088
6 jsoncons::basic_item_event_visitor<char>::uint64_value(unsigned long, jsoncons::semantic_tag, jsoncons::ser_context const&, std::__1::error_code&) [function] [call site] 00089
6 jsoncons::msgpack::basic_msgpack_parser<jsoncons::stream_source<unsigned char>, std::__1::allocator<char> >::begin_object(jsoncons::basic_item_event_visitor<char>&, unsigned char, std::__1::error_code&) [function] [call site] 00090
7 jsoncons::msgpack::msgpack_options_common::max_nesting_depth() const [function] [call site] 00091
7 jsoncons::msgpack::basic_msgpack_parser<jsoncons::stream_source<unsigned char>, std::__1::allocator<char> >::get_size(unsigned char, std::__1::error_code&) [function] [call site] 00092
8 jsoncons::stream_source<unsigned char>::read(unsigned char*, unsigned long) [function] [call site] 00093
8 std::__1::enable_if<jsoncons::detail::endian::native==jsoncons::detail::endian::little, unsigned char>::type jsoncons::binary::big_to_native<unsigned char, jsoncons::detail::endian>(unsigned char const*, unsigned long) [function] [call site] 00094
9 _ZN8jsoncons6binary9byte_swapIhEENSt3__19enable_ifIXaasr3std11is_integralIT_EE5valueeqstS4_Lm1EES4_E4typeES4_ [function] [call site] 00095
8 jsoncons::stream_source<unsigned char>::read(unsigned char*, unsigned long) [function] [call site] 00096
8 std::__1::enable_if<jsoncons::detail::endian::native==jsoncons::detail::endian::little, unsigned short>::type jsoncons::binary::big_to_native<unsigned short, jsoncons::detail::endian>(unsigned char const*, unsigned long) [function] [call site] 00097
9 _ZN8jsoncons6binary9byte_swapItEENSt3__19enable_ifIXaasr3std11is_integralIT_EE5valueeqstS4_Lm2EES4_E4typeES4_ [function] [call site] 00098
8 jsoncons::stream_source<unsigned char>::read(unsigned char*, unsigned long) [function] [call site] 00099
8 std::__1::enable_if<jsoncons::detail::endian::native==jsoncons::detail::endian::little, unsigned int>::type jsoncons::binary::big_to_native<unsigned int, jsoncons::detail::endian>(unsigned char const*, unsigned long) [function] [call site] 00100
9 _ZN8jsoncons6binary9byte_swapIjEENSt3__19enable_ifIXaasr3std11is_integralIT_EE5valueeqstS4_Lm4EES4_E4typeES4_ [function] [call site] 00101
7 jsoncons::basic_item_event_visitor<char>::begin_object(unsigned long, jsoncons::semantic_tag, jsoncons::ser_context const&, std::__1::error_code&) [function] [call site] 00102
6 jsoncons::msgpack::basic_msgpack_parser<jsoncons::stream_source<unsigned char>, std::__1::allocator<char> >::begin_array(jsoncons::basic_item_event_visitor<char>&, unsigned char, std::__1::error_code&) [function] [call site] 00103
7 jsoncons::msgpack::msgpack_options_common::max_nesting_depth() const [function] [call site] 00104
7 jsoncons::msgpack::basic_msgpack_parser<jsoncons::stream_source<unsigned char>, std::__1::allocator<char> >::get_size(unsigned char, std::__1::error_code&) [function] [call site] 00105
7 jsoncons::basic_item_event_visitor<char>::begin_array(unsigned long, jsoncons::semantic_tag, jsoncons::ser_context const&, std::__1::error_code&) [function] [call site] 00106
6 _ZN8jsoncons13source_readerINS_13stream_sourceIhEEE4readINSt3__112basic_stringIcNS5_11char_traitsIcEENS5_9allocatorIcEEEEEENS5_9enable_ifIXaaaasr3std14is_convertibleIhNT_10value_typeEEE5valuesr10ext_traits11has_reserveISD_EE5valuentsr10ext_traits14has_data_exactIPhSD_EE5valueEmE4typeERS2_RSD_m [function] [call site] 00107
7 jsoncons::stream_source<unsigned char>::eof() const [function] [call site] 00108
7 jsoncons::stream_source<unsigned char>::read(unsigned char*, unsigned long) [function] [call site] 00109
6 _ZN8jsoncons14unicode_traits8validateIcEENSt3__19enable_ifIXsr10ext_traits8is_char8IT_EE5valueENS0_14convert_resultIS4_EEE4typeEPKS4_m [function] [call site] 00110
7 _ZN8jsoncons14unicode_traits13is_legal_utf8IcEENSt3__19enable_ifIXsr10ext_traits8is_char8IT_EE5valueENS0_9conv_errcEE4typeEPKS4_m [function] [call site] 00111
7 __clang_call_terminate [call site] 00112
6 jsoncons::basic_item_event_visitor<char>::string_value(std::__1::basic_string_view<char, std::__1::char_traits<char> > const&, jsoncons::semantic_tag, jsoncons::ser_context const&, std::__1::error_code&) [function] [call site] 00113
6 jsoncons::basic_item_event_visitor<char>::int64_value(long, jsoncons::semantic_tag, jsoncons::ser_context const&, std::__1::error_code&) [function] [call site] 00114
6 jsoncons::basic_item_event_visitor<char>::null_value(jsoncons::semantic_tag, jsoncons::ser_context const&, std::__1::error_code&) [function] [call site] 00115
6 jsoncons::basic_item_event_visitor<char>::bool_value(bool, jsoncons::semantic_tag, jsoncons::ser_context const&, std::__1::error_code&) [function] [call site] 00116
6 jsoncons::basic_item_event_visitor<char>::bool_value(bool, jsoncons::semantic_tag, jsoncons::ser_context const&, std::__1::error_code&) [function] [call site] 00117
6 jsoncons::stream_source<unsigned char>::read(unsigned char*, unsigned long) [function] [call site] 00118
6 std::__1::enable_if<jsoncons::detail::endian::native==jsoncons::detail::endian::little, float>::type jsoncons::binary::big_to_native<float, jsoncons::detail::endian>(unsigned char const*, unsigned long) [function] [call site] 00119
7 _ZN8jsoncons6binary9byte_swapIfEENSt3__19enable_ifIXaasr3std17is_floating_pointIT_EE5valueeqstS4_Lm4EES4_E4typeES4_ [function] [call site] 00120
8 _ZN8jsoncons6binary9byte_swapIjEENSt3__19enable_ifIXaasr3std11is_integralIT_EE5valueeqstS4_Lm4EES4_E4typeES4_ [function] [call site] 00121
6 jsoncons::basic_item_event_visitor<char>::double_value(double, jsoncons::semantic_tag, jsoncons::ser_context const&, std::__1::error_code&) [function] [call site] 00122
6 jsoncons::stream_source<unsigned char>::read(unsigned char*, unsigned long) [function] [call site] 00123
6 std::__1::enable_if<jsoncons::detail::endian::native==jsoncons::detail::endian::little, double>::type jsoncons::binary::big_to_native<double, jsoncons::detail::endian>(unsigned char const*, unsigned long) [function] [call site] 00124
7 _ZN8jsoncons6binary9byte_swapIdEENSt3__19enable_ifIXaasr3std17is_floating_pointIT_EE5valueeqstS4_Lm8EES4_E4typeES4_ [function] [call site] 00125
8 _ZN8jsoncons6binary9byte_swapImEENSt3__19enable_ifIXaasr3std11is_integralIT_EE5valueeqstS4_Lm8EES4_E4typeES4_ [function] [call site] 00126
6 jsoncons::basic_item_event_visitor<char>::double_value(double, jsoncons::semantic_tag, jsoncons::ser_context const&, std::__1::error_code&) [function] [call site] 00127
6 jsoncons::stream_source<unsigned char>::read(unsigned char*, unsigned long) [function] [call site] 00128
6 jsoncons::basic_item_event_visitor<char>::uint64_value(unsigned long, jsoncons::semantic_tag, jsoncons::ser_context const&, std::__1::error_code&) [function] [call site] 00129
6 jsoncons::stream_source<unsigned char>::read(unsigned char*, unsigned long) [function] [call site] 00130
6 std::__1::enable_if<jsoncons::detail::endian::native==jsoncons::detail::endian::little, unsigned short>::type jsoncons::binary::big_to_native<unsigned short, jsoncons::detail::endian>(unsigned char const*, unsigned long) [function] [call site] 00131
6 jsoncons::basic_item_event_visitor<char>::uint64_value(unsigned long, jsoncons::semantic_tag, jsoncons::ser_context const&, std::__1::error_code&) [function] [call site] 00132
6 jsoncons::stream_source<unsigned char>::read(unsigned char*, unsigned long) [function] [call site] 00133
6 std::__1::enable_if<jsoncons::detail::endian::native==jsoncons::detail::endian::little, unsigned int>::type jsoncons::binary::big_to_native<unsigned int, jsoncons::detail::endian>(unsigned char const*, unsigned long) [function] [call site] 00134
6 jsoncons::basic_item_event_visitor<char>::uint64_value(unsigned long, jsoncons::semantic_tag, jsoncons::ser_context const&, std::__1::error_code&) [function] [call site] 00135
6 jsoncons::stream_source<unsigned char>::read(unsigned char*, unsigned long) [function] [call site] 00136
6 std::__1::enable_if<jsoncons::detail::endian::native==jsoncons::detail::endian::little, unsigned long>::type jsoncons::binary::big_to_native<unsigned long, jsoncons::detail::endian>(unsigned char const*, unsigned long) [function] [call site] 00137
7 _ZN8jsoncons6binary9byte_swapImEENSt3__19enable_ifIXaasr3std11is_integralIT_EE5valueeqstS4_Lm8EES4_E4typeES4_ [function] [call site] 00138
6 jsoncons::basic_item_event_visitor<char>::uint64_value(unsigned long, jsoncons::semantic_tag, jsoncons::ser_context const&, std::__1::error_code&) [function] [call site] 00139
6 jsoncons::stream_source<unsigned char>::read(unsigned char*, unsigned long) [function] [call site] 00140
6 std::__1::enable_if<jsoncons::detail::endian::native==jsoncons::detail::endian::little, signed char>::type jsoncons::binary::big_to_native<signed char, jsoncons::detail::endian>(unsigned char const*, unsigned long) [function] [call site] 00141
7 _ZN8jsoncons6binary9byte_swapIaEENSt3__19enable_ifIXaasr3std11is_integralIT_EE5valueeqstS4_Lm1EES4_E4typeES4_ [function] [call site] 00142
6 jsoncons::basic_item_event_visitor<char>::int64_value(long, jsoncons::semantic_tag, jsoncons::ser_context const&, std::__1::error_code&) [function] [call site] 00143
6 jsoncons::stream_source<unsigned char>::read(unsigned char*, unsigned long) [function] [call site] 00144
6 std::__1::enable_if<jsoncons::detail::endian::native==jsoncons::detail::endian::little, short>::type jsoncons::binary::big_to_native<short, jsoncons::detail::endian>(unsigned char const*, unsigned long) [function] [call site] 00145
7 _ZN8jsoncons6binary9byte_swapIsEENSt3__19enable_ifIXaasr3std11is_integralIT_EE5valueeqstS4_Lm2EES4_E4typeES4_ [function] [call site] 00146
6 jsoncons::basic_item_event_visitor<char>::int64_value(long, jsoncons::semantic_tag, jsoncons::ser_context const&, std::__1::error_code&) [function] [call site] 00147
6 jsoncons::stream_source<unsigned char>::read(unsigned char*, unsigned long) [function] [call site] 00148
6 std::__1::enable_if<jsoncons::detail::endian::native==jsoncons::detail::endian::little, int>::type jsoncons::binary::big_to_native<int, jsoncons::detail::endian>(unsigned char const*, unsigned long) [function] [call site] 00149
7 _ZN8jsoncons6binary9byte_swapIiEENSt3__19enable_ifIXaasr3std11is_integralIT_EE5valueeqstS4_Lm4EES4_E4typeES4_ [function] [call site] 00150
6 jsoncons::basic_item_event_visitor<char>::int64_value(long, jsoncons::semantic_tag, jsoncons::ser_context const&, std::__1::error_code&) [function] [call site] 00151
6 jsoncons::stream_source<unsigned char>::read(unsigned char*, unsigned long) [function] [call site] 00152
6 std::__1::enable_if<jsoncons::detail::endian::native==jsoncons::detail::endian::little, long>::type jsoncons::binary::big_to_native<long, jsoncons::detail::endian>(unsigned char const*, unsigned long) [function] [call site] 00153
7 _ZN8jsoncons6binary9byte_swapIlEENSt3__19enable_ifIXaasr3std11is_integralIT_EE5valueeqstS4_Lm8EES4_E4typeES4_ [function] [call site] 00154
6 jsoncons::basic_item_event_visitor<char>::int64_value(long, jsoncons::semantic_tag, jsoncons::ser_context const&, std::__1::error_code&) [function] [call site] 00155
6 jsoncons::msgpack::basic_msgpack_parser<jsoncons::stream_source<unsigned char>, std::__1::allocator<char> >::get_size(unsigned char, std::__1::error_code&) [function] [call site] 00156
6 _ZN8jsoncons13source_readerINS_13stream_sourceIhEEE4readINSt3__112basic_stringIcNS5_11char_traitsIcEENS5_9allocatorIcEEEEEENS5_9enable_ifIXaaaasr3std14is_convertibleIhNT_10value_typeEEE5valuesr10ext_traits11has_reserveISD_EE5valuentsr10ext_traits14has_data_exactIPhSD_EE5valueEmE4typeERS2_RSD_m [function] [call site] 00157
6 _ZN8jsoncons14unicode_traits8validateIcEENSt3__19enable_ifIXsr10ext_traits8is_char8IT_EE5valueENS0_14convert_resultIS4_EEE4typeEPKS4_m [function] [call site] 00158
6 jsoncons::basic_item_event_visitor<char>::string_value(std::__1::basic_string_view<char, std::__1::char_traits<char> > const&, jsoncons::semantic_tag, jsoncons::ser_context const&, std::__1::error_code&) [function] [call site] 00159
6 jsoncons::msgpack::basic_msgpack_parser<jsoncons::stream_source<unsigned char>, std::__1::allocator<char> >::get_size(unsigned char, std::__1::error_code&) [function] [call site] 00160
6 _ZN8jsoncons13source_readerINS_13stream_sourceIhEEE4readINSt3__16vectorIhNS5_9allocatorIhEEEEEENS5_9enable_ifIXaaaasr3std14is_convertibleIhNT_10value_typeEEE5valuesr10ext_traits11has_reserveISB_EE5valuesr10ext_traits14has_data_exactIPhSB_EE5valueEmE4typeERS2_RSB_m [function] [call site] 00161
7 jsoncons::stream_source<unsigned char>::eof() const [function] [call site] 00162
7 jsoncons::stream_source<unsigned char>::read(unsigned char*, unsigned long) [function] [call site] 00163
6 jsoncons::byte_string_view::byte_string_view(unsigned char const*, unsigned long) [function] [call site] 00164
6 _ZN8jsoncons24basic_item_event_visitorIcE17byte_string_valueINS_16byte_string_viewEEEbRKT_NS_12semantic_tagERKNS_11ser_contextERNSt3__110error_codeENSB_9enable_ifIXsr10ext_traits16is_byte_sequenceIS4_EE5valueEiE4typeE [function] [call site] 00165
7 jsoncons::byte_string_view::data() const [function] [call site] 00166
7 jsoncons::byte_string_view::size() const [function] [call site] 00167
7 jsoncons::byte_string_view::byte_string_view(unsigned char const*, unsigned long) [function] [call site] 00168
6 jsoncons::msgpack::basic_msgpack_parser<jsoncons::stream_source<unsigned char>, std::__1::allocator<char> >::get_size(unsigned char, std::__1::error_code&) [function] [call site] 00169
6 jsoncons::stream_source<unsigned char>::read(unsigned char*, unsigned long) [function] [call site] 00170
6 std::__1::enable_if<jsoncons::detail::endian::native==jsoncons::detail::endian::little, signed char>::type jsoncons::binary::big_to_native<signed char, jsoncons::detail::endian>(unsigned char const*, unsigned long) [function] [call site] 00171
6 jsoncons::stream_source<unsigned char>::read(unsigned char*, unsigned long) [function] [call site] 00172
6 std::__1::enable_if<jsoncons::detail::endian::native==jsoncons::detail::endian::little, unsigned int>::type jsoncons::binary::big_to_native<unsigned int, jsoncons::detail::endian>(unsigned char const*, unsigned long) [function] [call site] 00173
6 jsoncons::basic_item_event_visitor<char>::uint64_value(unsigned long, jsoncons::semantic_tag, jsoncons::ser_context const&, std::__1::error_code&) [function] [call site] 00174
6 jsoncons::stream_source<unsigned char>::read(unsigned char*, unsigned long) [function] [call site] 00175
6 std::__1::enable_if<jsoncons::detail::endian::native==jsoncons::detail::endian::little, unsigned long>::type jsoncons::binary::big_to_native<unsigned long, jsoncons::detail::endian>(unsigned char const*, unsigned long) [function] [call site] 00176
6 _ZN8jsoncons12basic_bigintINSt3__19allocatorIhEEEC2ImEET_PNS1_9enable_ifIXsr3std11is_integralIS6_EE5valueEvE4typeE [function] [call site] 00177
7 jsoncons::detail::basic_bigint_base<std::__1::allocator<unsigned char> >::basic_bigint_base() [function] [call site] 00178
7 _ZN8jsoncons12basic_bigintINSt3__19allocatorIhEEE13short_storageC2ImEET_PNS1_9enable_ifIXaaaasr3std11is_integralIS7_EE5valuelestS7_Lm8Entsr3std9is_signedIS7_EE5valueEvE4typeE [function] [call site] 00179
6 jsoncons::basic_bigint<std::__1::allocator<unsigned char> >::operator*=(unsigned long) [function] [call site] 00180
7 jsoncons::basic_bigint<std::__1::allocator<unsigned char> >::length() const [function] [call site] 00181
7 jsoncons::basic_bigint<std::__1::allocator<unsigned char> >::data() [function] [call site] 00182
8 jsoncons::basic_bigint<std::__1::allocator<unsigned char> >::is_dynamic() const [function] [call site] 00183
8 __cxa_allocate_exception [call site] 00184
8 jsoncons::assertion_error::assertion_error(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&) [function] [call site] 00185
9 std::runtime_error::runtime_error(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&) [call site] 00186
9 __clang_call_terminate [call site] 00187
8 __cxa_throw [call site] 00188
8 __cxa_free_exception [call site] 00189
7 jsoncons::basic_bigint<std::__1::allocator<unsigned char> >::length() const [function] [call site] 00190
7 jsoncons::basic_bigint<std::__1::allocator<unsigned char> >::resize(unsigned long) [function] [call site] 00191
8 jsoncons::basic_bigint<std::__1::allocator<unsigned char> >::reserve(unsigned long) [function] [call site] 00192
9 jsoncons::basic_bigint<std::__1::allocator<unsigned char> >::capacity() const [function] [call site] 00193
10 jsoncons::basic_bigint<std::__1::allocator<unsigned char> >::is_dynamic() const [function] [call site] 00194
9 jsoncons::basic_bigint<std::__1::allocator<unsigned char> >::is_dynamic() const [function] [call site] 00195
9 jsoncons::basic_bigint<std::__1::allocator<unsigned char> >::dynamic_storage::dynamic_storage() [function] [call site] 00196
9 jsoncons::detail::basic_bigint_base<std::__1::allocator<unsigned char> >::get_allocator() const [function] [call site] 00197
9 jsoncons::basic_bigint<std::__1::allocator<unsigned char> >::dynamic_storage::reserve(unsigned long, std::__1::allocator<unsigned long> const&) [function] [call site] 00198
10 jsoncons::basic_bigint<std::__1::allocator<unsigned char> >::dynamic_storage::round_up(unsigned long) const [function] [call site] 00199
9 jsoncons::detail::basic_bigint_base<std::__1::allocator<unsigned char> >::get_allocator() const [function] [call site] 00200
9 jsoncons::basic_bigint<std::__1::allocator<unsigned char> >::dynamic_storage::reserve(unsigned long, std::__1::allocator<unsigned long> const&) [function] [call site] 00201
8 jsoncons::basic_bigint<std::__1::allocator<unsigned char> >::is_dynamic() const [function] [call site] 00202
8 __cxa_allocate_exception [call site] 00203
8 jsoncons::assertion_error::assertion_error(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&) [function] [call site] 00204
8 __cxa_throw [call site] 00205
8 __cxa_free_exception [call site] 00206
7 jsoncons::basic_bigint<std::__1::allocator<unsigned char> >::data() [function] [call site] 00207
7 jsoncons::basic_bigint<std::__1::allocator<unsigned char> >::DDproduct(unsigned long, unsigned long, unsigned long&, unsigned long&) const [function] [call site] 00208
7 jsoncons::basic_bigint<std::__1::allocator<unsigned char> >::reduce() [function] [call site] 00209
8 jsoncons::basic_bigint<std::__1::allocator<unsigned char> >::end() [function] [call site] 00210
9 jsoncons::basic_bigint<std::__1::allocator<unsigned char> >::begin() [function] [call site] 00211
10 jsoncons::basic_bigint<std::__1::allocator<unsigned char> >::is_dynamic() const [function] [call site] 00212
9 jsoncons::basic_bigint<std::__1::allocator<unsigned char> >::length() const [function] [call site] 00213
8 jsoncons::basic_bigint<std::__1::allocator<unsigned char> >::begin() [function] [call site] 00214
8 jsoncons::basic_bigint<std::__1::allocator<unsigned char> >::length() const [function] [call site] 00215
6 _ZN8jsoncons12basic_bigintINSt3__19allocatorIhEEEC2ImEET_PNS1_9enable_ifIXsr3std11is_integralIS6_EE5valueEvE4typeE [function] [call site] 00216
6 jsoncons::basic_bigint<std::__1::allocator<unsigned char> >::operator+=(jsoncons::basic_bigint<std::__1::allocator<unsigned char> > const&) [function] [call site] 00217
7 jsoncons::basic_bigint<std::__1::allocator<unsigned char> >::data() const [function] [call site] 00218
8 jsoncons::basic_bigint<std::__1::allocator<unsigned char> >::is_dynamic() const [function] [call site] 00219
8 __cxa_allocate_exception [call site] 00220
8 jsoncons::assertion_error::assertion_error(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&) [function] [call site] 00221
8 __cxa_throw [call site] 00222
8 __cxa_free_exception [call site] 00223
7 jsoncons::basic_bigint<std::__1::allocator<unsigned char> >::is_negative() const [function] [call site] 00224
7 jsoncons::basic_bigint<std::__1::allocator<unsigned char> >::operator-() const [function] [call site] 00225
8 jsoncons::basic_bigint<std::__1::allocator<unsigned char> >::basic_bigint(jsoncons::basic_bigint<std::__1::allocator<unsigned char> > const&) [function] [call site] 00226
9 jsoncons::detail::basic_bigint_base<std::__1::allocator<unsigned char> >::get_allocator() const [function] [call site] 00227
9 jsoncons::detail::basic_bigint_base<std::__1::allocator<unsigned char> >::basic_bigint_base(std::__1::allocator<unsigned char> const&) [function] [call site] 00228
9 jsoncons::basic_bigint<std::__1::allocator<unsigned char> >::is_dynamic() const [function] [call site] 00229
9 jsoncons::basic_bigint<std::__1::allocator<unsigned char> >::short_storage::short_storage(jsoncons::basic_bigint<std::__1::allocator<unsigned char> >::short_storage const&) [function] [call site] 00230
9 jsoncons::detail::basic_bigint_base<std::__1::allocator<unsigned char> >::get_allocator() const [function] [call site] 00231
9 jsoncons::basic_bigint<std::__1::allocator<unsigned char> >::dynamic_storage::dynamic_storage(jsoncons::basic_bigint<std::__1::allocator<unsigned char> >::dynamic_storage const&, std::__1::allocator<unsigned long>) [function] [call site] 00232
10 jsoncons::basic_bigint<std::__1::allocator<unsigned char> >::dynamic_storage::round_up(unsigned long) const [function] [call site] 00233
10 unsigned long* jsoncons::ext_traits::to_plain_pointer<unsigned long>(unsigned long*) [function] [call site] 00234
10 __cxa_begin_catch [call site] 00235
10 __cxa_rethrow [call site] 00236
10 __cxa_end_catch [call site] 00237
10 __cxa_allocate_exception [call site] 00238
10 jsoncons::assertion_error::assertion_error(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&) [function] [call site] 00239
10 __cxa_throw [call site] 00240
10 __cxa_free_exception [call site] 00241
10 __clang_call_terminate [call site] 00242
8 jsoncons::basic_bigint<std::__1::allocator<unsigned char> >::is_negative() const [function] [call site] 00243
8 jsoncons::basic_bigint<std::__1::allocator<unsigned char> >::~basic_bigint() [function] [call site] 00244
9 jsoncons::basic_bigint<std::__1::allocator<unsigned char> >::destroy() [function] [call site] 00245
10 jsoncons::basic_bigint<std::__1::allocator<unsigned char> >::is_dynamic() const [function] [call site] 00246
10 jsoncons::detail::basic_bigint_base<std::__1::allocator<unsigned char> >::get_allocator() const [function] [call site] 00247
10 jsoncons::basic_bigint<std::__1::allocator<unsigned char> >::dynamic_storage::destroy(std::__1::allocator<unsigned long> const&) [function] [call site] 00248
11 unsigned long* jsoncons::ext_traits::to_plain_pointer<unsigned long>(unsigned long*) [function] [call site] 00249
11 __clang_call_terminate [call site] 00250
7 jsoncons::basic_bigint<std::__1::allocator<unsigned char> >::operator-=(jsoncons::basic_bigint<std::__1::allocator<unsigned char> > const&) [function] [call site] 00251
8 jsoncons::basic_bigint<std::__1::allocator<unsigned char> >::data() const [function] [call site] 00252
8 jsoncons::basic_bigint<std::__1::allocator<unsigned char> >::is_negative() const [function] [call site] 00253
8 jsoncons::basic_bigint<std::__1::allocator<unsigned char> >::operator-() const [function] [call site] 00254
8 jsoncons::basic_bigint<std::__1::allocator<unsigned char> >::operator+=(jsoncons::basic_bigint<std::__1::allocator<unsigned char> > const&) [function] [call site] 00255
9 jsoncons::basic_bigint<std::__1::allocator<unsigned char> >::~basic_bigint() [function] [call site] 00256
9 jsoncons::basic_bigint<std::__1::allocator<unsigned char> >::length() const [function] [call site] 00257
9 jsoncons::basic_bigint<std::__1::allocator<unsigned char> >::resize(unsigned long) [function] [call site] 00258
9 jsoncons::basic_bigint<std::__1::allocator<unsigned char> >::data() [function] [call site] 00259
9 jsoncons::basic_bigint<std::__1::allocator<unsigned char> >::length() const [function] [call site] 00260
9 jsoncons::basic_bigint<std::__1::allocator<unsigned char> >::length() const [function] [call site] 00261
9 jsoncons::basic_bigint<std::__1::allocator<unsigned char> >::length() const [function] [call site] 00262
9 jsoncons::basic_bigint<std::__1::allocator<unsigned char> >::reduce() [function] [call site] 00263
8 jsoncons::basic_bigint<std::__1::allocator<unsigned char> >::~basic_bigint() [function] [call site] 00264
8 jsoncons::basic_bigint<std::__1::allocator<unsigned char> >::is_negative() const [function] [call site] 00265
8 jsoncons::operator>(jsoncons::basic_bigint<std::__1::allocator<unsigned char> > const&, jsoncons::basic_bigint<std::__1::allocator<unsigned char> > const&) [function] [call site] 00266
9 jsoncons::basic_bigint<std::__1::allocator<unsigned char> >::compare(jsoncons::basic_bigint<std::__1::allocator<unsigned char> > const&) const [function] [call site] 00267
10 jsoncons::basic_bigint<std::__1::allocator<unsigned char> >::data() const [function] [call site] 00268
10 jsoncons::basic_bigint<std::__1::allocator<unsigned char> >::is_negative() const [function] [call site] 00269
10 jsoncons::basic_bigint<std::__1::allocator<unsigned char> >::is_negative() const [function] [call site] 00270
10 jsoncons::basic_bigint<std::__1::allocator<unsigned char> >::length() const [function] [call site] 00271
10 jsoncons::basic_bigint<std::__1::allocator<unsigned char> >::length() const [function] [call site] 00272
10 jsoncons::basic_bigint<std::__1::allocator<unsigned char> >::length() const [function] [call site] 00273
10 jsoncons::basic_bigint<std::__1::allocator<unsigned char> >::length() const [function] [call site] 00274
10 jsoncons::basic_bigint<std::__1::allocator<unsigned char> >::data() const [function] [call site] 00275
10 jsoncons::basic_bigint<std::__1::allocator<unsigned char> >::data() const [function] [call site] 00276
10 jsoncons::basic_bigint<std::__1::allocator<unsigned char> >::is_negative() const [function] [call site] 00277
10 __clang_call_terminate [call site] 00278
8 jsoncons::operator<(jsoncons::basic_bigint<std::__1::allocator<unsigned char> > const&, jsoncons::basic_bigint<std::__1::allocator<unsigned char> > const&) [function] [call site] 00279
9 jsoncons::basic_bigint<std::__1::allocator<unsigned char> >::compare(jsoncons::basic_bigint<std::__1::allocator<unsigned char> > const&) const [function] [call site] 00280
8 jsoncons::basic_bigint<std::__1::allocator<unsigned char> >::basic_bigint(jsoncons::basic_bigint<std::__1::allocator<unsigned char> > const&) [function] [call site] 00281
8 jsoncons::operator-(jsoncons::basic_bigint<std::__1::allocator<unsigned char> >, jsoncons::basic_bigint<std::__1::allocator<unsigned char> > const&) [function] [call site] 00282
9 jsoncons::basic_bigint<std::__1::allocator<unsigned char> >::operator-=(jsoncons::basic_bigint<std::__1::allocator<unsigned char> > const&) [function] [call site] 00283
10 jsoncons::basic_bigint<std::__1::allocator<unsigned char> >::operator-() const [function] [call site] 00284
10 jsoncons::basic_bigint<std::__1::allocator<unsigned char> >::operator=(jsoncons::basic_bigint<std::__1::allocator<unsigned char> > const&) [function] [call site] 00285
11 jsoncons::basic_bigint<std::__1::allocator<unsigned char> >::length() const [function] [call site] 00286
11 jsoncons::basic_bigint<std::__1::allocator<unsigned char> >::resize(unsigned long) [function] [call site] 00287
11 jsoncons::basic_bigint<std::__1::allocator<unsigned char> >::is_negative() const [function] [call site] 00288
11 jsoncons::basic_bigint<std::__1::allocator<unsigned char> >::length() const [function] [call site] 00289
11 jsoncons::basic_bigint<std::__1::allocator<unsigned char> >::data() [function] [call site] 00290
11 jsoncons::basic_bigint<std::__1::allocator<unsigned char> >::data() const [function] [call site] 00291
11 jsoncons::basic_bigint<std::__1::allocator<unsigned char> >::length() const [function] [call site] 00292
10 jsoncons::basic_bigint<std::__1::allocator<unsigned char> >::~basic_bigint() [function] [call site] 00293
10 jsoncons::basic_bigint<std::__1::allocator<unsigned char> >::length() const [function] [call site] 00294
10 jsoncons::basic_bigint<std::__1::allocator<unsigned char> >::length() const [function] [call site] 00295
10 jsoncons::basic_bigint<std::__1::allocator<unsigned char> >::data() [function] [call site] 00296
10 jsoncons::basic_bigint<std::__1::allocator<unsigned char> >::data() [function] [call site] 00297
10 jsoncons::basic_bigint<std::__1::allocator<unsigned char> >::length() const [function] [call site] 00298
10 jsoncons::basic_bigint<std::__1::allocator<unsigned char> >::data() [function] [call site] 00299
10 jsoncons::basic_bigint<std::__1::allocator<unsigned char> >::data() [function] [call site] 00300
10 jsoncons::basic_bigint<std::__1::allocator<unsigned char> >::data() [function] [call site] 00301
10 jsoncons::basic_bigint<std::__1::allocator<unsigned char> >::reduce() [function] [call site] 00302
9 jsoncons::basic_bigint<std::__1::allocator<unsigned char> >::basic_bigint(jsoncons::basic_bigint<std::__1::allocator<unsigned char> > const&) [function] [call site] 00303
6 jsoncons::basic_bigint<std::__1::allocator<unsigned char> >::~basic_bigint() [function] [call site] 00304
6 void jsoncons::basic_bigint<std::__1::allocator<unsigned char> >::write_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >&) const [function] [call site] 00305
7 jsoncons::basic_bigint<std::__1::allocator<unsigned char> >::basic_bigint(jsoncons::basic_bigint<std::__1::allocator<unsigned char> > const&) [function] [call site] 00306
7 jsoncons::basic_bigint<std::__1::allocator<unsigned char> >::length() const [function] [call site] 00307
7 jsoncons::basic_bigint<std::__1::allocator<unsigned char> >::length() const [function] [call site] 00308
7 jsoncons::basic_bigint<std::__1::allocator<unsigned char> >::basic_bigint() [function] [call site] 00309
8 jsoncons::detail::basic_bigint_base<std::__1::allocator<unsigned char> >::basic_bigint_base() [function] [call site] 00310
8 jsoncons::basic_bigint<std::__1::allocator<unsigned char> >::short_storage::short_storage() [function] [call site] 00311
7 _ZN8jsoncons12basic_bigintINSt3__19allocatorIhEEEC2ImEET_PNS1_9enable_ifIXsr3std11is_integralIS6_EE5valueEvE4typeE [function] [call site] 00312
7 jsoncons::basic_bigint<std::__1::allocator<unsigned char> >::basic_bigint(jsoncons::basic_bigint<std::__1::allocator<unsigned char> > const&) [function] [call site] 00313
7 jsoncons::basic_bigint<std::__1::allocator<unsigned char> >::divide(jsoncons::basic_bigint<std::__1::allocator<unsigned char> >, jsoncons::basic_bigint<std::__1::allocator<unsigned char> >&, jsoncons::basic_bigint<std::__1::allocator<unsigned char> >&, bool) const [function] [call site] 00314
8 jsoncons::basic_bigint<std::__1::allocator<unsigned char> >::length() const [function] [call site] 00315
8 __cxa_allocate_exception [call site] 00316
8 std::runtime_error::runtime_error(char const*) [call site] 00317
8 __cxa_throw [call site] 00318
8 std::runtime_error::~runtime_error() [call site] 00319
8 __cxa_free_exception [call site] 00320
8 jsoncons::basic_bigint<std::__1::allocator<unsigned char> >::is_negative() const [function] [call site] 00321
8 jsoncons::basic_bigint<std::__1::allocator<unsigned char> >::is_negative() const [function] [call site] 00322
8 jsoncons::basic_bigint<std::__1::allocator<unsigned char> >::basic_bigint(jsoncons::basic_bigint<std::__1::allocator<unsigned char> > const&) [function] [call site] 00323
8 jsoncons::operator<(jsoncons::basic_bigint<std::__1::allocator<unsigned char> > const&, jsoncons::basic_bigint<std::__1::allocator<unsigned char> > const&) [function] [call site] 00324
8 _ZN8jsoncons12basic_bigintINSt3__19allocatorIhEEEC2ImEET_PNS1_9enable_ifIXsr3std11is_integralIS6_EE5valueEvE4typeE [function] [call site] 00325
8 jsoncons::basic_bigint<std::__1::allocator<unsigned char> >::operator=(jsoncons::basic_bigint<std::__1::allocator<unsigned char> > const&) [function] [call site] 00326
8 jsoncons::basic_bigint<std::__1::allocator<unsigned char> >::~basic_bigint() [function] [call site] 00327
8 jsoncons::basic_bigint<std::__1::allocator<unsigned char> >::operator=(jsoncons::basic_bigint<std::__1::allocator<unsigned char> > const&) [function] [call site] 00328
8 jsoncons::basic_bigint<std::__1::allocator<unsigned char> >::length() const [function] [call site] 00329
8 jsoncons::basic_bigint<std::__1::allocator<unsigned char> >::data() [function] [call site] 00330
8 _ZN8jsoncons12basic_bigintINSt3__19allocatorIhEEEC2ImEET_PNS1_9enable_ifIXsr3std11is_integralIS6_EE5valueEvE4typeE [function] [call site] 00331
8 jsoncons::basic_bigint<std::__1::allocator<unsigned char> >::operator=(jsoncons::basic_bigint<std::__1::allocator<unsigned char> > const&) [function] [call site] 00332
8 jsoncons::basic_bigint<std::__1::allocator<unsigned char> >::~basic_bigint() [function] [call site] 00333
8 jsoncons::basic_bigint<std::__1::allocator<unsigned char> >::data() [function] [call site] 00334
8 _ZN8jsoncons12basic_bigintINSt3__19allocatorIhEEEC2ImEET_PNS1_9enable_ifIXsr3std11is_integralIS6_EE5valueEvE4typeE [function] [call site] 00335
8 jsoncons::basic_bigint<std::__1::allocator<unsigned char> >::operator=(jsoncons::basic_bigint<std::__1::allocator<unsigned char> > const&) [function] [call site] 00336
8 jsoncons::basic_bigint<std::__1::allocator<unsigned char> >::~basic_bigint() [function] [call site] 00337
8 jsoncons::basic_bigint<std::__1::allocator<unsigned char> >::length() const [function] [call site] 00338
8 jsoncons::basic_bigint<std::__1::allocator<unsigned char> >::data() [function] [call site] 00339
8 jsoncons::basic_bigint<std::__1::allocator<unsigned char> >::data() [function] [call site] 00340
8 jsoncons::basic_bigint<std::__1::allocator<unsigned char> >::length() const [function] [call site] 00341
8 jsoncons::basic_bigint<std::__1::allocator<unsigned char> >::resize(unsigned long) [function] [call site] 00342
8 jsoncons::basic_bigint<std::__1::allocator<unsigned char> >::length() const [function] [call site] 00343
8 jsoncons::basic_bigint<std::__1::allocator<unsigned char> >::data() const [function] [call site] 00344
8 jsoncons::basic_bigint<std::__1::allocator<unsigned char> >::data() const [function] [call site] 00345
8 jsoncons::basic_bigint<std::__1::allocator<unsigned char> >::data() [function] [call site] 00346
8 jsoncons::basic_bigint<std::__1::allocator<unsigned char> >::reduce() [function] [call site] 00347
8 _ZN8jsoncons12basic_bigintINSt3__19allocatorIhEEEC2ImEET_PNS1_9enable_ifIXsr3std11is_integralIS6_EE5valueEvE4typeE [function] [call site] 00348
8 jsoncons::basic_bigint<std::__1::allocator<unsigned char> >::operator=(jsoncons::basic_bigint<std::__1::allocator<unsigned char> > const&) [function] [call site] 00349
8 jsoncons::basic_bigint<std::__1::allocator<unsigned char> >::~basic_bigint() [function] [call site] 00350
8 jsoncons::basic_bigint<std::__1::allocator<unsigned char> >::basic_bigint(jsoncons::basic_bigint<std::__1::allocator<unsigned char> > const&) [function] [call site] 00351
8 jsoncons::basic_bigint<std::__1::allocator<unsigned char> >::normalize(jsoncons::basic_bigint<std::__1::allocator<unsigned char> >&, jsoncons::basic_bigint<std::__1::allocator<unsigned char> >&, int&) const [function] [call site] 00352
9 jsoncons::basic_bigint<std::__1::allocator<unsigned char> >::length() const [function] [call site] 00353
9 jsoncons::basic_bigint<std::__1::allocator<unsigned char> >::data() [function] [call site] 00354
9 jsoncons::basic_bigint<std::__1::allocator<unsigned char> >::operator<<=(unsigned long) [function] [call site] 00355
10 jsoncons::basic_bigint<std::__1::allocator<unsigned char> >::length() const [function] [call site] 00356
10 jsoncons::basic_bigint<std::__1::allocator<unsigned char> >::resize(unsigned long) [function] [call site] 00357
10 jsoncons::basic_bigint<std::__1::allocator<unsigned char> >::data() [function] [call site] 00358
10 jsoncons::basic_bigint<std::__1::allocator<unsigned char> >::length() const [function] [call site] 00359
10 jsoncons::basic_bigint<std::__1::allocator<unsigned char> >::length() const [function] [call site] 00360
10 jsoncons::basic_bigint<std::__1::allocator<unsigned char> >::resize(unsigned long) [function] [call site] 00361
10 jsoncons::basic_bigint<std::__1::allocator<unsigned char> >::data() [function] [call site] 00362
10 jsoncons::basic_bigint<std::__1::allocator<unsigned char> >::length() const [function] [call site] 00363
10 jsoncons::basic_bigint<std::__1::allocator<unsigned char> >::reduce() [function] [call site] 00364
9 jsoncons::basic_bigint<std::__1::allocator<unsigned char> >::operator<<=(unsigned long) [function] [call site] 00365
9 jsoncons::basic_bigint<std::__1::allocator<unsigned char> >::data() [function] [call site] 00366
9 jsoncons::basic_bigint<std::__1::allocator<unsigned char> >::operator*=(unsigned long) [function] [call site] 00367
9 jsoncons::basic_bigint<std::__1::allocator<unsigned char> >::operator*=(unsigned long) [function] [call site] 00368
8 jsoncons::basic_bigint<std::__1::allocator<unsigned char> >::length() const [function] [call site] 00369
8 jsoncons::basic_bigint<std::__1::allocator<unsigned char> >::length() const [function] [call site] 00370
8 jsoncons::basic_bigint<std::__1::allocator<unsigned char> >::resize(unsigned long) [function] [call site] 00371
8 jsoncons::basic_bigint<std::__1::allocator<unsigned char> >::length() const [function] [call site] 00372
8 jsoncons::basic_bigint<std::__1::allocator<unsigned char> >::data() [function] [call site] 00373
8 jsoncons::basic_bigint<std::__1::allocator<unsigned char> >::~basic_bigint() [function] [call site] 00374
8 jsoncons::basic_bigint<std::__1::allocator<unsigned char> >::operator=(jsoncons::basic_bigint<std::__1::allocator<unsigned char> > const&) [function] [call site] 00375
8 jsoncons::basic_bigint<std::__1::allocator<unsigned char> >::data() [function] [call site] 00376
8 jsoncons::basic_bigint<std::__1::allocator<unsigned char> >::length() const [function] [call site] 00377
8 jsoncons::basic_bigint<std::__1::allocator<unsigned char> >::resize(unsigned long) [function] [call site] 00378
8 jsoncons::basic_bigint<std::__1::allocator<unsigned char> >::length() const [function] [call site] 00379
8 jsoncons::basic_bigint<std::__1::allocator<unsigned char> >::resize(unsigned long) [function] [call site] 00380
8 jsoncons::basic_bigint<std::__1::allocator<unsigned char> >::data() [function] [call site] 00381
8 jsoncons::basic_bigint<std::__1::allocator<unsigned char> >::data() [function] [call site] 00382
8 jsoncons::basic_bigint<std::__1::allocator<unsigned char> >::DDquotient(unsigned long, unsigned long, unsigned long) const [function] [call site] 00383
8 jsoncons::basic_bigint<std::__1::allocator<unsigned char> >::data() [function] [call site] 00384
8 jsoncons::basic_bigint<std::__1::allocator<unsigned char> >::subtractmul(unsigned long*, unsigned long*, unsigned long, unsigned long&) const [function] [call site] 00385
9 jsoncons::basic_bigint<std::__1::allocator<unsigned char> >::DDproduct(unsigned long, unsigned long, unsigned long&, unsigned long&) const [function] [call site] 00386
8 jsoncons::basic_bigint<std::__1::allocator<unsigned char> >::data() [function] [call site] 00387
8 jsoncons::basic_bigint<std::__1::allocator<unsigned char> >::reduce() [function] [call site] 00388
8 jsoncons::basic_bigint<std::__1::allocator<unsigned char> >::unnormalize(jsoncons::basic_bigint<std::__1::allocator<unsigned char> >&, int, int) const [function] [call site] 00389
9 _ZN8jsoncons12basic_bigintINSt3__19allocatorIhEEEC2ImEET_PNS1_9enable_ifIXsr3std11is_integralIS6_EE5valueEvE4typeE [function] [call site] 00390
9 jsoncons::basic_bigint<std::__1::allocator<unsigned char> >::operator/=(jsoncons::basic_bigint<std::__1::allocator<unsigned char> > const&) [function] [call site] 00391
10 jsoncons::basic_bigint<std::__1::allocator<unsigned char> >::basic_bigint() [function] [call site] 00392
10 jsoncons::basic_bigint<std::__1::allocator<unsigned char> >::basic_bigint(jsoncons::basic_bigint<std::__1::allocator<unsigned char> > const&) [function] [call site] 00393
10 jsoncons::basic_bigint<std::__1::allocator<unsigned char> >::divide(jsoncons::basic_bigint<std::__1::allocator<unsigned char> >, jsoncons::basic_bigint<std::__1::allocator<unsigned char> >&, jsoncons::basic_bigint<std::__1::allocator<unsigned char> >&, bool) const [function] [call site] 00394
10 jsoncons::basic_bigint<std::__1::allocator<unsigned char> >::~basic_bigint() [function] [call site] 00395
10 jsoncons::basic_bigint<std::__1::allocator<unsigned char> >::~basic_bigint() [function] [call site] 00396
9 jsoncons::basic_bigint<std::__1::allocator<unsigned char> >::~basic_bigint() [function] [call site] 00397
9 jsoncons::basic_bigint<std::__1::allocator<unsigned char> >::operator>>=(unsigned long) [function] [call site] 00398
10 jsoncons::basic_bigint<std::__1::allocator<unsigned char> >::length() const [function] [call site] 00399
10 jsoncons::basic_bigint<std::__1::allocator<unsigned char> >::resize(unsigned long) [function] [call site] 00400
10 jsoncons::basic_bigint<std::__1::allocator<unsigned char> >::data() [function] [call site] 00401
10 jsoncons::basic_bigint<std::__1::allocator<unsigned char> >::length() const [function] [call site] 00402
10 jsoncons::basic_bigint<std::__1::allocator<unsigned char> >::length() const [function] [call site] 00403
10 jsoncons::basic_bigint<std::__1::allocator<unsigned char> >::resize(unsigned long) [function] [call site] 00404
10 jsoncons::basic_bigint<std::__1::allocator<unsigned char> >::reduce() [function] [call site] 00405
10 jsoncons::basic_bigint<std::__1::allocator<unsigned char> >::data() [function] [call site] 00406
10 jsoncons::basic_bigint<std::__1::allocator<unsigned char> >::length() const [function] [call site] 00407
10 jsoncons::basic_bigint<std::__1::allocator<unsigned char> >::reduce() [function] [call site] 00408
9 jsoncons::basic_bigint<std::__1::allocator<unsigned char> >::reduce() [function] [call site] 00409
7 jsoncons::basic_bigint<std::__1::allocator<unsigned char> >::~basic_bigint() [function] [call site] 00410
7 jsoncons::basic_bigint<std::__1::allocator<unsigned char> >::length() const [function] [call site] 00411
7 jsoncons::basic_bigint<std::__1::allocator<unsigned char> >::data() [function] [call site] 00412
7 jsoncons::basic_bigint<std::__1::allocator<unsigned char> >::length() const [function] [call site] 00413
7 jsoncons::basic_bigint<std::__1::allocator<unsigned char> >::length() const [function] [call site] 00414
7 jsoncons::basic_bigint<std::__1::allocator<unsigned char> >::is_negative() const [function] [call site] 00415
7 jsoncons::basic_bigint<std::__1::allocator<unsigned char> >::~basic_bigint() [function] [call site] 00416
7 jsoncons::basic_bigint<std::__1::allocator<unsigned char> >::~basic_bigint() [function] [call site] 00417
6 jsoncons::basic_item_event_visitor<char>::string_value(std::__1::basic_string_view<char, std::__1::char_traits<char> > const&, jsoncons::semantic_tag, jsoncons::ser_context const&, std::__1::error_code&) [function] [call site] 00418
6 jsoncons::basic_bigint<std::__1::allocator<unsigned char> >::~basic_bigint() [function] [call site] 00419
6 jsoncons::stream_source<unsigned char>::read(unsigned char*, unsigned long) [function] [call site] 00420
6 std::__1::enable_if<jsoncons::detail::endian::native==jsoncons::detail::endian::little, unsigned int>::type jsoncons::binary::big_to_native<unsigned int, jsoncons::detail::endian>(unsigned char const*, unsigned long) [function] [call site] 00421
6 jsoncons::stream_source<unsigned char>::read(unsigned char*, unsigned long) [function] [call site] 00422
6 std::__1::enable_if<jsoncons::detail::endian::native==jsoncons::detail::endian::little, long>::type jsoncons::binary::big_to_native<long, jsoncons::detail::endian>(unsigned char const*, unsigned long) [function] [call site] 00423
6 _ZN8jsoncons12basic_bigintINSt3__19allocatorIhEEEC2IlEET_PNS1_9enable_ifIXsr3std11is_integralIS6_EE5valueEvE4typeE [function] [call site] 00424
7 _ZN8jsoncons12basic_bigintINSt3__19allocatorIhEEE13short_storageC2IlEET_PNS1_9enable_ifIXaaaasr3std11is_integralIS7_EE5valuelestS7_Lm8Esr3std9is_signedIS7_EE5valueEvE4typeE [function] [call site] 00425
6 jsoncons::basic_bigint<std::__1::allocator<unsigned char> >::operator*=(unsigned long) [function] [call site] 00426
6 jsoncons::operator<(jsoncons::basic_bigint<std::__1::allocator<unsigned char> > const&, long) [function] [call site] 00427
7 _ZN8jsoncons12basic_bigintINSt3__19allocatorIhEEEC2IlEET_PNS1_9enable_ifIXsr3std11is_integralIS6_EE5valueEvE4typeE [function] [call site] 00428
7 jsoncons::basic_bigint<std::__1::allocator<unsigned char> >::compare(jsoncons::basic_bigint<std::__1::allocator<unsigned char> > const&) const [function] [call site] 00429
7 jsoncons::basic_bigint<std::__1::allocator<unsigned char> >::~basic_bigint() [function] [call site] 00430
7 __clang_call_terminate [call site] 00431
6 _ZN8jsoncons12basic_bigintINSt3__19allocatorIhEEEC2IjEET_PNS1_9enable_ifIXsr3std11is_integralIS6_EE5valueEvE4typeE [function] [call site] 00432
7 _ZN8jsoncons12basic_bigintINSt3__19allocatorIhEEE13short_storageC2IjEET_PNS1_9enable_ifIXaaaasr3std11is_integralIS7_EE5valuelestS7_Lm8Entsr3std9is_signedIS7_EE5valueEvE4typeE [function] [call site] 00433
6 jsoncons::basic_bigint<std::__1::allocator<unsigned char> >::operator-=(jsoncons::basic_bigint<std::__1::allocator<unsigned char> > const&) [function] [call site] 00434
6 jsoncons::basic_bigint<std::__1::allocator<unsigned char> >::~basic_bigint() [function] [call site] 00435
6 _ZN8jsoncons12basic_bigintINSt3__19allocatorIhEEEC2IjEET_PNS1_9enable_ifIXsr3std11is_integralIS6_EE5valueEvE4typeE [function] [call site] 00436
6 jsoncons::basic_bigint<std::__1::allocator<unsigned char> >::operator+=(jsoncons::basic_bigint<std::__1::allocator<unsigned char> > const&) [function] [call site] 00437
6 void jsoncons::basic_bigint<std::__1::allocator<unsigned char> >::write_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >&) const [function] [call site] 00438
6 jsoncons::basic_item_event_visitor<char>::string_value(std::__1::basic_string_view<char, std::__1::char_traits<char> > const&, jsoncons::semantic_tag, jsoncons::ser_context const&, std::__1::error_code&) [function] [call site] 00439
6 jsoncons::basic_bigint<std::__1::allocator<unsigned char> >::~basic_bigint() [function] [call site] 00440
6 _ZN8jsoncons13source_readerINS_13stream_sourceIhEEE4readINSt3__16vectorIhNS5_9allocatorIhEEEEEENS5_9enable_ifIXaaaasr3std14is_convertibleIhNT_10value_typeEEE5valuesr10ext_traits11has_reserveISB_EE5valuesr10ext_traits14has_data_exactIPhSB_EE5valueEmE4typeERS2_RSB_m [function] [call site] 00441
6 jsoncons::byte_string_view::byte_string_view(unsigned char const*, unsigned long) [function] [call site] 00442
6 _ZN8jsoncons24basic_item_event_visitorIcE17byte_string_valueINS_16byte_string_viewEEEbRKT_mRKNS_11ser_contextERNSt3__110error_codeENSA_9enable_ifIXsr10ext_traits16is_byte_sequenceIS4_EE5valueEiE4typeE [function] [call site] 00443
7 jsoncons::byte_string_view::data() const [function] [call site] 00444
7 jsoncons::byte_string_view::size() const [function] [call site] 00445
7 jsoncons::byte_string_view::byte_string_view(unsigned char const*, unsigned long) [function] [call site] 00446
6 jsoncons::msgpack::basic_msgpack_parser<jsoncons::stream_source<unsigned char>, std::__1::allocator<char> >::begin_array(jsoncons::basic_item_event_visitor<char>&, unsigned char, std::__1::error_code&) [function] [call site] 00447
6 jsoncons::msgpack::basic_msgpack_parser<jsoncons::stream_source<unsigned char>, std::__1::allocator<char> >::begin_object(jsoncons::basic_item_event_visitor<char>&, unsigned char, std::__1::error_code&) [function] [call site] 00448
5 jsoncons::msgpack::basic_msgpack_parser<jsoncons::stream_source<unsigned char>, std::__1::allocator<char> >::end_array(jsoncons::basic_item_event_visitor<char>&, std::__1::error_code&) [function] [call site] 00449
6 jsoncons::basic_item_event_visitor<char>::end_array(jsoncons::ser_context const&, std::__1::error_code&) [function] [call site] 00450
5 jsoncons::msgpack::basic_msgpack_parser<jsoncons::stream_source<unsigned char>, std::__1::allocator<char> >::read_item(jsoncons::basic_item_event_visitor<char>&, std::__1::error_code&) [function] [call site] 00451
5 jsoncons::msgpack::basic_msgpack_parser<jsoncons::stream_source<unsigned char>, std::__1::allocator<char> >::end_object(jsoncons::basic_item_event_visitor<char>&, std::__1::error_code&) [function] [call site] 00452
6 jsoncons::basic_item_event_visitor<char>::end_object(jsoncons::ser_context const&, std::__1::error_code&) [function] [call site] 00453
5 jsoncons::msgpack::basic_msgpack_parser<jsoncons::stream_source<unsigned char>, std::__1::allocator<char> >::read_item(jsoncons::basic_item_event_visitor<char>&, std::__1::error_code&) [function] [call site] 00454
5 jsoncons::msgpack::basic_msgpack_parser<jsoncons::stream_source<unsigned char>, std::__1::allocator<char> >::read_item(jsoncons::basic_item_event_visitor<char>&, std::__1::error_code&) [function] [call site] 00455
5 __cxa_allocate_exception [call site] 00456
5 jsoncons::assertion_error::assertion_error(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&) [function] [call site] 00457
5 __cxa_throw [call site] 00458
5 __cxa_free_exception [call site] 00459
5 jsoncons::basic_item_event_visitor<char>::flush() [function] [call site] 00460
3 jsoncons::msgpack::basic_msgpack_reader<jsoncons::stream_source<unsigned char>, std::__1::allocator<char> >::line() const [function] [call site] 00461
4 jsoncons::msgpack::basic_msgpack_parser<jsoncons::stream_source<unsigned char>, std::__1::allocator<char> >::line() const [function] [call site] 00462
3 jsoncons::msgpack::basic_msgpack_reader<jsoncons::stream_source<unsigned char>, std::__1::allocator<char> >::column() const [function] [call site] 00463
4 jsoncons::msgpack::basic_msgpack_parser<jsoncons::stream_source<unsigned char>, std::__1::allocator<char> >::column() const [function] [call site] 00464
5 jsoncons::stream_source<unsigned char>::position() const [function] [call site] 00465
3 jsoncons::read_error::read_error(std::__1::error_code, unsigned long, unsigned long) [function] [call site] 00466
3 jsoncons::result<jsoncons::basic_json<char, jsoncons::sorted_policy, std::__1::allocator<char> >, jsoncons::read_error>::result(jsoncons::read_error&&) [function] [call site] 00467
4 jsoncons::read_error::read_error(jsoncons::read_error&&) [function] [call site] 00468
3 jsoncons::read_error::~read_error() [function] [call site] 00469
3 jsoncons::msgpack::basic_msgpack_reader<jsoncons::stream_source<unsigned char>, std::__1::allocator<char> >::~basic_msgpack_reader() [function] [call site] 00470
4 jsoncons::basic_item_event_visitor_to_json_visitor<char, std::__1::allocator<char> >::~basic_item_event_visitor_to_json_visitor() [function] [call site] 00471
5 jsoncons::basic_default_json_visitor<char>::~basic_default_json_visitor() [function] [call site] 00472
5 jsoncons::basic_item_event_visitor<char>::~basic_item_event_visitor() [function] [call site] 00473
4 jsoncons::msgpack::basic_msgpack_parser<jsoncons::stream_source<unsigned char>, std::__1::allocator<char> >::~basic_msgpack_parser() [function] [call site] 00474
3 jsoncons::json_decoder<jsoncons::basic_json<char, jsoncons::sorted_policy, std::__1::allocator<char> >, std::__1::allocator<char> >::is_valid() const [function] [call site] 00475
3 jsoncons::msgpack::basic_msgpack_reader<jsoncons::stream_source<unsigned char>, std::__1::allocator<char> >::line() const [function] [call site] 00476
3 jsoncons::msgpack::basic_msgpack_reader<jsoncons::stream_source<unsigned char>, std::__1::allocator<char> >::column() const [function] [call site] 00477
3 jsoncons::read_error::read_error(std::__1::error_code, unsigned long, unsigned long) [function] [call site] 00478
3 jsoncons::result<jsoncons::basic_json<char, jsoncons::sorted_policy, std::__1::allocator<char> >, jsoncons::read_error>::result(jsoncons::read_error&&) [function] [call site] 00479
3 jsoncons::read_error::~read_error() [function] [call site] 00480
3 jsoncons::json_decoder<jsoncons::basic_json<char, jsoncons::sorted_policy, std::__1::allocator<char> >, std::__1::allocator<char> >::get_result() [function] [call site] 00481
4 __cxa_allocate_exception [call site] 00482
4 jsoncons::assertion_error::assertion_error(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&) [function] [call site] 00483
4 __cxa_throw [call site] 00484
4 __cxa_free_exception [call site] 00485
4 jsoncons::basic_json<char, jsoncons::sorted_policy, std::__1::allocator<char> >::basic_json(jsoncons::basic_json<char, jsoncons::sorted_policy, std::__1::allocator<char> >&&) [function] [call site] 00486
5 jsoncons::basic_json<char, jsoncons::sorted_policy, std::__1::allocator<char> >::uninitialized_move(jsoncons::basic_json<char, jsoncons::sorted_policy, std::__1::allocator<char> >&&) [function] [call site] 00487
6 jsoncons::basic_json<char, jsoncons::sorted_policy, std::__1::allocator<char> >::storage_kind() const [function] [call site] 00488
6 jsoncons::is_trivial_storage(jsoncons::json_storage_kind) [function] [call site] 00489
6 jsoncons::basic_json<char, jsoncons::sorted_policy, std::__1::allocator<char> >::storage_kind() const [function] [call site] 00490
6 jsoncons::basic_json<char, jsoncons::sorted_policy, std::__1::allocator<char> >::long_string_storage& jsoncons::basic_json<char, jsoncons::sorted_policy, std::__1::allocator<char> >::cast<jsoncons::basic_json<char, jsoncons::sorted_policy, std::__1::allocator<char> >::long_string_storage>() [function] [call site] 00491
6 void jsoncons::basic_json<char, jsoncons::sorted_policy, std::__1::allocator<char> >::construct<jsoncons::basic_json<char, jsoncons::sorted_policy, std::__1::allocator<char> >::long_string_storage, jsoncons::basic_json<char, jsoncons::sorted_policy, std::__1::allocator<char> >::long_string_storage&>(jsoncons::basic_json<char, jsoncons::sorted_policy, std::__1::allocator<char> >::long_string_storage&) [function] [call site] 00492
7 jsoncons::basic_json<char, jsoncons::sorted_policy, std::__1::allocator<char> >::long_string_storage& jsoncons::basic_json<char, jsoncons::sorted_policy, std::__1::allocator<char> >::cast<jsoncons::basic_json<char, jsoncons::sorted_policy, std::__1::allocator<char> >::long_string_storage>() [function] [call site] 00493
7 jsoncons::basic_json<char, jsoncons::sorted_policy, std::__1::allocator<char> >::long_string_storage::long_string_storage(jsoncons::basic_json<char, jsoncons::sorted_policy, std::__1::allocator<char> >::long_string_storage const&) [function] [call site] 00494
6 void jsoncons::basic_json<char, jsoncons::sorted_policy, std::__1::allocator<char> >::construct<jsoncons::basic_json<char, jsoncons::sorted_policy, std::__1::allocator<char> >::null_storage>() [function] [call site] 00495
7 jsoncons::basic_json<char, jsoncons::sorted_policy, std::__1::allocator<char> >::null_storage& jsoncons::basic_json<char, jsoncons::sorted_policy, std::__1::allocator<char> >::cast<jsoncons::basic_json<char, jsoncons::sorted_policy, std::__1::allocator<char> >::null_storage>() [function] [call site] 00496
8 jsoncons::basic_json<char, jsoncons::sorted_policy, std::__1::allocator<char> >::cast(jsoncons::basic_json<char, jsoncons::sorted_policy, std::__1::allocator<char> >::identity<jsoncons::basic_json<char, jsoncons::sorted_policy, std::__1::allocator<char> >::null_storage>) [function] [call site] 00497
7 jsoncons::basic_json<char, jsoncons::sorted_policy, std::__1::allocator<char> >::null_storage::null_storage(jsoncons::semantic_tag) [function] [call site] 00498
6 jsoncons::basic_json<char, jsoncons::sorted_policy, std::__1::allocator<char> >::byte_string_storage& jsoncons::basic_json<char, jsoncons::sorted_policy, std::__1::allocator<char> >::cast<jsoncons::basic_json<char, jsoncons::sorted_policy, std::__1::allocator<char> >::byte_string_storage>() [function] [call site] 00499
6 void jsoncons::basic_json<char, jsoncons::sorted_policy, std::__1::allocator<char> >::construct<jsoncons::basic_json<char, jsoncons::sorted_policy, std::__1::allocator<char> >::byte_string_storage, jsoncons::basic_json<char, jsoncons::sorted_policy, std::__1::allocator<char> >::byte_string_storage&>(jsoncons::basic_json<char, jsoncons::sorted_policy, std::__1::allocator<char> >::byte_string_storage&) [function] [call site] 00500
7 jsoncons::basic_json<char, jsoncons::sorted_policy, std::__1::allocator<char> >::byte_string_storage& jsoncons::basic_json<char, jsoncons::sorted_policy, std::__1::allocator<char> >::cast<jsoncons::basic_json<char, jsoncons::sorted_policy, std::__1::allocator<char> >::byte_string_storage>() [function] [call site] 00501
7 jsoncons::basic_json<char, jsoncons::sorted_policy, std::__1::allocator<char> >::byte_string_storage::byte_string_storage(jsoncons::basic_json<char, jsoncons::sorted_policy, std::__1::allocator<char> >::byte_string_storage const&) [function] [call site] 00502
6 void jsoncons::basic_json<char, jsoncons::sorted_policy, std::__1::allocator<char> >::construct<jsoncons::basic_json<char, jsoncons::sorted_policy, std::__1::allocator<char> >::null_storage>() [function] [call site] 00503
6 jsoncons::basic_json<char, jsoncons::sorted_policy, std::__1::allocator<char> >::array_storage& jsoncons::basic_json<char, jsoncons::sorted_policy, std::__1::allocator<char> >::cast<jsoncons::basic_json<char, jsoncons::sorted_policy, std::__1::allocator<char> >::array_storage>() [function] [call site] 00504
6 void jsoncons::basic_json<char, jsoncons::sorted_policy, std::__1::allocator<char> >::construct<jsoncons::basic_json<char, jsoncons::sorted_policy, std::__1::allocator<char> >::array_storage, jsoncons::basic_json<char, jsoncons::sorted_policy, std::__1::allocator<char> >::array_storage&>(jsoncons::basic_json<char, jsoncons::sorted_policy, std::__1::allocator<char> >::array_storage&) [function] [call site] 00505
7 jsoncons::basic_json<char, jsoncons::sorted_policy, std::__1::allocator<char> >::array_storage& jsoncons::basic_json<char, jsoncons::sorted_policy, std::__1::allocator<char> >::cast<jsoncons::basic_json<char, jsoncons::sorted_policy, std::__1::allocator<char> >::array_storage>() [function] [call site] 00506
7 jsoncons::basic_json<char, jsoncons::sorted_policy, std::__1::allocator<char> >::array_storage::array_storage(jsoncons::basic_json<char, jsoncons::sorted_policy, std::__1::allocator<char> >::array_storage const&) [function] [call site] 00507
6 void jsoncons::basic_json<char, jsoncons::sorted_policy, std::__1::allocator<char> >::construct<jsoncons::basic_json<char, jsoncons::sorted_policy, std::__1::allocator<char> >::null_storage>() [function] [call site] 00508
6 jsoncons::basic_json<char, jsoncons::sorted_policy, std::__1::allocator<char> >::object_storage& jsoncons::basic_json<char, jsoncons::sorted_policy, std::__1::allocator<char> >::cast<jsoncons::basic_json<char, jsoncons::sorted_policy, std::__1::allocator<char> >::object_storage>() [function] [call site] 00509
6 void jsoncons::basic_json<char, jsoncons::sorted_policy, std::__1::allocator<char> >::construct<jsoncons::basic_json<char, jsoncons::sorted_policy, std::__1::allocator<char> >::object_storage, jsoncons::basic_json<char, jsoncons::sorted_policy, std::__1::allocator<char> >::object_storage&>(jsoncons::basic_json<char, jsoncons::sorted_policy, std::__1::allocator<char> >::object_storage&) [function] [call site] 00510
7 jsoncons::basic_json<char, jsoncons::sorted_policy, std::__1::allocator<char> >::object_storage& jsoncons::basic_json<char, jsoncons::sorted_policy, std::__1::allocator<char> >::cast<jsoncons::basic_json<char, jsoncons::sorted_policy, std::__1::allocator<char> >::object_storage>() [function] [call site] 00511
7 jsoncons::basic_json<char, jsoncons::sorted_policy, std::__1::allocator<char> >::object_storage::object_storage(jsoncons::basic_json<char, jsoncons::sorted_policy, std::__1::allocator<char> >::object_storage const&) [function] [call site] 00512
6 void jsoncons::basic_json<char, jsoncons::sorted_policy, std::__1::allocator<char> >::construct<jsoncons::basic_json<char, jsoncons::sorted_policy, std::__1::allocator<char> >::null_storage>() [function] [call site] 00513
6 __clang_call_terminate [call site] 00514
3 jsoncons::result<jsoncons::basic_json<char, jsoncons::sorted_policy, std::__1::allocator<char> >, jsoncons::read_error>::result(jsoncons::basic_json<char, jsoncons::sorted_policy, std::__1::allocator<char> >&&) [function] [call site] 00515
4 jsoncons::result<jsoncons::basic_json<char, jsoncons::sorted_policy, std::__1::allocator<char> >, jsoncons::read_error>::construct(jsoncons::basic_json<char, jsoncons::sorted_policy, std::__1::allocator<char> >&&) [function] [call site] 00516
5 jsoncons::basic_json<char, jsoncons::sorted_policy, std::__1::allocator<char> >::basic_json(jsoncons::basic_json<char, jsoncons::sorted_policy, std::__1::allocator<char> >&&) [function] [call site] 00517
3 jsoncons::basic_json<char, jsoncons::sorted_policy, std::__1::allocator<char> >::~basic_json() [function] [call site] 00518
3 jsoncons::json_visitor_adaptor<jsoncons::basic_json_visitor<char>, jsoncons::json_decoder<jsoncons::basic_json<char, jsoncons::sorted_policy, std::__1::allocator<char> >, std::__1::allocator<char> >, void>::~json_visitor_adaptor() [function] [call site] 00519
4 jsoncons::json_visitor_adaptor_base<jsoncons::basic_json_visitor<char>, jsoncons::json_decoder<jsoncons::basic_json<char, jsoncons::sorted_policy, std::__1::allocator<char> >, std::__1::allocator<char> > >::~json_visitor_adaptor_base() [function] [call site] 00520
5 jsoncons::basic_json_visitor<char>::~basic_json_visitor() [function] [call site] 00521
3 jsoncons::json_decoder<jsoncons::basic_json<char, jsoncons::sorted_policy, std::__1::allocator<char> >, std::__1::allocator<char> >::~json_decoder() [function] [call site] 00522
4 jsoncons::basic_json<char, jsoncons::sorted_policy, std::__1::allocator<char> >::~basic_json() [function] [call site] 00523
4 jsoncons::basic_json_visitor<char>::~basic_json_visitor() [function] [call site] 00524
2 jsoncons::msgpack::msgpack_decode_options::~msgpack_decode_options() [function] [call site] 00525
2 jsoncons::result<jsoncons::basic_json<char, jsoncons::sorted_policy, std::__1::allocator<char> >, jsoncons::read_error>::operator bool() const [function] [call site] 00526
2 __cxa_allocate_exception [call site] 00527
2 jsoncons::result<jsoncons::basic_json<char, jsoncons::sorted_policy, std::__1::allocator<char> >, jsoncons::read_error>::error() & [function] [call site] 00528
3 __assert_fail [call site] 00529
2 jsoncons::read_error::code() const [function] [call site] 00530
2 jsoncons::read_error::line() const [function] [call site] 00531
2 jsoncons::read_error::column() const [function] [call site] 00532
2 jsoncons::ser_error::ser_error(std::__1::error_code, unsigned long, unsigned long) [function] [call site] 00533
3 jsoncons::json_exception::json_exception() [function] [call site] 00534
3 std::exception::exception[abi:ne180100]() [function] [call site] 00535
3 jsoncons::ser_error::to_what_arg(std::__1::error_code, char const*, unsigned long, unsigned long) [function] [call site] 00536
3 std::exception::~exception() [call site] 00537
3 jsoncons::json_exception::~json_exception() [function] [call site] 00538
2 __cxa_throw [call site] 00539
2 __cxa_free_exception [call site] 00540
2 jsoncons::result<jsoncons::basic_json<char, jsoncons::sorted_policy, std::__1::allocator<char> >, jsoncons::read_error>::operator*() & [function] [call site] 00541
2 jsoncons::basic_json<char, jsoncons::sorted_policy, std::__1::allocator<char> >::basic_json(jsoncons::basic_json<char, jsoncons::sorted_policy, std::__1::allocator<char> >&&) [function] [call site] 00542
2 jsoncons::result<jsoncons::basic_json<char, jsoncons::sorted_policy, std::__1::allocator<char> >, jsoncons::read_error>::~result() [function] [call site] 00543
3 jsoncons::result<jsoncons::basic_json<char, jsoncons::sorted_policy, std::__1::allocator<char> >, jsoncons::read_error>::destroy() [function] [call site] 00544
4 jsoncons::basic_json<char, jsoncons::sorted_policy, std::__1::allocator<char> >::~basic_json() [function] [call site] 00545
4 jsoncons::read_error::~read_error() [function] [call site] 00546
1 jsoncons::basic_json<char, jsoncons::sorted_policy, std::__1::allocator<char> >::~basic_json() [function] [call site] 00547
1 __cxa_begin_catch [call site] 00548
1 __cxa_end_catch [call site] 00549