Searched refs:allow_exceptions_ (Results 1 – 1 of 1) sorted by relevance
6561 explicit json_sax_dom_parser(BasicJsonType& r, const bool allow_exceptions_ = true) in json_sax_dom_parser() argument6562 : root(r), allow_exceptions(allow_exceptions_) in json_sax_dom_parser()6743 const bool allow_exceptions_ = true) in json_sax_dom_callback_parser() argument6744 : root(r), callback(cb), allow_exceptions(allow_exceptions_) in json_sax_dom_callback_parser()11947 const bool allow_exceptions_ = true, in parser() argument11951 , allow_exceptions(allow_exceptions_) in parser()