Lines Matching defs:diagnostics
4321 static std::string diagnostics(std::nullptr_t /*leaf_element*/)
4327 static std::string diagnostics(const BasicJsonType* leaf_element)
4414 position_string(pos), ": ", exception::diagnostics(context), what_arg);
4423 ": ", exception::diagnostics(context), what_arg);
4457 std::string w = concat(exception::name("invalid_iterator", id_), exception::diagnostics(context), what_arg);
4475 std::string w = concat(exception::name("type_error", id_), exception::diagnostics(context), what_arg);
4492 std::string w = concat(exception::name("out_of_range", id_), exception::diagnostics(context), what_arg);
4509 std::string w = concat(exception::name("other_error", id_), exception::diagnostics(context), what_arg);
7357 literal_or_value ///< a literal or the begin of a value (only for diagnostics)
8737 // diagnostics
11850 @param[in] format the current format (for diagnostics)
11894 @param[in] format the current format (for diagnostics)
11927 @param[in] format the current format (for diagnostics)
11957 @param[in] format the current format (for diagnostics)
11958 @param[in] context further context information (for diagnostics)