• Home
  • Raw
  • Download

Lines Matching refs:exception_message

9040exception_message(input_format, concat("expected end of input; last byte: 0x", get_token_string())…  in sax_parse()
9117exception_message(input_format_t::bson, concat("string length must be at least 1, is ", std::to_st… in get_bson_string()
9139exception_message(input_format_t::bson, concat("byte array length cannot be negative, is ", std::t… in get_bson_binary()
9625exception_message(input_format_t::cbor, concat("invalid byte: 0x", last_token), "value"), nullptr)… in parse_cbor_internal()
9783exception_message(input_format_t::cbor, concat("invalid byte: 0x", last_token), "value"), nullptr)… in parse_cbor_internal()
9879exception_message(input_format_t::cbor, concat("expected length specification (0x60-0x7B) or indef… in get_cbor_string()
9979exception_message(input_format_t::cbor, concat("expected length specification (0x40-0x5B) or indef… in get_cbor_binary()
10450exception_message(input_format_t::msgpack, concat("invalid byte: 0x", last_token), "value"), nullp… in parse_msgpack_internal()
10533exception_message(input_format_t::msgpack, concat("expected length specification (0xA0-0xBF, 0xD9-… in get_msgpack_string()
10825 …_error(chars_read, last_token, parse_error::create(113, chars_read, exception_message(input_format… in get_ubjson_string()
10927exception_message(input_format, "count in an optimized container must be positive", "size"), nullp… in get_ubjson_size_value()
10943exception_message(input_format, "count in an optimized container must be positive", "size"), nullp… in get_ubjson_size_value()
10959exception_message(input_format, "count in an optimized container must be positive", "size"), nullp… in get_ubjson_size_value()
10975exception_message(input_format, "count in an optimized container must be positive", "size"), nullp… in get_ubjson_size_value()
10980exception_message(input_format, "integer value overflow", "size"), nullptr)); in get_ubjson_size_value()
11030exception_message(input_format, "integer value overflow", "size"), nullptr)); in get_ubjson_size_value()
11044 …hars_read, get_token_string(), parse_error::create(113, chars_read, exception_message(input_format… in get_ubjson_size_value()
11078 …rse_error(chars_read, get_token_string(), out_of_range::create(408, exception_message(input_format… in get_ubjson_size_value()
11106 …_error(chars_read, last_token, parse_error::create(113, chars_read, exception_message(input_format… in get_ubjson_size_value()
11137exception_message(input_format, concat("marker 0x", last_token, " is not a permitted optimized arr… in get_ubjson_size_type()
11154exception_message(input_format, concat("expected '#' after type information; last byte: 0x", last_… in get_ubjson_size_type()
11163exception_message(input_format, "ndarray can not be recursive", "size"), nullptr)); in get_ubjson_size_type()
11176exception_message(input_format, "ndarray requires both type and size", "size"), nullptr)); in get_ubjson_size_type()
11343exception_message(input_format, concat("byte after 'C' must be in range 0x00..0x7F; last byte: 0x"… in get_ubjson_value()
11365 …_error(chars_read, last_token, parse_error::create(112, chars_read, exception_message(input_format… in get_ubjson_value()
11395exception_message(input_format, "invalid byte: 0x" + last_token, "type"), nullptr)); in get_ubjson_array()
11492exception_message(input_format, "BJData object does not support ND-array size in optimized format"… in get_ubjson_object()
11597exception_message(input_format, concat("invalid number text: ", number_lexer.get_token_string()), … in get_ubjson_high_precision_number()
11624exception_message(input_format, concat("invalid number text: ", number_lexer.get_token_string()), … in get_ubjson_high_precision_number()
11782 …parse_error::create(110, chars_read, exception_message(format, "unexpected end of input", context)… in unexpect_eof()
11803 std::string exception_message(const input_format_t format, in exception_message() function in nlohmann::detail::binary_reader
11980exception_message(token_type::end_of_input, "value"), nullptr)); in parse()
12007 …parse_error::create(101, m_lexer.get_position(), exception_message(token_type::end_of_input, "valu… in parse()
12045 …parse_error::create(101, m_lexer.get_position(), exception_message(token_type::end_of_input, "valu… in sax_parse()
12091 …parse_error::create(101, m_lexer.get_position(), exception_message(token_type::value_string, "obje… in sax_parse_internal()
12103 …parse_error::create(101, m_lexer.get_position(), exception_message(token_type::name_separator, "ob… in sax_parse_internal()
12216 …parse_error::create(101, m_lexer.get_position(), exception_message(token_type::uninitialized, "val… in sax_parse_internal()
12230 …parse_error::create(101, m_lexer.get_position(), exception_message(token_type::literal_or_value, "… in sax_parse_internal()
12276 …parse_error::create(101, m_lexer.get_position(), exception_message(token_type::end_array, "array")… in sax_parse_internal()
12289 …parse_error::create(101, m_lexer.get_position(), exception_message(token_type::value_string, "obje… in sax_parse_internal()
12302 …parse_error::create(101, m_lexer.get_position(), exception_message(token_type::name_separator, "ob… in sax_parse_internal()
12330 …parse_error::create(101, m_lexer.get_position(), exception_message(token_type::end_object, "object… in sax_parse_internal()
12340 std::string exception_message(const token_type expected, const std::string& context) in exception_message() function in nlohmann::detail::parser