Searched refs:allow_exceptions (Results 1 – 3 of 3) sorted by relevance
49 self.allow_exceptions = False164 if not self.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_parser6744 : 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_parser11951 , 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[all …]
376 allow_exceptions = False):395 (if_not_windows(["-fno-exceptions"]) if not allow_exceptions else []) +1588 # Adding an explicit `-fexceptions` because `allow_exceptions = True`1873 # Adding an explicit `-fexceptions` because `allow_exceptions = True`