Home
last modified time | relevance | path

Searched refs:allow_exceptions_ (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/ublksrv/include/nlohmann/
H A Djson.hpp6561 explicit json_sax_dom_parser(BasicJsonType& r, const bool allow_exceptions_ = true) in json_sax_dom_parser() argument
6562 : root(r), allow_exceptions(allow_exceptions_) in json_sax_dom_parser()
6743 const bool allow_exceptions_ = true) in json_sax_dom_callback_parser() argument
6744 : root(r), callback(cb), allow_exceptions(allow_exceptions_) in json_sax_dom_callback_parser()
11947 const bool allow_exceptions_ = true, in parser() argument
11951 , allow_exceptions(allow_exceptions_) in parser()