Lines Matching refs:allow_exceptions
6562 : root(r), allow_exceptions(allow_exceptions_) in json_sax_dom_parser()
6674 if (allow_exceptions) in parse_error()
6726 const bool allow_exceptions = true; member in nlohmann::detail::json_sax_dom_parser
6744 : root(r), callback(cb), allow_exceptions(allow_exceptions_) in json_sax_dom_callback_parser()
6924 if (allow_exceptions) in parse_error()
7031 const bool allow_exceptions = true; member in nlohmann::detail::json_sax_dom_callback_parser
11951 , allow_exceptions(allow_exceptions_) in parser()
11971 json_sax_dom_callback_parser<BasicJsonType> sdp(result, callback, allow_exceptions); in parse()
11999 json_sax_dom_parser<BasicJsonType> sdp(result, allow_exceptions); in parse()
12377 const bool allow_exceptions = true; member in nlohmann::detail::parser
18971 const bool allow_exceptions = true, in parser() argument
18976 std::move(cb), allow_exceptions, ignore_comments); in parser()
22794 const bool allow_exceptions = true, in parse() argument
22798 …parser(detail::input_adapter(std::forward<InputType>(i)), cb, allow_exceptions, ignore_comments).p… in parse()
22809 const bool allow_exceptions = true, in parse() argument
22813 …parser(detail::input_adapter(std::move(first), std::move(last)), cb, allow_exceptions, ignore_comm… in parse()
22821 const bool allow_exceptions = true, in parse() argument
22825 parser(i.get(), cb, allow_exceptions, ignore_comments).parse(true, result); in parse()
23115 const bool allow_exceptions = true, in from_cbor() argument
23119 detail::json_sax_dom_parser<basic_json> sdp(result, allow_exceptions); in from_cbor()
23131 const bool allow_exceptions = true, in from_cbor() argument
23135 detail::json_sax_dom_parser<basic_json> sdp(result, allow_exceptions); in from_cbor()
23146 const bool allow_exceptions = true, in from_cbor() argument
23149 return from_cbor(ptr, ptr + len, strict, allow_exceptions, tag_handler); in from_cbor()
23157 const bool allow_exceptions = true, in from_cbor() argument
23161 detail::json_sax_dom_parser<basic_json> sdp(result, allow_exceptions); in from_cbor()
23174 const bool allow_exceptions = true) in from_msgpack() argument
23177 detail::json_sax_dom_parser<basic_json> sdp(result, allow_exceptions); in from_msgpack()
23189 const bool allow_exceptions = true) in from_msgpack() argument
23192 detail::json_sax_dom_parser<basic_json> sdp(result, allow_exceptions); in from_msgpack()
23203 const bool allow_exceptions = true) in from_msgpack() argument
23205 return from_msgpack(ptr, ptr + len, strict, allow_exceptions); in from_msgpack()
23212 const bool allow_exceptions = true) in from_msgpack() argument
23215 detail::json_sax_dom_parser<basic_json> sdp(result, allow_exceptions); in from_msgpack()
23228 const bool allow_exceptions = true) in from_ubjson() argument
23231 detail::json_sax_dom_parser<basic_json> sdp(result, allow_exceptions); in from_ubjson()
23243 const bool allow_exceptions = true) in from_ubjson() argument
23246 detail::json_sax_dom_parser<basic_json> sdp(result, allow_exceptions); in from_ubjson()
23257 const bool allow_exceptions = true) in from_ubjson() argument
23259 return from_ubjson(ptr, ptr + len, strict, allow_exceptions); in from_ubjson()
23266 const bool allow_exceptions = true) in from_ubjson() argument
23269 detail::json_sax_dom_parser<basic_json> sdp(result, allow_exceptions); in from_ubjson()
23283 const bool allow_exceptions = true) in from_bjdata() argument
23286 detail::json_sax_dom_parser<basic_json> sdp(result, allow_exceptions); in from_bjdata()
23298 const bool allow_exceptions = true) in from_bjdata() argument
23301 detail::json_sax_dom_parser<basic_json> sdp(result, allow_exceptions); in from_bjdata()
23313 const bool allow_exceptions = true) in from_bson() argument
23316 detail::json_sax_dom_parser<basic_json> sdp(result, allow_exceptions); in from_bson()
23328 const bool allow_exceptions = true) in from_bson() argument
23331 detail::json_sax_dom_parser<basic_json> sdp(result, allow_exceptions); in from_bson()
23342 const bool allow_exceptions = true) in from_bson() argument
23344 return from_bson(ptr, ptr + len, strict, allow_exceptions); in from_bson()
23351 const bool allow_exceptions = true) in from_bson() argument
23354 detail::json_sax_dom_parser<basic_json> sdp(result, allow_exceptions); in from_bson()